mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-04 01:48:54 +00:00
2fadfa2cfb
e-mail addresses from the pkg-descr file that could reasonably be mistaken for maintainer contact information in order to avoid confusion on the part of users looking for support. As a pleasant side effect this also avoids confusion and/or frustration for people who are no longer maintaining those ports.
12 lines
656 B
Plaintext
12 lines
656 B
Plaintext
This little program polls network statistics and does a few things with the
|
|
data it gets. It has small blinking lights for the rx and tx of IP packets,
|
|
a digital speedometer of your polled stat's currentspeed and a bar graph like
|
|
xload et. al which has a tx speed graph from bottom-up and rx speed graph
|
|
from the top-down. The speedometer keeps track of the current speed per
|
|
second and shows it in a color corresponding to which of rx or tx that has
|
|
the highest speed at the moment. Also, the graph is drawn in a way that the
|
|
highest speed is drawn on top of the other while the other is in the
|
|
background.
|
|
|
|
WWW: http://www.digitalkaos.net/linux/wmnet/
|