correlation problem of PackPal Ping Utility: |
What's special about PackPal Ping Utility?
- Start or stop a ping at your wish .
- Set the Ping interval time.
- Choose to ping one address (a domain name or an IP address) or a group of addresses at one time.
- Auto start the PackPal Ping Utility when your computer starts up.
- Save history information about ping sessions into Log files.
- Save a group of IP addresses or domain names into *.ipl files and load the files when needed.
- Check out the location of a specific IP address/domain name/URL
- Check out the domain name for a specific IP address or the IP address for a domain name.
- Evaluate the connection by approximate speed.
- Have a detailed report on each ping about the IP address, domain name, location of the IPaddress,approximate speed and some statistical information.
- Draw an URL from a website and monitor the connection.
- Statistical information is available such as Packet size, total number of sent packets, total number of received packets, the loss rate, minimum, maximum and average time of the ping session.
- Email setting. Send reports by email, such as send the stored address log; send program miscode; send your stored information or the email written by yourself.
- User-defined data length.
- Show details about the ping packet, such as Icmp type, Icmp code description, Icmp sourceip, Icmp destIP, Pocket size, timeout, TTL and Datastr.
- Time saving ping logs.
|
How to use the packpal ping utility?
How to add one address?
To add one address, you have the following choices:
1. On the Menu Toolbar, open the "Edit" menu item and choose the "Add an address" item, or accordingly,on the Main Toolbar, click the "Add an address" button , and then you will get another window to input an IP or domain as shown in Fig.1. You can input the address in the form of 192.168.0.11 or www.google.com. Then click the "Add" button, the new address will be added on the front panel.
2. Rightclick on the blank area of PackPal Ping Utility, a menu will be shown. Choose the "Add an address" item to add one IP address/domain name/URL.

Fig.1 Add an IP/domain
|
How to add a group of addresses?
To add a group of addresses, you have the following choices:
1. On the Menu Toolbar, open the "Edit" menu item and choose the "Add a group of address" item, or accordingly, on the Main Toolbar, click the "Add a group of address" button , then you will get another window to input all IP addresses between the Start IP and the End IP. Note, domain name is not available here. For example, you can set the Start IP as 192.168.0.1, and the End IP as 192.168.0.64, as shown in Fig.2. Then click the "Add" button, the new addresses will be added on the front panel. Tips: Press "enter" after you set the start IP, You can directly go to set the End IP.

Fig.2 Add a group of IP addresses
2. On the Menu Toolbar, open the "File" menu item and choose the "Open" item, or accordingly, on the Main Toolbar, click the "Open" button to load a *.txt file. Then the addresses in the file will be added on the front panel.
3. On the Menu Toolbar, open the "Edit" menu item and choose the "Import from file" item (as shown in Fig. 3), choose a file, and then click the "Open" button to load a *.ipl format file. Then the addresses in the selected file will be added on the front panel.

