1bwbar(8) System Manager's Manual bwbar(8)
2
3
4
6 bwbar - create a textual and graphical readout of current bandwidth
7 usage
8
9
11 bwbar [ --input|-i ] [ --output|-o ] [ --directory|-d directory ] [
12 --text-file|-t file ] [ --png-file|-p file ] [ --interval|-t seconds ]
13 [ --width|-x pixels ] [ --height|-y pixels ] [ --border|-b pixels ] [
14 --kbps|-k ] [ --Mbps|-M ] [ --Gbps|-G ] [ --help|-h ] interface max-
15 Mbps
16
17
19 This manual page briefly documents the bwbar program.
20
21 bwbar is a simple daemon which creatse a readout of current bandwidth
22 usage, generally for inclusion on a webpage. The output appearin both a
23 text file and a PNG format bargraph in the specified output directory,
24 and is based on data gathered from the specified device and the speciā
25 fied maximum bandwidth.
26
27
29 --input|-i
30 Measure the input bandwidth
31
32 --output|-o
33 Measure output bandwidth (default)
34
35 --directory|-d
36 Specify the output directory
37
38 --text-file|-f
39 Specify the name of the text-format ouput file (defaults to
40 "ubar.txt")
41
42 --png-file|-p
43 Specify the name of the PNG-format output file (defaults to
44 "ubar.png")
45
46 --interval|-t
47 Set the poll interval in seconds (defaults to 15 seconds)
48
49 --width|-x
50 Set the width of the graphical bar (defaults to 600 pixels)
51
52 --height|-y
53 Set the height of the graphical bar (defaults to 4 pixels)
54
55 --border|-b
56 Set the border width of the graphical bar (defaults to 1 pixel)
57
58 --kbps|-k
59 Set the units of bandwidth measure to kilobits/second
60
61 --Mbps|-M
62 Set the units of bandwidth measure to megabits/second (default)
63
64 --Gbps|-G
65 Set the units of bandwidth measure to gigabits/second
66
67 --Daemon|-D
68 Run as daemon
69
70 --help|-h
71 Online help
72
73
75 bwbar was written by Peter Anvin <hpa@zytor.com>.
76
77 This manual page was prepared by Nick Rusnov <nickrusnov@debian.org>
78 for the Debian Project.
79
80
81
82Bandwidth Bar Feb. 7, 2002 bwbar(8)