System Grab Bag

View all TLDR pages from Linux (or from all pages)

vnstat

A console-based network traffic monitor. More information: https://manned.org/vnstat.
  • Display traffic summary for all interfaces:
    vnstat
  • Display traffic summary for a specific network interface:
    vnstat -i {{eth0}}
  • Display live stats for a specific network interface:
    vnstat -l -i {{eth0}}
  • Show traffic statistics on an hourly basis for the last 24 hours using a bar graph:
    vnstat -hg
  • Measure and show average traffic for 30 seconds:
    vnstat -tr {{30}}

License and Disclaimer

The content on this page is copyright © 2014—present the tldr-pages team and contributors.
This page is used with permission under Creative Commons Attribution 4.0 International License.

While we do attempt to make sure content is accurate, there isn't a warranty of any kind.