LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Lan connection throughput measurement

Im looking for fairly easy and reliable way to measure Lan throughput between 2 Lan cards in one PC (lan cards connected with hub). Ive found simple example with ftp server but it wasnt accurate enough comparing with other software. 
thanks
Krystian 
0 Kudos
Message 1 of 5
(2,926 Views)
Krystian,
 
We typically use a ping command from a command prompt invoked in Labview which will get you accuracies in the ms.  Is this fast enough or do you need <1ms accuracy?
 
Regards,
 
-SS


0 Kudos
Message 2 of 5
(2,920 Views)
Ping would be good for round-trip times.

Throughput tests would involve passing different sized data sets from one node to the other, then dividing the data set size by the time required to transfer.




Message Edited by Phillip Brooks on 06-17-2008 10:47 AM
0 Kudos
Message 3 of 5
(2,911 Views)

Krystian,

 

For accuracy software may not be your best option.  You may want to look into hardware solutions such as Ixia (http://www.ixiacom.com/)

 

Regards,

 

-SS



0 Kudos
Message 4 of 5
(2,904 Views)

Thanks all

dont need extreme accuracy, as minimum I need to specify whether speed between 2 lan cards attached to one PC working with or 100Mbit or 10Mbit. 

sending different sized data sounds like plan

0 Kudos
Message 5 of 5
(2,895 Views)