1
0
mirror of https://github.com/kellyjonbrazil/jc.git synced 2025-07-13 01:20:24 +02:00

add pidstat to docs

This commit is contained in:
Kelly Brazil
2022-03-09 14:09:58 -08:00
parent ae754a84bf
commit bbd4afa735
2 changed files with 7 additions and 1 deletions

View File

@ -194,6 +194,7 @@ option.
- `--nmcli` enables the `nmcli` command parser ([documentation](https://kellyjonbrazil.github.io/jc/docs/parsers/nmcli))
- `--ntpq` enables the `ntpq -p` command parser ([documentation](https://kellyjonbrazil.github.io/jc/docs/parsers/ntpq))
- `--passwd` enables the `/etc/passwd` file parser ([documentation](https://kellyjonbrazil.github.io/jc/docs/parsers/passwd))
- `--pidstat` enables the `pidstat` command parser ([documentation](https://kellyjonbrazil.github.io/jc/docs/parsers/pidstat))
- `--ping` enables the `ping` and `ping6` command parser ([documentation](https://kellyjonbrazil.github.io/jc/docs/parsers/ping))
- `--ping-s` enables the `ping` and `ping6` command streaming parser ([documentation](https://kellyjonbrazil.github.io/jc/docs/parsers/ping_s))
- `--pip-list` enables the `pip list` command parser ([documentation](https://kellyjonbrazil.github.io/jc/docs/parsers/pip_list))

View File

@ -1,4 +1,4 @@
.TH jc 1 2022-03-05 1.18.5 "JSON Convert"
.TH jc 1 2022-03-09 1.18.6 "JSON Convert"
.SH NAME
jc \- JSONifies the output of many CLI tools and file-types
.SH SYNOPSIS
@ -272,6 +272,11 @@ Key/Value file parser
\fB--passwd\fP
`/etc/passwd` file parser
.TP
.B
\fB--pidstat\fP
`pidstat` command parser
.TP
.B
\fB--ping\fP