diff --git a/pages/linux/ifstat.md b/pages/linux/ifstat.md new file mode 100644 index 0000000000..7b07aea4e9 --- /dev/null +++ b/pages/linux/ifstat.md @@ -0,0 +1,16 @@ +# ifstat + +> View network interface statistics. +> More information: . + +- View network interface statistics since last query: + +`ifstat` + +- View network interface statistics since last boot: + +`ifstat {{-a|--ignore}}` + +- View error rate: + +`ifstat {-e|--errors}}`