You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In some cases, support for JSON output could be very useful. The JSON data structure is very well supported across almost all programming and scripting languages.
Please consider adding this feature to the next release.
Thanks.
Example:
Standard output
powerping 127.0.0.1
Pinging 127.0.0.1 with 35 bytes of data [Type=8 Code=0] [TTL=255]:
Reply from: 127.0.0.1:0 seq=1 bytes=63 type=ECHO REPLY time=1,2ms
Reply from: 127.0.0.1:0 seq=2 bytes=63 type=ECHO REPLY time=0,0ms
Reply from: 127.0.0.1:0 seq=3 bytes=63 type=ECHO REPLY time=0,0ms
Reply from: 127.0.0.1:0 seq=4 bytes=63 type=ECHO REPLY time=0,0ms
--- Stats for 127.0.0.1 ---
General: Sent [ 4 ], Recieved [ 4 ], Lost [ 0 ] (0% loss)
Times: Min [ 0,0ms ], Max [ 1,2ms ], Avg [ 0,3ms ]
Types: Good [ 4 ], Errors [ 0 ], Unknown [ 0 ]
Started at: 05.04.2023 10:46:03 (local time)
Runtime: 00:00:03.3
Thank you for your suggestion, I like the idea. I've added it to the feature list for the next release. So I assume there would be no output while PowerPing is running? Only when it finishes? So the json just represents the ping results?
In some cases, support for JSON output could be very useful. The JSON data structure is very well supported across almost all programming and scripting languages.
Please consider adding this feature to the next release.
Thanks.
Example:
Standard output
Example output in JSON format
Ouput can be parsed variously.
Parsed via PowerShell
Or via
jq
The text was updated successfully, but these errors were encountered: