-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
12 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -90,18 +90,10 @@ _Future features:_ | |
--version [--v] Shows version and build information | ||
--examples [--ex] Shows example usage | ||
|
||
## License | ||
|
||
License under the MIT License: | ||
|
||
Copyright (c) 2020 Matthew Carney <[email protected]> | ||
|
||
### Note: | ||
**Requires _Elevated Rights (Admininstrator)_ to Run (more info [here](https://github.com/Killeroo/PowerPing/issues/110))** | ||
|
||
## Examples: | ||
## Example usage: | ||
powerping 8.8.8.8 - Send ping to google DNS with default values (3000ms timeout, 5 pings) | ||
powerping github.com --w 500 --t - Send pings indefinitely to github.com with a 500ms timeout | ||
powerping github.com --w 500 --t - Send pings indefinitely to github.com with a 500ms timeout | ||
powerping --w 500 --t github.com - Address can also be specified at the end | ||
powerping 127.0.0.1 --m Meow - Send ping with packet message "Meow" to loopback address | ||
powerping 127.0.0.1 --pt 3 --pc 2 - Send ping with ICMP type 3 (dest unreachable) and code 2 | ||
|
@@ -110,6 +102,15 @@ Copyright (c) 2020 Matthew Carney <[email protected]> | |
powerping google.com /ti Paranoid - Sends using the 'Paranoid' timing option | ||
powerping google.com /ti 1 - Same as above | ||
|
||
## License | ||
|
||
License under the MIT License: | ||
|
||
Copyright (c) 2020 Matthew Carney <[email protected]> | ||
|
||
### Note: | ||
**Requires _Elevated Rights (Admininstrator)_ to Run (more info [here](https://github.com/Killeroo/PowerPing/issues/110))** | ||
|
||
## Screenshots | ||
|
||
![alt text](https://user-images.githubusercontent.com/9999745/74611061-8a3f5180-50f0-11ea-978b-c9fe568c1f8c.png "powerping /g 8.8.8.8") | ||
|