| Author |
Message |
jata
Joined: 30 Nov 2011 Posts: 5
|
Posted: Thu 01 Dec 2011, 11:40 Post subject:
network monitor tools to help measure file transfer speed |
|
Hi,
I need to do some testing of file transfer performance/speed on my network over wifi and compare results with that of ms windows.
So, i have installed slacko puppy 5.3 and I have sucessfully connected to my network using wifi.
I need to run some tests that record file transfer speed between the slacko pc and a couple of network shares. What tools can I use for doing this?
Thanks
|
|
Back to top
|
|
 |
DPUP5520
Joined: 16 Feb 2011 Posts: 759
|
Posted: Thu 01 Dec 2011, 12:06 Post subject:
|
|
is this http://linuxpoison.blogspot.com/2010/12/monitor-network-traffic-or-speed.html what you're looking for?
_________________ PupRescue 2.5
Puppy Crypt 528
|
|
Back to top
|
|
 |
rcrsn51

Joined: 05 Sep 2006 Posts: 7834 Location: Stratford, Ontario
|
Posted: Thu 01 Dec 2011, 12:33 Post subject:
|
|
Here is a little tool called iperf. There are two ways to use it.
1. Since your Time Capsule is acting as a Samba server, run the following command on your Puppy machine. Use the Time Capsule's IP address.
| Code: | | iperf -c aaa.bbb.cc.dd -p 139 |
Wait 10 seconds. Some other possible port numbers are 135,137,138,445.
2. If you have two Puppy machines on your network, start one of them as an iperf server with
On the client machine, run
| Code: | | iperf -c aaa.bbb.cc.dd |
| Description |
|

Download |
| Filename |
iperf-2.0.5.pet |
| Filesize |
26.67 KB |
| Downloaded |
235 Time(s) |
|
|
Back to top
|
|
 |
jata
Joined: 30 Nov 2011 Posts: 5
|
Posted: Thu 01 Dec 2011, 16:48 Post subject:
|
|
how do i make sense of the iperf -c output?
Thanks
|
|
Back to top
|
|
 |
rcrsn51

Joined: 05 Sep 2006 Posts: 7834 Location: Stratford, Ontario
|
Posted: Thu 01 Dec 2011, 17:13 Post subject:
|
|
Iperf generates a stream of TCP data between a client and server and measures the throughput in Mbits/second. For example, I was able to compare the speeds to a Samba server from a wired versus wireless client.
Since it doesn't time an actual file transfer, this may not be exactly what you are looking for. However, there is a Windows version of iperf that might help you make the comparisons you desire.
|
|
Back to top
|
|
 |
trapster

Joined: 28 Nov 2005 Posts: 1966 Location: Maine, USA
|
Posted: Thu 01 Dec 2011, 18:16 Post subject:
|
|
wget
_________________ trapster
Maine, USA
Asus eeepc 1005HA PU1X-BK
Frugal install:Puppeee4.31 + 1.0, Puppy4.10 + Lupu52
Currently using Puppeee-1.0 AND lupu52 w/ fluxbox
|
|
Back to top
|
|
 |
darkcity

Joined: 23 May 2010 Posts: 2218 Location: near here
|
Posted: Thu 19 Jul 2012, 06:28 Post subject:
|
|
thanks for info, added to wiki-
http://puppylinux.org/wikka/Iperf
_________________ Wiki Audacity 2.0.1
|
|
Back to top
|
|
 |
|