https://github.com/joedborg/coping
Cisco style ping tool written Python
https://github.com/joedborg/coping
Last synced: about 1 year ago
JSON representation
Cisco style ping tool written Python
- Host: GitHub
- URL: https://github.com/joedborg/coping
- Owner: joedborg
- License: gpl-2.0
- Created: 2012-02-10T15:54:49.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2021-01-02T08:07:40.000Z (over 5 years ago)
- Last Synced: 2025-04-20T17:39:31.450Z (about 1 year ago)
- Language: Python
- Homepage: josephb.org
- Size: 189 KB
- Stars: 9
- Watchers: 2
- Forks: 5
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## CoPing
A Cisco style ping tool, written in Python. This style of pinging is
much more suited to large, fast timeout pings; ideal for testing a link's
stability and consistency.
## Installing
sudo pip install coping
## Example
```
sudo coping 10.0.0.1
Type escape sequence CTRL + C to abort.
Sending 5, 100-byte ICMP Echos to 10.0.0.1, timeout is 2 seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 4/6/8 ms
```