From c5164b4108ccd05188d175ed590401c74ee73488 Mon Sep 17 00:00:00 2001 From: Kelly Brazil Date: Sun, 10 Sep 2023 15:20:11 -0700 Subject: [PATCH] doc update --- CHANGELOG | 1 + docs/parsers/pidstat.md | 2 +- docs/parsers/ping.md | 4 +++- docs/parsers/ping_s.md | 4 +++- man/jc.1 | 2 +- 5 files changed, 9 insertions(+), 4 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index d14ed1f9..cc5461e0 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -2,6 +2,7 @@ jc changelog 20230820 v1.23.5 - Fix `pidstat` command parser when using `-T ALL` +- Add error and corrupted support for `ping` and `ping-s` parsers 20230730 v1.23.4 - Add `/etc/resolve.conf` file parser diff --git a/docs/parsers/pidstat.md b/docs/parsers/pidstat.md index b40ad23c..46ca1ea6 100644 --- a/docs/parsers/pidstat.md +++ b/docs/parsers/pidstat.md @@ -148,4 +148,4 @@ Returns: ### Parser Information Compatibility: linux -Version 1.1 by Kelly Brazil (kellyjonbrazil@gmail.com) +Version 1.2 by Kelly Brazil (kellyjonbrazil@gmail.com) diff --git a/docs/parsers/ping.md b/docs/parsers/ping.md index 2f884b43..f8437285 100644 --- a/docs/parsers/ping.md +++ b/docs/parsers/ping.md @@ -35,6 +35,8 @@ Schema: "packets_received": integer, "packet_loss_percent": float, "duplicates": integer, + "errors": integer, + "corrupted": integer, "round_trip_ms_min": float, "round_trip_ms_avg": float, "round_trip_ms_max": float, @@ -185,4 +187,4 @@ Returns: ### Parser Information Compatibility: linux, darwin, freebsd -Version 1.9 by Kelly Brazil (kellyjonbrazil@gmail.com) +Version 1.10 by Kelly Brazil (kellyjonbrazil@gmail.com) diff --git a/docs/parsers/ping_s.md b/docs/parsers/ping_s.md index 07c4f165..c7a5a6c3 100644 --- a/docs/parsers/ping_s.md +++ b/docs/parsers/ping_s.md @@ -49,6 +49,8 @@ Schema: "packets_received": integer, "packet_loss_percent": float, "duplicates": integer, + "errors": integer, + "corrupted": integer, "round_trip_ms_min": float, "round_trip_ms_avg": float, "round_trip_ms_max": float, @@ -106,4 +108,4 @@ Returns: ### Parser Information Compatibility: linux, darwin, freebsd -Version 1.3 by Kelly Brazil (kellyjonbrazil@gmail.com) +Version 1.4 by Kelly Brazil (kellyjonbrazil@gmail.com) diff --git a/man/jc.1 b/man/jc.1 index c1581d05..891d873b 100644 --- a/man/jc.1 +++ b/man/jc.1 @@ -1,4 +1,4 @@ -.TH jc 1 2023-07-30 1.23.4 "JSON Convert" +.TH jc 1 2023-09-10 1.23.5 "JSON Convert" .SH NAME \fBjc\fP \- JSON Convert JSONifies the output of many CLI tools, file-types, and strings