Forrest logo
back to context overview

vnstat

List of commands for vnstat:

  • vnstat:tldr:1882a vnstat: Measure and show average traffic for 30 seconds.
    $ vnstat -tr ${30}
    try on your machine
    explain this command
  • vnstat:tldr:818db vnstat: Display traffic summary for a specific network interface.
    $ vnstat -i ${eth0}
    try on your machine
    explain this command
  • vnstat:tldr:87da1 vnstat: Display traffic summary for all interfaces.
    $ vnstat
    try on your machine
    explain this command
  • vnstat:tldr:88285 vnstat: Show traffic statistics on an hourly basis for the last 24 hours using a bar graph.
    $ vnstat -hg
    try on your machine
    explain this command
  • vnstat:tldr:9748d vnstat: Display live stats for a specific network interface.
    $ vnstat -l -i ${eth0}
    try on your machine
    explain this command
back to context overview