views:

434

answers:

2

Hi everybody.

I have to code a up/download speed monitor. It will obtain the current download and upload transfer speed of the computer which it has been installed and post it to another server periodically. c But I don't have an idea about how to catch instant transfer rates of a computer. As you know some of network monitoring programs can trace it but I could not find anything written in PHP, Python or Java?

+3  A: 

You don't say which operating system you're interested in.

A quick google turned up this: http://excess.org/speedometer/

"Measure and display the rate of data across a network connection or data being stored in a file"

Opensource, written in Python

Paul
Paul, thanks for that. This application will run in Windows and Linux. I will install it to all PCs in the house and my digital TV receiver box.
Ahmet Alp Balkan
A: 

JPCAP (a java packet capture library-sniffer) is suitable for this job and I've done it.

Ahmet Alp Balkan
Ooops. 48 hrs is too long for accepting my own answer ;)
Ahmet Alp Balkan