472,982 Members | 1,340 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 472,982 software developers and data experts.

Tools to test the speed

My client put the SQL server in data center. Their branches (located in
different area) run vb.net application via VIA VFP . Now, they complaint
that there is Timeout occurs.
When I test the system locally, it run very fast and fine. I think it is the
internet problem . However, I just a SA but not network admin. any tools can
I put in the vb.net application and let them test the speed ??


Mar 27 '07 #1
3 3035
"Agnes" <ag***@dynamictech.com.hkwrote in
news:OM**************@TK2MSFTNGP05.phx.gbl:
When I test the system locally, it run very fast and fine. I think it
is the internet problem . However, I just a SA but not network admin.
any tools can I put in the vb.net application and let them test the
speed ??
If it is a network issue, you should use network diagnostic tools.

PING/TraceRoute which are included with Windows often provides enough data.
Otherwise you can use something like Wireshark (Ethereal) to capture
packets to see what's going on the wire.

Lastly you can use a traffic generator to see how much data you can send
across the wire, that shoul give you a good idea of the bandwidth (and
reliablity) of the link. Of course you should run such a test with the
knowledge of the network admin ... and the users of the network :-)
Mar 27 '07 #2
Agnes wrote:
My client put the SQL server in data center. Their branches (located in
different area) run vb.net application via VIA VFP . Now, they complaint
that there is Timeout occurs.
When I test the system locally, it run very fast and fine. I think it is the
internet problem . However, I just a SA but not network admin. any tools can
I put in the vb.net application and let them test the speed ??

If you create test data in the SQL server (or something that you know will never change),
you could locally time pulling all the data/running a specific query (even one that you
know will return nothing), say 100 or more times (average that). Use this time as a
baseline. Then allow the remote users to run the same query, then you could return a +/-
of the time it takes them to perform the same query. For instance they could return -140,
or 140 seconds longer than your "local" query. You will probably want to increase the
timeout.
Mar 27 '07 #3
You can make a timer inside your code in milliseconds, for take the time
that take the code.

For example:

Dim firstResult, secondResult As Double
Dim swatch As New Stopwatch()
swatch.Start()

<<<< YOUR CODE HERE >>>>

firstResult = swatch.ElapsedMilliseconds

<<<< YOUR CODE HERE >>>>

secondResult = swatch.ElapsedMilliseconds
MsgBox(firstResult & intro & secondResult)
swatch.Stop()

My best regards.

Freddy Coal

"Agnes" <ag***@dynamictech.com.hkwrote in message
news:OM**************@TK2MSFTNGP05.phx.gbl...
My client put the SQL server in data center. Their branches (located in
different area) run vb.net application via VIA VFP . Now, they complaint
that there is Timeout occurs.
When I test the system locally, it run very fast and fine. I think it is
the internet problem . However, I just a SA but not network admin. any
tools can I put in the vb.net application and let them test the speed ??


Mar 28 '07 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

4
by: Aidan | last post by:
Hi, I was wondering if it's possible to create a PHP enabled web-page that could be used to test my connection speed. I'm trying to determine the difference in speed between my personal...
0
by: Rick Hower | last post by:
The 'Web Test Tools List' at http://www.softwareqatest.com/qatweb1.html has been updated as of December 1 2003. It now contains more than 280 web test tools, (with descriptions and links...
0
by: bettervssremoting | last post by:
To view the full article, please visit http://www.BetterVssRemoting.com Better VSS Remote Access Tool This article makes a detailed comparison among SourceAnyWhere, SourceOffSite, VSS...
0
by: Bryan Parkoff | last post by:
I use Intel C++ Compiler 8.1 for my Xeon Pentium III 550MHz machine. I have executed six different tests for performance. GV stands for global variable. GF stands for global function. SV stands...
2
by: Hardy | last post by:
DB2 gurus, I'm pretty new in DB2, or database field. Now I wanna some tools which can measure the speed SQL stmt. be excuted. Is there any one in the DB2 software bundle? Thanks!
5
by: mayamorning123 | last post by:
A comparison among six VSS remote tools including SourceOffSite , SourceAnyWhere, VSS Connect, SourceXT, VSS Remoting, VSS.NET To view the full article, please visit...
8
by: markus | last post by:
Hi, As I been programming in C I have discovered more and more tools that really helps to speed up the development process when writing programs. Examples of such tools are cscope, cbrowser,...
6
by: Jazper Manto | last post by:
hi i'm looking for a speed test of c# vs. c++. the test should be representative for mass data production. it should also include IO operations. can anybody give me a good link from the...
0
by: BigAl.NZ | last post by:
Hi Guys, I am trying to write/copy some code that uses events with a GPS. Everytime the GPS position updates the event fires. The GPS code is from a SDK Library that I got called GPS Tools...
2
by: DJRhino | last post by:
Was curious if anyone else was having this same issue or not.... I was just Up/Down graded to windows 11 and now my access combo boxes are not acting right. With win 10 I could start typing...
2
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 4 Oct 2023 starting at 18:00 UK time (6PM UTC+1) and finishing at about 19:15 (7.15PM) The start time is equivalent to 19:00 (7PM) in Central...
0
by: Aliciasmith | last post by:
In an age dominated by smartphones, having a mobile app for your business is no longer an option; it's a necessity. Whether you're a startup or an established enterprise, finding the right mobile app...
2
by: giovanniandrean | last post by:
The energy model is structured as follows and uses excel sheets to give input data: 1-Utility.py contains all the functions needed to calculate the variables and other minor things (mentions...
3
NeoPa
by: NeoPa | last post by:
Introduction For this article I'll be using a very simple database which has Form (clsForm) & Report (clsReport) classes that simply handle making the calling Form invisible until the Form, or all...
1
by: Teri B | last post by:
Hi, I have created a sub-form Roles. In my course form the user selects the roles assigned to the course. 0ne-to-many. One course many roles. Then I created a report based on the Course form and...
3
by: nia12 | last post by:
Hi there, I am very new to Access so apologies if any of this is obvious/not clear. I am creating a data collection tool for health care employees to complete. It consists of a number of...
0
NeoPa
by: NeoPa | last post by:
Introduction For this article I'll be focusing on the Report (clsReport) class. This simply handles making the calling Form invisible until all of the Reports opened by it have been closed, when it...
0
isladogs
by: isladogs | last post by:
The next online meeting of the Access Europe User Group will be on Wednesday 6 Dec 2023 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, Mike...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.