policy/misc/app-stats/main.bro
-
AppStats
AppStats collects information about web applications in use
on the network.
Detailed Interface
Options
-
AppStats::break_interval
-
The frequency of logging the stats collected by this script.
Types
-
AppStats::Info
Type: | record
- ts:
time &log
Timestamp when the log line was finished and written.
- ts_delta:
interval &log
Time interval that the log line covers.
- app:
string &log
The name of the “app”, like “facebook” or “netflix”.
- uniq_hosts:
count &log
The number of unique local hosts using the app.
- hits:
count &log
The number of hits to the app in total.
- bytes:
count &log
The total number of bytes received by users of the app.
|