History log of /freebsd-10.0-release/usr.bin/systat/ifcmds.c
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 259065 07-Dec-2013 gjb

- Copy stable/10 (r259064) to releng/10.0 as part of the
10.0-RELEASE cycle.
- Update __FreeBSD_version [1]
- Set branch name to -RC1

[1] 10.0-CURRENT __FreeBSD_version value ended at '55', so
start releng/10.0 at '100' so the branch is started with
a value ending in zero.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation

# 256281 10-Oct-2013 gjb

Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation


# 247037 20-Feb-2013 melifaro

Fix several new & old style issues.

Pointed by: ae, pluknet, zont
MFC with: r247036


# 247036 20-Feb-2013 melifaro

Add interface name filtering via 'match' cmd.
Add 'pps' cmd for switching beetween interface packets/bytes statistics.

Submitted by: vsevolod
MFC after: 2 weeks


# 226396 15-Oct-2011 ed

Fix whitespace inconsistencies in systat(1).

According to md5(1), the resulting binary is the same.


# 164672 27-Nov-2006 yar

Keep all convtbl-related constants and strings in convtbl.[ch].


# 164670 27-Nov-2006 yar

Return back one initializer, it is needed.


# 164669 27-Nov-2006 yar

+ Drop useless initializers.
+ style(9).


# 164666 27-Nov-2006 yar

Drop useless #includes.


# 126775 09-Mar-2004 dwmalone

Fix the easy warnings:

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.


# 108684 04-Jan-2003 phk

Add "ifstat" display:

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>