User:Codhubiv/paping
This is not a Wikipedia article: It is an individual user's work-in-progress page, and may be incomplete and/or unreliable. For guidance on developing this draft, see Wikipedia:So you made a userspace draft. Find sources: Google (books · news · scholar · free images · WP refs) · FENS · JSTOR · TWL |
Developer(s) | Mike Lovell |
---|---|
Stable release | 1.5.000
/ August 27, 2010 |
Operating system | Cross-platform |
Type | Network-related software |
License | MIT license |
Website | code.google.com/p/paping/ |
Paping is a computer network administration utility used to test the reachability of a host on an Internet Protocol (TCP/IP) network and to measure the time it takes to connect to a specified port. The name is a play on the word ping, another computer network administration utility.
Paping operates by attempting to connect to a Internet Protocol TCP/IP port on the target. In the process it measures the time taken for a connection to be established and records any connection failures. The results of the test are printed in form of a statistical summary of the connections made including the minimum, maximum, and the mean connection times.
Paping is cross-platform software, currently supporting Windows and Linux[1]
Sample ping test
[edit]The following is a sample output of paping against en.wikipedia.org on TCP/IP port 80 (http) under Windows:
C:\>paping -p 80 en.wikipedia.org -c 10 paping v1.5.000 - Copyright (c) 2010 Mike Lovell Connecting to text.pmtpa.wikimedia.org [208.80.152.2] on TCP 80: Connected to 208.80.152.2: time=46.80ms protocol=TCP port=80 Connected to 208.80.152.2: time=31.20ms protocol=TCP port=80 Connected to 208.80.152.2: time=31.20ms protocol=TCP port=80 Connected to 208.80.152.2: time=31.20ms protocol=TCP port=80 Connected to 208.80.152.2: time=31.20ms protocol=TCP port=80 Connected to 208.80.152.2: time=31.20ms protocol=TCP port=80 Connected to 208.80.152.2: time=31.20ms protocol=TCP port=80 Connected to 208.80.152.2: time=31.20ms protocol=TCP port=80 Connected to 208.80.152.2: time=31.20ms protocol=TCP port=80 Connected to 208.80.152.2: time=31.20ms protocol=TCP port=80 Connection statistics: Attempted = 10, Connected = 10, Failed = 0 (0.00%) Approximate connection times: Minimum = 31.20ms, Maximum = 46.80ms, Average = 32.76ms
References
[edit]- ^ "Versions of paping available". Retrieved 10 August 2010.
External links
[edit]
Category:Network analyzers
Category:Open source network management software
Category:Network-related software
Category:Unix network-related software
Category:Windows communication and services
Category:Windows administration