proc-net-tcp
--proc-net-tcpv1.0.0Converts `/proc/net/tcp` and `/proc/net/tcp6` files to JSON
Linuxfileslurpable
$ jc-rs /proc/net/tcpNo worked example here
The reference corpus ships no fixture pair for this parser small enough to read on a page, so rather than invent one this page shows none. Run it against your own output.
Fixture coverage
2/2oracle-valid pairs match under the published structural JSON comparison
Magic syntax
jc-rs /proc/net/tcpjc-rs reads this kernel-interface file directly and dispatches it through the matching /proc parser.Source: crates/jc-rs-parsers/src/proc/proc_net_tcp.rs. jc-rs targets the schemas defined by the original Python tool. Fixture coverage above is the measured evidence for this parser; test the inputs your pipeline depends on. Compare