This repository was archived by the owner on May 12, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 28
Interacting with DRAT
Chris Mattmann edited this page Aug 14, 2018
·
5 revisions
DRAT UIs are accessible at:
-
http://localhost:8080/proteus-new/- DRAT User Interface -
http://localhost:8080/proteus/- REST layer for DRAT -
http://localhost:8080/opsui/- main cockpit, Apache OODT OPSUI -
http://localhost:8080/solr/- Solr4 Admin UI
DRAT publishes its analyzed aggregated RAT logs to:
$DRAT_HOME/data/archive/rataggregate/*.csv
These look like e.g.
cat *.csv
Notes,Binaries,Archives,Standards,Apache,Generated,Unknown
0,2,0,530,497,0,33
These are the counts of each type of file, categorized by what licenses they are:
| Category | Description |
|---|---|
| Binaries | Binary file, no license |
| Notes | Notes file |
| Archives | A tar/zip/etc archive, no license |
| Standards | One of the OSI approved licenses that isn't ALv2, so e.g., BSD, MIT, LGPL, etc. |
| Generated | Generated files (either source or binary) |
| Apache | Apache licensed files |
| Unknown | Non-discernible license |
If you want to inspect the Proteus Logs of what's going on, the following command is useful:
- Navigate to
$DRAT_HOME tail -f tomcat/logs/catalina.out | grep DRAT_LOG