- Posts: 173
- Thank you received: 0
How do you monitor bandwidth
16 years 7 months ago #26189
by toddwoo
Replied by toddwoo on topic Re: How do you monitor bandwidth
Ok I found a few things after a full day back at work. The ones i'm focusing on is... Iperf
dast.nlanr.net/Projects/Iperf/
Its small simple direct lots of easily configured options and easy to compile code for linux/unix and windows. And has a multi platform java front end (jperf) that runs pretty smooth.
Start one end as a server, the other end as a client, and BAMN get the bandwidth. First inpression is very good, but i need to mess around more and in different situations.
dast.nlanr.net/Projects/Iperf/
Its small simple direct lots of easily configured options and easy to compile code for linux/unix and windows. And has a multi platform java front end (jperf) that runs pretty smooth.
Start one end as a server, the other end as a client, and BAMN get the bandwidth. First inpression is very good, but i need to mess around more and in different situations.
16 years 7 months ago #26190
by toddwoo
Replied by toddwoo on topic Re: How do you monitor bandwidth
quick peek at the output just running default...
[code:1]C:\Documents and Settings\twoods>iperf -c 192.168.1.4
Client connecting to 192.168.1.4, TCP port 5001
TCP window size: 8.00 KByte (default)
[1912] local 192.168.1.7 port 3439 connected with 192.168.1.4 port 5001
[ ID] Interval Transfer Bandwidth
[1912] 0.0-10.0 sec 95.5 MBytes 80.0 Mbits/sec
C:\Documents and Settings\twoods>
[/code:1]
and jperf
I'll be putting it through its paces over the next few days and weeks.
[code:1]C:\Documents and Settings\twoods>iperf -c 192.168.1.4
Client connecting to 192.168.1.4, TCP port 5001
TCP window size: 8.00 KByte (default)
[1912] local 192.168.1.7 port 3439 connected with 192.168.1.4 port 5001
[ ID] Interval Transfer Bandwidth
[1912] 0.0-10.0 sec 95.5 MBytes 80.0 Mbits/sec
C:\Documents and Settings\twoods>
[/code:1]
and jperf
I'll be putting it through its paces over the next few days and weeks.
- skepticals
- Offline
- Elite Member
Less
More
- Posts: 783
- Thank you received: 0
16 years 7 months ago #26203
by skepticals
Replied by skepticals on topic Re: How do you monitor bandwidth
Awesome! I have heard of iperf and actually think I have it downloaded, but I have not used it. I will look into it.
16 years 7 months ago #26204
by TheBishop
Replied by TheBishop on topic Re: How do you monitor bandwidth
Iperf looks good. We tried several; there used to be one you could get called QCheck, and we wrote our own simple one using Perl scripts
16 years 7 months ago #26220
by toddwoo
Replied by toddwoo on topic Re: How do you monitor bandwidth
Make sure to get Jperf 2.0 or higher.. the older one is bunk.
- skepticals
- Offline
- Elite Member
Less
More
- Posts: 783
- Thank you received: 0
16 years 7 months ago #26241
by skepticals
Replied by skepticals on topic Re: How do you monitor bandwidth
I downloaded 2.0
Time to create page: 0.132 seconds