Linux Interface Traffic Monitor

iftraf - is a linux interface traffic monitor. With this software you may monitor network interface activity on the linux box from Windows workstations.

Tags Benchmark Monitoring Networking
Licenses Freeware
Operating Systems Windows Windows Windows POSIX Linux

Tweet this project Short link

Rss Recent releases

  • Rrelease-mid
  •  15 May 2002 14:39
  • Rrelease-after

No changes have been submitted for this release.

Rss Recent comments

Rcomment-before 17 Jun 2009 22:17 Rcomment-trans florentcueto Rcomment-after

The line to insert is:

sa_len = sizeof sa;

Rcomment-before 20 Feb 2009 21:52 Rcomment-trans florentcueto Rcomment-after

Patch needed
Hi,

I don't know why but after upgrading from debian 3.0 (sarge) to debian 5.0 (lenny), the daemon does not work anymore.

You have to edit the file iftrafd.cc, and insert the following line:

socklen_t sa_len;

sa_len = sizeof sa;

int r = recvfrom(s, buf, sizeof(buf), 0, (struct sockaddr *)&sa, &sa_len);

then recompile using g++.

Cheers,

No-screenshot

Project Spotlight

BIRD

A daemon for dynamic routing of IP and IPv6

No-screenshot

Project Spotlight

Dovecot

A secure IMAP server.