mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-22 05:42:09 +02:00
ifstat: add page (#14013)
Co-authored-by: Wiktor Perskawiec <git@spageektti.cc>
This commit is contained in:
parent
eb7c0a3207
commit
dcc39b8f47
1 changed files with 16 additions and 0 deletions
16
pages/linux/ifstat.md
Normal file
16
pages/linux/ifstat.md
Normal file
|
@ -0,0 +1,16 @@
|
||||||
|
# ifstat
|
||||||
|
|
||||||
|
> View network interface statistics.
|
||||||
|
> More information: <https://manned.org/ifstat>.
|
||||||
|
|
||||||
|
- View network interface statistics since last query:
|
||||||
|
|
||||||
|
`ifstat`
|
||||||
|
|
||||||
|
- View network interface statistics since last boot:
|
||||||
|
|
||||||
|
`ifstat {{-a|--ignore}}`
|
||||||
|
|
||||||
|
- View error rate:
|
||||||
|
|
||||||
|
`ifstat {-e|--errors}}`
|
Loading…
Add table
Reference in a new issue