From dcc39b8f4765b73f8d477151dd6d6ae3b15b53e9 Mon Sep 17 00:00:00 2001 From: Managor <42655600+Managor@users.noreply.github.com> Date: Sun, 6 Oct 2024 21:30:32 +0300 Subject: [PATCH] ifstat: add page (#14013) Co-authored-by: Wiktor Perskawiec --- pages/linux/ifstat.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 pages/linux/ifstat.md 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}}`