wmjiface is a simple text based network device status monitor.
Version: 1.7cbwmjiface is a simple text based network device status monitor.
License: GPL
Operating System: Linux
Homepage: www.voltar.org
Developed by:
It shows a weighted average of the traffic for the past several seconds. The average includes the overhead packets.
Requirements:
· Xpm library
Installation:
1) tar -zxf wmjiface-#.#
2) cd wmjiface/src
3) edit the Makefile to change the prefix variable and the owner and group variables. prefix describes where the files go during install. Owner and group describe who owns it after install. You must uncomment owner and group if you use them.
4) make install
5) edit ifacechk as necessary to make it go... As it stands, ifacechk will not work on SunOS/Solaris. I used /proc to get my net info. Most likely, it won't even work on some familiar linux boxes.