Fallback to conntrack-utils if ip_conntrack is not available
[bwmon.git] / group.sample.cfg
blobabc39292700212bbc6efccaff35c965e92ce1e3c
2 # bwmon - configuration file for grouping processes by their commandline
4 # Specify "Applications" and the processes that they consist of
6 # [Application Name]
7 # shortname=regex
9 # Application Name is the name under which the aggregated bandwidth of the
10 #                  matched processes will be shown
11 # shortname        is used purely for informational purposes and can be used
12 #                  to label the matched processes
13 # regex            will be matched against the processes commandlines
16 [Webserver]
17 apache=apache
18 http=httpd
19 lighty=lighttpd
21 [Desktop]
22 browser=firefox|chrom(e|ium)
23 pidgin=gaim|pidgin
26 [Dev]
27 ssh=ssh
29 [Test]
30 demo=wget|curl