How to output a simple network activity plot in console in Linux?

Posted by Vi. on Super User See other posts from Super User or by Vi.
Published on 2012-12-04T17:08:37Z Indexed on 2012/12/04 17:09 UTC
Read the original article Hit count: 162

Filed under:
|
|
|

There's tload that plots load average.

There's iftop that network usage as bars.

How to do something like this:

# tcpdump -i eth0 --plot 'host 1.2.3.4'
13:45:03  |                        | 0 in 0 out
13:45:04  |O                       | 0 in 1MB out
13:45:05  |OOOI                    | 500 KB in 4MB out
13:45:06  |OIIII                   | 6MB in 1MB out
13:45:07  |                        | 0 in 0 out
13:45:08  |IIIIIIIIIIII            | 53M in 0 out

© Super User or respective owner

Related posts about linux

Related posts about networking