policy/misc/app-stats/main.bro

AppStats

AppStats collects information about web applications in use on the network.

Namespace:AppStats
Imports:base/frameworks/sumstats, base/protocols/http, base/protocols/ssl
Source File:/scripts/policy/misc/app-stats/main.bro

Summary

Options

AppStats::break_interval: interval &redef The frequency of logging the stats collected by this script.

Redefinitions

Log::ID: enum  
connection: record  

Detailed Interface

Options

AppStats::break_interval
Type:interval
Attributes:&redef
Default:15.0 mins

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.

Copyright 2013, The Bro Project. Last updated on July 19, 2016. Created using Sphinx 1.4.4.