mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-01 09:42:24 +00:00
22 lines
351 B
Plaintext
22 lines
351 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, linux]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# 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]}}`
|