Networking Forums

Networking Forums > Computer Networking > Windows Networking > Load tester

Reply
 
 
Bikini Browser
Guest
Posts: n/a

 
      08-17-2007, 07:18 PM
Hello...

I need to find a free load tester for my network. The software installer
says my clients network is causing his application to be slow and it is
causing errors.

I need to run some tests to find out what could be causing the problem.
Maybe it is his application.

Does anyone have a program that will allow me to pass large amounts of data
from one computer to another and give me an error I can check out if it
fails?

Thanks in advance...

Bikini Browser


 
Reply With Quote
 
 
 
 
Mathieu CHATEAU
Guest
Posts: n/a

 
      08-17-2007, 07:26 PM
ping -l 1500 -n 1000 -w 5 target
Should never have more than 5% of loss (that's already very high)

You can launch many ping at the same time

Which protocol does use this software ? netbios share ? web service ? SQL ?

--
Cordialement,
Mathieu CHATEAU
http://lordoftheping.blogspot.com


"Bikini Browser" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> Hello...
>
> I need to find a free load tester for my network. The software installer
> says my clients network is causing his application to be slow and it is
> causing errors.
>
> I need to run some tests to find out what could be causing the problem.
> Maybe it is his application.
>
> Does anyone have a program that will allow me to pass large amounts of
> data from one computer to another and give me an error I can check out if
> it fails?
>
> Thanks in advance...
>
> Bikini Browser
>


 
Reply With Quote
 
Bikini Browser
Guest
Posts: n/a

 
      08-17-2007, 11:03 PM
I think it uses FoxPro.

BB




"Mathieu CHATEAU" <(E-Mail Removed)> wrote in message
news:%(E-Mail Removed)...
> ping -l 1500 -n 1000 -w 5 target
> Should never have more than 5% of loss (that's already very high)
>
> You can launch many ping at the same time
>
> Which protocol does use this software ? netbios share ? web service ? SQL
> ?
>
> --
> Cordialement,
> Mathieu CHATEAU
> http://lordoftheping.blogspot.com
>
>
> "Bikini Browser" <(E-Mail Removed)> wrote in message
> news:(E-Mail Removed)...
>> Hello...
>>
>> I need to find a free load tester for my network. The software installer
>> says my clients network is causing his application to be slow and it is
>> causing errors.
>>
>> I need to run some tests to find out what could be causing the problem.
>> Maybe it is his application.
>>
>> Does anyone have a program that will allow me to pass large amounts of
>> data from one computer to another and give me an error I can check out if
>> it fails?
>>
>> Thanks in advance...
>>
>> Bikini Browser
>>

>



 
Reply With Quote
 
Mathieu CHATEAU
Guest
Posts: n/a

 
      08-17-2007, 11:07 PM
that recall me bad thinks..
Like access, it's heavy on netbios share access (files).

First, test the network with these ping.

Then you may investigate on the filer performance (handling receive windows
on the network card...)

--
Cordialement,
Mathieu CHATEAU
http://lordoftheping.blogspot.com


"Bikini Browser" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
>I think it uses FoxPro.
>
> BB
>
>
>
>
> "Mathieu CHATEAU" <(E-Mail Removed)> wrote in message
> news:%(E-Mail Removed)...
>> ping -l 1500 -n 1000 -w 5 target
>> Should never have more than 5% of loss (that's already very high)
>>
>> You can launch many ping at the same time
>>
>> Which protocol does use this software ? netbios share ? web service ? SQL
>> ?
>>
>> --
>> Cordialement,
>> Mathieu CHATEAU
>> http://lordoftheping.blogspot.com
>>
>>
>> "Bikini Browser" <(E-Mail Removed)> wrote in message
>> news:(E-Mail Removed)...
>>> Hello...
>>>
>>> I need to find a free load tester for my network. The software
>>> installer says my clients network is causing his application to be slow
>>> and it is causing errors.
>>>
>>> I need to run some tests to find out what could be causing the problem.
>>> Maybe it is his application.
>>>
>>> Does anyone have a program that will allow me to pass large amounts of
>>> data from one computer to another and give me an error I can check out
>>> if it fails?
>>>
>>> Thanks in advance...
>>>
>>> Bikini Browser
>>>

>>

>
>


 
Reply With Quote
 
Curious_user
Guest
Posts: n/a

 
      08-20-2007, 08:45 AM
On Aug 18, 11:07 am, "Mathieu CHATEAU" <gollum...@free.fr> wrote:
> that recall me bad thinks..
> Like access, it's heavy on netbios share access (files).
>
> First, test the network with these ping.
>
> Then you may investigate on the filer performance (handling receive windows
> on the network card...)
>
> --
> Cordialement,
> Mathieu CHATEAUhttp://lordoftheping.blogspot.com
>
> "Bikini Browser" <remove.bikini.browser.t...@gmail.com> wrote in message
>
> news:(E-Mail Removed)...
>
>
>
> >I think it uses FoxPro.

>
> > BB

>
> > "Mathieu CHATEAU" <gollum...@free.fr> wrote in message
> >news:%(E-Mail Removed)...
> >> ping -l 1500 -n 1000 -w 5 target
> >> Should never have more than 5% of loss (that's already very high)

>
> >> You can launch many ping at the same time

>
> >> Which protocol does use this software ? netbios share ? web service ? SQL
> >> ?

>
> >> --
> >> Cordialement,
> >> Mathieu CHATEAU
> >>http://lordoftheping.blogspot.com

>
> >> "Bikini Browser" <remove.bikini.browser.t...@gmail.com> wrote in message
> >>news:(E-Mail Removed)...
> >>> Hello...

>
> >>> I need to find a free load tester for my network. The software
> >>> installer says my clients network is causing his application to be slow
> >>> and it is causing errors.

>
> >>> I need to run some tests to find out what could be causing the problem.
> >>> Maybe it is his application.

>
> >>> Does anyone have a program that will allow me to pass large amounts of
> >>> data from one computer to another and give me an error I can check out
> >>> if it fails?

>
> >>> Thanks in advance...

>
> >>> Bikini Browser- Hide quoted text -

>
> - Show quoted text -


If your not sure, a batch file that copies, queries and pings either
the perticular machine or several machines around your network,
(personally I would have it running on serval machines and sending it
everywhere) leave it in a goto loop and monitor the results with a
packet sniffer (just a quick goole should give you plenty.)
leave it to simmer overnight and voila, beef stew in the morning!


David
http://www.itcontractors.org
Knowledge...shared

 
Reply With Quote
 
Philip Herlihy
Guest
Posts: n/a

 
      08-21-2007, 01:07 PM
Bikini Browser wrote:
> Hello...
>
> I need to find a free load tester for my network. The software installer
> says my clients network is causing his application to be slow and it is
> causing errors.
>
> I need to run some tests to find out what could be causing the problem.
> Maybe it is his application.
>
> Does anyone have a program that will allow me to pass large amounts of data
> from one computer to another and give me an error I can check out if it
> fails?
>
> Thanks in advance...
>
> Bikini Browser
>
>


iPerf is useful. You might like to follow up these notes I hurriedly
copied from a surfing session last night:

http://dast.nlanr.net/projects/Iperf...ocs_1.7.0.html

http://dast.nlanr.net/Projects/Iperf/ (see the FAQ as well)

http://www.enterprisenetworkingplane...le.php/3657236
http://www.enterprisenetworkingplane...le.php/3658331

.... and notes copied from another page (??):
modi4 52% ping www.sdsc.edu
PING www.sdsc.edu (198.202.75.101): 56 data bytes
64 bytes from 198.202.75.101: icmp_seq=0 ttl=250 time=57.696 ms
64 bytes from 198.202.75.101: icmp_seq=1 ttl=250 time=59.574 ms
64 bytes from 198.202.75.101: icmp_seq=2 ttl=250 time=58.229 ms
64 bytes from 198.202.75.101: icmp_seq=3 ttl=250 time=59.998 ms
64 bytes from 198.202.75.101: icmp_seq=4 ttl=250 time=61.403 ms

----www.sdsc.edu PING Statistics----
5 packets transmitted, 5 packets received, 0.0% packet loss
round-trip min/avg/max = 57.696/59.380/61.403 ms
The output (last line) shows the average round-trip-time was 59.38
milliseconds (middle number). The minimum delay (57.696 milliseconds) and
maximum delay (61.403 milliseconds) are quite close to each other (the
difference is only 2.023), which is an indication of low delay jitter. On a
high-delay jitter path, the maximum delay could possibly be as long as
twice of the minimum delay. The delay jitter is usually considered low when
the maximum delay is no more than 10-20% longer than the minimum delay.

Phil, London
 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
BT speed tester Richard Tobin Broadband 6 05-31-2011 10:25 PM
BT speed tester Rodney Pont Broadband 5 01-25-2011 04:09 PM
Re: Lan tester Dave Saville Home Networking 0 10-23-2010 05:43 PM
GAO5853 E1 BER Tester gaotekinc Wireless Internet 0 12-28-2007 01:17 AM
cable tester Brett Home Networking 2 08-14-2004 08:06 PM



1 2 3 4 5 6 7 8 9 10 11