dtrugman / pfs

Parsing the Linux procfs
Apache License 2.0
98 stars 33 forks source link

Add parser for /proc/net/dev #27

Closed bigzachattack closed 2 years ago

bigzachattack commented 2 years ago

Use pfs to get network device information from /proc/net/dev. Adds parser, unit test, and sample out for new parser.

dtrugman commented 2 years ago

Thanks for the contribution Zachary! I will try and get to the review later today.

bigzachattack commented 2 years ago

I appreciate the feedback, Daniel. My latest push should address your comments.

dtrugman commented 2 years ago

Thanks again! And job well done 👍 If you would like to see more features or improvements, please let me know or submit additional PRs.