eminence / procfs

Rust library for reading the Linux procfs filesystem
Other
358 stars 105 forks source link

Add support for parsing /proc/net/netstat #295

Open chengshuyi opened 7 months ago

chengshuyi commented 7 months ago

/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.