Skip to content

Commit

Permalink
feat: add initial implementation for parsing /proc/net/netstat
Browse files Browse the repository at this point in the history
  • Loading branch information
etolbakov authored Feb 14, 2024
1 parent e734c74 commit 6d0139c
Show file tree
Hide file tree
Showing 4 changed files with 650 additions and 0 deletions.
1 change: 1 addition & 0 deletions procfs-core/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -372,6 +372,7 @@ mod meminfo;
pub use meminfo::*;

pub mod net;
pub mod netstat;

mod pressure;
pub use pressure::*;
Expand Down
Loading

0 comments on commit 6d0139c

Please sign in to comment.