summaryrefslogtreecommitdiffstats
path: root/usr.bin/systat/ifcmds.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix several new & old style issues.melifaro2013-02-201-4/+2
| | | | | Pointed by: ae, pluknet, zont MFC with: r247036
* Add interface name filtering via 'match' cmd.melifaro2013-02-201-1/+27
| | | | | | | Add 'pps' cmd for switching beetween interface packets/bytes statistics. Submitted by: vsevolod MFC after: 2 weeks
* Fix whitespace inconsistencies in systat(1).ed2011-10-151-1/+1
| | | | According to md5(1), the resulting binary is the same.
* Keep all convtbl-related constants and strings in convtbl.[ch].yar2006-11-271-35/+6
|
* Return back one initializer, it is needed.yar2006-11-271-1/+1
|
* + Drop useless initializers.yar2006-11-271-5/+6
| | | | + style(9).
* Drop useless #includes.yar2006-11-271-15/+0
|
* Fix the easy warnings:dwmalone2004-03-091-1/+2
| | | | | | | | | 1) Avoid shadowing index. 2) Constness. 3) Missing prototype for ifcmd. 4) Missing include of string.h. 5) Avoid shadowing error function. 6) ANSI definition for main.
* Add "ifstat" display:phk2003-01-041-0/+95
ifstat Display the network traffic going through active interfaces on the system. Idle interfaces will not be displayed until they receive some traffic. For each interface being displayed, the current, peak and total statistics are displayed for incoming and outgoing traffic. By default, the ifstat display will automatically scale the units being used so that they are in a human-read- able format. The scaling units used for the current and peak traffic columns can be altered by the scale command. Submitted by: Trent Nelson <trent@arpa.com>
OpenPOWER on IntegriCloud