Page 1 of 1 1
Topic Options
#157921 - 2006-02-27 07:57 PM Bandwidth Testing
lanxess Offline
Lurker

Registered: 2006-02-27
Posts: 2
We're looking to create a bandwidth test within our network using kix. We'd like to have it so that we can just run the script, it will attempt to copy a file from a server, and then upload it, and we'd like to time to see how long it will take.

Is there a kixscript solution to this? I read the "detect network speed" thread but it doesn't seem to have the right solution for this problem.

Top
#157922 - 2006-02-27 08:03 PM Re: Bandwidth Testing
Radimus Moderator Offline
Moderator
*****

Registered: 2000-01-06
Posts: 5187
Loc: Tampa, FL
http://www.optimumx.com/download/#NetSpeed
_________________________
How to ask questions the smart way <-----------> Before you ask

Top
#157923 - 2006-02-27 09:11 PM Re: Bandwidth Testing
lanxess Offline
Lurker

Registered: 2006-02-27
Posts: 2
Thank so much Rad
Top
#157924 - 2006-02-27 10:11 PM Re: Bandwidth Testing
NTDOC Administrator Offline
Administrator
*****

Registered: 2000-07-28
Posts: 11623
Loc: CA
By using a 100K file you could also do something like this. Perhaps not as accurate but would give you an idea of the speed in general.

Code:
Break On
Dim $TimeStart, $TimeStop, $TimeLapse
If Exist("%TEMP%\100K.FLG") Del "%TEMP%\100K.FLG" EndIf
$TimeStart=@ticks
Copy "\\SERVER1\SHARE\100K.FLG" "%TEMP%"
$TimeStop=@ticks
$TimeLapse=$TimeStop-$TimeStart
If Exist("%TEMP%\100K.FLG") And $TimeLapse < 700
'Speed is fast enough: ' + $TimeLapse ?
Else
'Speed too slow: ' + $TimeLapse ?
EndIf


 
 

Top
Page 1 of 1 1


Moderator:  Jochen, Allen, Radimus, Glenn Barnas, ShaneEP, Ruud van Velsen, Arend_, Mart 
Hop to:
Shout Box

Who's Online
2 registered (morganw, mole) and 414 anonymous users online.
Newest Members
gespanntleuchten, DaveatAdvanced, Paulo_Alves, UsTaaa, xxJJxx
17864 Registered Users

Generated in 0.052 seconds in which 0.022 seconds were spent on a total of 12 queries. Zlib compression enabled.

Search the board with:
superb Board Search
or try with google:
Google
Web kixtart.org