-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME
More file actions
21 lines (15 loc) · 725 Bytes
/
README
File metadata and controls
21 lines (15 loc) · 725 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
ra2html - converts argus files to html summaries
usage: ra2html [-h] -f, --file FILE [-t,--title TITLE]
[--top-talkers TOP_TALKERS] [--totals] [--target TARGET]
[-s STYLESHEET]
ra2html generates incident report and graphs from argus files.
optional arguments:
-h, --help show this help message and exit
-f, --file FILE argus file to read
-t,--title TITLE set report title
--top-talkers TOP_TALKERS
calculate top talkers
--totals calculate totals
--target TARGET perform individual analysis for specific addresses
-s STYLESHEET use a custom css stylesheet
An input file (-f, --file) is always required.