Get current upload rate into a .txt file ?

Status
Not open for further replies.

Porsche_maniak

Active Member
283
2009
0
40
Hi there !
I am hoping that there is a solution to put the current upload speed (in kb/s)
to a .txt file ,each second.
Maybe some batch code will work (something with netstat?) ?
Please don't confuse with maximum upload speed - i don't want speed test <_<
 
8 comments
i cant help you to get into a txt file..but i can help it in .jpeg format. it can be adjusted for minute,hour,day,week etc.
 
Before i was using batch often but now i've forgot it :O

I believe using netstat function will do the trick (in a loop)?
Can you do this in batch ?

netstat > netstat sent packets (numbers only) into txt file
> get txt file we made and compare the numbers with new netstat (execute after 1 sec)
function.
So the outcome will be bytes sent for 1 sec ?

Oops sorry forgot to merge posts
 
I don't want a log. The txt file will be overwritten each second,so it will be some bytes.
Maybe the loop function will take a bit more cpu.. but i need this
 
Status
Not open for further replies.
Back
Top