2014-10-05 15:29:59 +00:00
|
|
|
3/24/1998 -- First release, wrote this yesterday, so it may have
|
2011-03-25 18:45:13 +00:00
|
|
|
some bugs.
|
2014-10-05 15:29:59 +00:00
|
|
|
3/25/1998 -- added logarithmic scaling.
|
|
|
|
some touch ups on the updateSpeedometer() to be a
|
2011-03-25 18:45:13 +00:00
|
|
|
little more helpful
|
|
|
|
added a little more width to the speedometer display
|
|
|
|
from a report that the text sometimes was drawn off
|
|
|
|
the scale (couldnt confirm, is it fixed?)
|
2014-10-05 15:29:59 +00:00
|
|
|
fixed prob for speeds > 9.9 megabytes per second (I
|
|
|
|
think... I can't go that fast myself
|
|
|
|
Made default maxspeed 6000 which I assume is better
|
2011-03-25 18:45:13 +00:00
|
|
|
for modems.
|
2014-10-05 15:29:59 +00:00
|
|
|
5/11/1998 -- I witnessed the little problem with the speedometer
|
2011-03-25 18:45:13 +00:00
|
|
|
going off into the main window so I set a clipmask
|
2014-10-05 15:29:59 +00:00
|
|
|
Still don't understand how it could go off..I'm
|
2011-03-25 18:45:13 +00:00
|
|
|
using a fixed size font...
|
|
|
|
5/13/1998 -- Modified the way it gets its stats from /proc/net/ip_acct
|
|
|
|
You now have to give it explicit accounting rule numbers
|
|
|
|
through the -T and -R options or else it defaults to the
|
|
|
|
fist two in tx, rx order, best just to make sure
|
|
|
|
you set the -T and -R options.
|
2014-10-05 15:29:59 +00:00
|
|
|
5/15/1998 -- Completed interface rewrite, definitely have more graphing
|
2011-03-25 18:45:13 +00:00
|
|
|
space, but I dont know if I like it yet.
|
2014-10-05 15:29:59 +00:00
|
|
|
5/16/1998 -- Added shaded graphs, xload style. Its a lot prettier!
|
2011-03-25 18:45:13 +00:00
|
|
|
8/6/1998 -- Put in the stat driver interface and some drivers
|
|
|
|
5/4/2000 -- Added support for OpenBSD, thanks to Vladimir Popov
|