mirror of
https://github.com/kellyjonbrazil/jc.git
synced 2025-06-17 00:07:37 +02:00
doc update
This commit is contained in:
@ -1,5 +1,9 @@
|
||||
jc changelog
|
||||
|
||||
20231221 v1.24.1
|
||||
- Enhance `proc-net-tcp` parser to add opposite endian support for architectures
|
||||
like the s390x
|
||||
|
||||
20231216 v1.24.0
|
||||
- Add `debconf-show` command parser
|
||||
- Add `iftop` command parser
|
||||
|
@ -62,10 +62,17 @@ https://github.com/torvalds/linux/blob/master/net/ipv6/tcp_ipv6.c
|
||||
"soft_clock_tick": integer,
|
||||
"ack_quick_pingpong": integer,
|
||||
"sending_congestion_window": integer,
|
||||
"slow_start_size_threshold": integer
|
||||
"slow_start_size_threshold": integer,
|
||||
"opposite_endian_local_address": string, [0]
|
||||
"opposite_endian_remote_address": string [0]
|
||||
}
|
||||
]
|
||||
|
||||
[0] For IPv6 output originating from an opposite endian architecture
|
||||
(e.g. s390x vs. x64) You should not need to use this to process
|
||||
output originating from the same machine running `jc` or from a
|
||||
machine with the same endianness.
|
||||
|
||||
Examples:
|
||||
|
||||
$ cat /proc/net/tcp | jc --proc -p
|
||||
@ -183,4 +190,6 @@ Returns:
|
||||
### Parser Information
|
||||
Compatibility: linux
|
||||
|
||||
Version 1.0 by Alvin Solomon (alvinms01@gmail.com)
|
||||
Source: [`jc/parsers/proc_net_tcp.py`](https://github.com/kellyjonbrazil/jc/blob/master/jc/parsers/proc_net_tcp.py)
|
||||
|
||||
Version 1.1 by Alvin Solomon (alvinms01@gmail.com)
|
||||
|
Reference in New Issue
Block a user