All Forums >> [Scripting] >> Post a VBScript >> Network Thoughput Test Do you like VisualBasicScript.com? Link to us and help spread the word about our forum. Thanks!
Factors like error correction and other network traffic are probably the reason the results are approximately 70% of the full rated link speed. On high speed links there can be bottle necks on the computer like Disk IO.
< Message edited by TomRiddle -- 3/24/2008 3:02:17 PM >
What symptoms/error messages are you experiencing? What environment do you have i.e. XP Vista etc The network location must be read/write access enabled. Some anti virus products set on maximum protection could block the file as it is being copied with windows scripting host. Mine does not block it but puts an entry in log something like "Would have been blocked if not in warning only mode, bla bla"
I just copied the script off the forum as a test, modified the following line
z="\\server\share\largefile.zip"
to
z="E:\backup images\images\DG\GEN98BSE2.GHO"
and it worked fine. "Upload speed is 366.27 megabits per second" that transfer speed is disk to disk internally.
< Message edited by TomRiddle -- 4/18/2008 12:02:15 PM >