eminence / procfs

Rust library for reading the Linux procfs filesystem
Other
362 stars 106 forks source link

Add new functions to read various net files for a specific process #226

Closed eminence closed 1 year ago

eminence commented 1 year ago

The functions in the net module all read from the /proc/net symlink, which always points to the current process.

These new functions read from /proc/pid/net

Closes #126 Supersedes #218