dankamongmen / libnetstack

Small library around rtnetlink to track networking stack elements
https://nick-black.com/dankwiki/index.php/Libnetstack
Apache License 2.0
10 stars 0 forks source link

Pull kernel stats with RTM_NEWSTAT #44

Closed dankamongmen closed 1 year ago

dankamongmen commented 4 years ago

observe the nstat command that is shipped in iproute2. It gets a bunch of kernel stats using RTM_NEWSTAT. It would be nice to expose these.

dankamongmen commented 1 year ago

this is done as of 0.7.2, but see #55.

and in any case, all the stats pulled by nstat are being read from a collection of /proc files!