Network performance view - simple tools

Network performance view - simple tools

Use TCPING to view how your network is performing

TCPING is a unique tool that packs a lot of tools into a small application. It’s a console application that works like the built-in Windows ping, but it’s much more powerful and can provide you a lot more information. I use the version written by Eli Fulkerson from his web site at the following link.  You can use this tool to get a glimpse your network performance.


I’m not going to write a lot about the tool because it can all be found at that site; however, feel free to comment if you have any questions. 

Download the tcping.exe file and place the file in your C:\Windows\System32 folder.  Then you will be able to run an Administrative Command Shell window and run the command form any location.  

The Usage is listed on that site and you can also get it from the command line by typing tcping /?

So, maybe you want to see how your network is performing between two devices, or just your overall network? 

Here is an example of a command line execution

tcping -4 -d -t -j localhost 2638

This would just ping my machine on port 2638 and the output would come to screen.  If you want to capture that output to a file, he has a mechanism in the tool but I found it easier to just use some ole DOS knowledge and add some parameters to the end like follows: (make sure the location in the command window that you have rights to save a file before proceeding) 

tcping -4 -d -t -j localhost 2638 >File.txt

When the above is executed the output is written to a file, and it looks like nothing is happening.  If you want you can use Baretail to open the File.txt and watch the pings.  When you want this to stop simply press Ctrl-C a few times in the window and you should get the statistic summary also in the file.

Here is the meat of what you are looking for

Ping statistics for 127.0.0.1:2638

     93 probes sent.

     93 successful, 0 failed.  (0.00% fail)

Approximate trip times in milli-seconds: Minimum = 0.231ms, Maximum = 1.431ms, Average = 0.490ms

Jitter: Minimum = 0.002ms, Maximum = 0.919ms, Average = 0.208ms

You want to see all of the probes being successful, less than 1ms average for trip times and a low average for jitter – if you are seeing failed probes, higher than 1ms trip times and high jitter averages, you may want to have a professional take a look at your network. If you see failures you can review the file and it will show you the date and time the failures occurred which may help you pin point what is happening.  



    • Related Articles

    • Troubleshooting Error Messages

      Questions to ask when troubleshooting Error Messages If you receive an error message within your Micro Key software, here are questions to ask before reporting the issue: Is this a single incident? Can I force replicate it? If so, what are my steps? ...
    • Operator placing accounts on Test in MKMSCS

      It's often been asked - why is the start time when an operator presses F5 1 hour prior to the actual time? In the image above, the time of the computer and the time of the virtual machine is reflected by the red circle to the bottom right of the ...
    • Native DB Connection Parameters

      The Micro Key management series of applications uses Native DB connections that can be defined by the ConnManager.exe application. This is just a brief guide that may help someone understand how our applications connect to the Sql server and it may ...
    • MKS Running Slow

      We have found that folks who have their Subscriber History Option set to 'All History' have seen a delay in MKS performance. All users who log into MKS should go to a subscriber, click on History Options>History>and choose 'Last 60 Days'. This writes ...
    • Micro Key Solutions NiteLine Support

      Micro Key Solutions NiteLine Support Instructions What is NiteLine? NiteLine is an annual subscription service available to MKS customers providing access to EMERGENCY technical support outside of standard business hours. Please note a per call fee ...