HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

nstat — View network statistics. More information: <https://manned.org/nstat>.

Submitted by: @import:tldr-pages··
0
Viewed 0 times
commandnstatnetworkcliinformationstatisticsmoreview
linux

Problem

How to use the nstat command: View network statistics. More information: <https://manned.org/nstat>.

Solution

nstat — View network statistics. More information: <https://manned.org/nstat>.

View network statistics since last time nstat was run:
nstat


View all-time network statistics:
nstat {{[-a|--ignore]}}


Display help:
nstat {{[-h|--help]}}

Code Snippets

View network statistics since last time `nstat` was run

nstat

View all-time network statistics

nstat {{[-a|--ignore]}}

Display help

nstat {{[-h|--help]}}

Context

tldr-pages: linux/nstat

Revisions (0)

No revisions yet.