Fig.3 Import from file
4. Click the right mousebutton, a menu will be shown. Choose the "Add addresses" item to add a group of address with the "Start IP address" and the "End IP address". Another choice is to import from a file, choose an existing *.spl file and the addresses in the file will be added.
|
How to delete one address?
To delete one address, you have the following choices:
1. On the Menu Toolbar, open the "Edit" menu item and choose the "Delete an address" item, or accordingly, on the Main Toolbar, click the "Delete an address" button to delete one specific address you have selected.
2. Click the right mouse button, a menu will be shown. Choose the "Delete an address" item to delete one IP address/domain/URL.
3. Select the address to be deleted, press the right mouse button, choose the "Delete selected address(es)" item to delete the selected address.
4. Select the address to be deleted, press "Delete" on the keyboard to delete the selected address.
|
How to delete a group of addresses?
To delete a group of addresses, you have the following choices:
1. On the Menu Toolbar, open the "Edit" menu item and choose the "Clear all addresses" item, or accordingly, on the Main Toolbar, click the "Clear the address list" button, then all the addresses on the panel will be deleted.
2. On the Menu Toolbar, open the "Edit" menu item and choose the "Delete addresses" item, then you are required to input the start IP address and the end IP address, domain name is not permitted here(as shown in Fig 2). Then press the "Delete" button, and the IP addresses falling into that scope or the domain names whose corresponding IP addresses falls into that scope will be deleted.
3. Click the right mouse button, a menu will be shown. Choose the "Delete addresses" item to delete a group of address within the "Start IP address" and the "End IP address". Another choice is to "Clear all addresses", all addresses on the front panel will be deleted.
4. Choose the addresses you want to delete, use "shift" or "ctrl" on the keyboard to choose more than one address. Then click the right mouse button, and choose the "Clear selected address(es)" item to delete the group of selected addresses.
|
What is PING?
Ping is one of the most useful network debugging tools available. It is used to determine the speed of a Network Connection and also used in many other networking utilities.
Actually, Ping has taken on several distinct meanings. One is that Ping is actually an acronym for the words 'Packet Internet Groper'. Another is that it is in fact not an acronym at all, but a noun that was adopted from a verb the US Navy uses to describe what its submarines do when looking for objects under the sea. Their subs send out sonar waves and then wait for a return wave when it bounces off something, such as another sub, whale, ocean floor etc. This, in turn, was adopted from bats and dolphins, who navigate in roughly the same way. This is what a system administrator does when Ping is used. So Ping has evolved into a verb in the computer industry, and it is used in somewhat the same manner of the Navy.
|
How dose PING work
A Ping utility is essentially a system administrator's tool that is used to see if a computer is operating and also to see if network connections are intact.
Ping uses the Internet Control Message Protocol (ICMP) Echo function which is detailed in RFC 792. A small packet of information containing an ICMP ECHO_REQUEST is sent through the network to either a particular IP address or a domain name. This packet contains 64 bytes - 56 data bytes and 8 bytes of protocol reader information. The computer that sent the packet then waits (or 'listens') for a ECHO_REPLY packet from the specified IP address. The ping program then evaluates this reply, and a report is shown. You can check several things with the ping program: can you reach another computer, how long does it take to bounce a packet off of another site. The time taken to Send and Receive a Data Packet is calculated in Milliseconds. This helps us to know the speed of the connection. If the connections are good and the target computer is up, a good return packet will be received. If a computer does not return a ping, it does not necessarily indicate a problem. Not every computer will ping you back. Most do, however, and if you have successfully pinged a computer in the past, but you cannot get a ping back today, there is a problem in the network (less common) or with the computer (most likely.) If it takes a long time for a ping to return, it is an indication that the network (most commonly) or the computer (less likely) is extremely busy. Additionally, an administrator can use Ping to test out name resolution. If the packet bounces back when sent to the IP address but not when sent to the name, then the system is having a problem matching the name to the IP address. As mentioned previously, Ping has also evoloved from a noun/acronym into a verb, for example: "Ping server X to see if it is up" The time it takes for the packet to get to the target computer and back again is known as the round trip time. If this takes an extended period of time, it is indicative that something may be wrong.
|
How to start a ping?
Once you have specified the addresses you would like to ping, you can start it by simply pressing the "ping" button, an alternative way is to choose from the Menu Toolbar, open the "Run" menu item and choose the "Start" item. You can also click the icon on the system tray with the right mouse button and choose the "Start" item.
The ping interval is at your charge, the default interval is zero second which means the shortest interval, you can set it for a longer one. After the ping process starts, you would get the results view including the information of "Address", "ttl", "times" and "bytes".
Maybe you are interested in what is the corresponding IP address of a domain name or the domain name for an IP address, or the location of a website, and maybe you would like to estimate the approximate connection speed. You can find the answers to these questions in PackPal Ping Utility. Just move the mouse onto one specific address, double click it and there appears a popup window presenting you detailed information about the ping process which involves the following three parts:
(1) General Information:

This part informs you the domain name, IP address and specially, the location of that address and the approximate speed through which you may have a judgment on whether the connection is good or not;
(2) Ping statistic:

This part shows you the information as follows: Packet size, total number of sent packets, total number of received packedts, the loss rate, minimum, maximum and average time of the ping process;
(3) Ping information:

