File: ifctrstat.scd

package info (click to toggle)
ifupdown-ng 0.12.1-8
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 964 kB
  • sloc: ansic: 3,572; sh: 980; makefile: 233
file content (39 lines) | stat: -rw-r--r-- 676 bytes parent folder | download | duplicates (4)
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
ifctrstat(8)

# NAME

ifctrstat - display interface statistics

# SYNOPSIS

*ifctrstat* [<_options_>...] <_interface_> <_counter_>

*ifctrstat* [<_options_>...] -L|--list

# DESCRIPTION

*ifctrstat* is used to query interface statistic counters in
a kernel-agnostic way.  This is useful for heterogenous
environments where multiple kernels may be in use.

# OPTIONS

*-h, --help*
	Display supported options to ifctrstat.

*-n, --no-label*
	Display the requested counter without its label.

*-L, --list*
	List available counters on this system.

*-V, --version*
	Print the ifupdown-ng version and exit.

# SEE ALSO

*ifquery*(8)

# AUTHORS

A. Wilcox <awilfox@adelielinux.org>