Test cases; profiling and simulation
[bwmon.git] / monitors.sample.cfg
blob669abb9011a3afbab3b0dfc2c6706016ca54dd61
2 # bwmon - configuration file for monitoring processes
4 # Specify monitors that measure used bandwidth
6 # [Monitor Name]
7 # type=<monitor-type>
8 # <parameter>=<value>
11 # Monitor Name        is used to label the monitoring compoinent
13 # type                can be either monitor or pipe
14 #                     monitor tracks used bandwidth by analyzing /proc files
15 #                     pipe tracks bandwidth that is passed through it
16 #                     refer to the documentation for detailled explanations
18 # Parameters
20 # for "monitor"
21 # * include           will monitor only processes with a commandline that matches
22 #                     the given regular expression; other processes are ignored
24 # * exclude           will exclude processes with a commandline that matches
25 #                     the given regular expression
27 # * ignorelocal       if True, local traffic (loopback) will be ignored
28 #                     (default False)
31 # for "pipe"
32 # * port              port that the pipe will listen on
33 # * newhost           host to which the pipe will connect
34 # * newport           port at newhost to which the pipe will connect
35 # * shape_threshold   bandwidth in kB/s at which the pipe will shape the traffic
39 [General]
40 type=monitor
41 exclude=ssh.+khan\.thpinfo\.com
42 ignorelocal=true
44 [SSH]
45 type=pipe
46 port=2222
47 newhost=khan\.thpinfo\.com
48 newport=22
49 shape_threshold=100