In the form of black background and green foreground, this part presents you the real-time connecton information including the "time" item and the "info" item. The "time" item records the time when your computer pings another host, and the "info" item includes ttl time, ping time in MS unit and packet size in BYTE unit.
|
How to stop a ping?
There are two ways for you to stop a ping:
1. On the Menu Toolbar, open the "Run" menu item and choose the "Stop" item, then the ping process to all IP addresses or domain names will be stopped.
2. On the front panel, press the "Stop" button, then the ping process to all IP addresses or domain names will be stopped.
3. On the system tray, click the program icon with the right mouse button and choose the "Stop" item.
|
How to evaluate a connection?
You can evaluate a connection through the "approximate speed". This item can be found in the detailed report for each IP address by double clicking it. The connection speed is recorded in KBPS unit (as shown in the following figure).

|
Shortcut Key
Keys |
Function |
Ctrl+O |
Open |
Ctrl+S |
Save |
Ctrl+T |
Start |
Ctrl+P |
Stop |
|
How to Purchase/Register
Click the following link to purchase PackPal Ping Utility safely:
http://www.downloadatoz.com/packpal-ping-utility/
(It is a secure link under high encryption. Feel free to pay online.)
We'll provide registration code within 24 hours & full-time technical support!
|
Developer Information
PackPal Network
http://www.downloadatoz.com/packpal-ping-utility/
Contact Us:
atoz.support@gmail.com
If you have any question, please don't hesitate to write to us.
|
How to set PackPal Ping Utility
email setting:
You can send the stored address log; send program miscode; send your stored information or the email
written by yourself here.
1. Set SMTP server, delivery and receipt email address, email subject:
Fig.1 How to set Auto Start
2. You can compose the mail yourself or use the defined send setting
3. Choose the log you want to send. (It only can be selected when you choose "Use send setting")
4. Authenticate the delivery email address
Advanced setting
Set data length and save interval here.
|
Why you need a file?
When you are operating many website links or doing an intranet connection test, it would be necessary for you to categorize them into different groups and each group is organized in a file ended with ".spl". For example, the URL for entertainment or education or news can be put in respective files named entertain.spl, edu.spl or news.spl. Suppose you want to read latest news, load the news.spl, ping all the news websites and check all the connections. This will give you a clear idea of which website works and which does not. Another example, the IP addresses for the Computer Department are between 192.168.0.1 and 192.168.0.66, for the Chemistry Department, between 192.168.0.67 and 192.168.0.127, so it would be convenient for you to save or import these IP addresses in computer.spl and chemistry.spl respectively. If you want to test the connections within the intranet, just load the .spl files and ping those IP addresses. These examples are just illustration of how a file may be composed, you can manage a file at your convenience.
Another type of file is the log file. It is helpful when you want to record the history information of the ping process. The history information is saved in a file ended with ".log". The content of the log files include the time when the ping occurred, ttl time, ping time in MS unit and packet size in BYTE unit.
|
|
|
 |
Recommended Downloads |
|
| |
 |
DVD Cloner |
| DVD Cloner IV, a super easy tool DVD copy software, could copy DVD in perfect 1:1 DVD copy . You can copy DVD movie with DVD Cloner III without water mark, warning screen etc. |
|
 |
Wmaconvert |
| WMAConvert makes all your music files ready for CD, iPod and any other MP3 player. It supports any music file that can be played with Windows Media Player or iTunes, like WMA, M4P. |
|
 |
PowerDVD Ultra |
| The No. 1 DVD play back Software - CyberLink PowerDVD bring you a completely new version - PowerDVD Ultra. |
|
 |
Popular Software |
|
| |
 |
SoundTaxi |
| Convert DRM-protected music files and various audio files to unprotected MP3, CD, iPod and other MP3 player file formats at high speed and CD quality. |
| |
 |
PQ DVD to 3GP Video Suite |
| PQ DVD to 3GP Video Suite can convert DVD, Tivo, MPEG, WMV, DivX videos to 3GP videos for cell phone. |
| |
 |
PQ DVD to Zune Converter |
| PQ DVD to Zune Converter converts DVDs to Zune Videos up to 4x faster conversion speed. It supports 320x240, 640x480 and other video resolution. |
|
|