status monitor for network interfaces on GNU/Linux

1

I am using GNU/Linux (Debian 6, x86_64), X11, but no heavyweight desktop environment (I used xmonad).

I would like to monitor the activity of a specific network interface. I would like to know how many packets were sent and recevied, TCP/UDP and Ports. Is there a lightweight tool that does such monitoring?

TL;DR: I need a wireshark-alike which displays basic packet information for a specific NIC.

HansBlitz

Posted 2012-02-12T22:12:01.680

Reputation: 11

Answers

0

Have a look at Conky. It can show you things like transfer speed and number of connections and allows you to execute shell scripts to get information to display.

Lars Kotthoff

Posted 2012-02-12T22:12:01.680

Reputation: 1 447