procfs icon indicating copy to clipboard operation
procfs copied to clipboard

Add support for parsing /proc/net/netstat

Open chengshuyi opened this issue 2 years ago • 1 comments

/proc/net/netstat is a very important file and is often used to diagnose problems related to network packet loss. Therefore, many monitoring tools will check this file regularly, so it is valuable to add analysis to this file.

chengshuyi avatar Nov 30 '23 01:11 chengshuyi

FYI I'm WIP on this with a different approach from the previous incomplete PR. This approach will be compatible with both past and future kernels.

mwinters0 avatar Jul 02 '25 19:07 mwinters0