-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathREADME
More file actions
executable file
·62 lines (41 loc) · 1.63 KB
/
README
File metadata and controls
executable file
·62 lines (41 loc) · 1.63 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
EthStatus
=========
Original author: Gabriel Montenegro <johnpetrucci@users.sourceforge.net>
Code maintainer: Christoph Haas <email@christoph-haas.de>
Copyright (c) 2000-2001 by Gabriel Montenegro. This program is free software
which I release under the GNU General Public License.
Read the COPYRIGHT file for more info.
Description
===========
Ethstatus was developed for Linux users that are usually in console
mode. It is a simple, easy to use program for displaying commonly
needed/wanted statistics in real time of incoming and outgoing traffic. It is
similar to the famous "iptraf" software but aims to show bandwidth usage and
packet counters on a realtime quantity basis.
Features
========
-> Simulates RX/TX data LEDs
-> 76x10 block graphic graph - updated every second
-> Constant change of speed, for better graphic interaction
-> Interface selection (eth0, eth1 ...)
-> Selection beetween two exibition modes: Monochrome, VGA
-> Log file stores data of all connections
Requirements
============
For the instalation of EthStatus, you will need the following
-ncurses library
-GNU make
Installation
============
For creating and installing the binaries from source you can plainly use
do
- make
- make install (as root)
Configuration File / Command line options
=========================================
Please consult the man page that is shipped with Ethstatus.
Bug reports
===========
The current version of Ethstatus is distributed as a native Debian package.
As the original author is no longer actively supporting this program please
use the BTS (http://bugs.debian.org) in case you find a bug.