netwatch-sdk 0.4.0

Shared wire-format types and collectors for NetWatch Cloud — the SDK consumed by netwatch-agent and the NetWatch Cloud server. Parses /proc, ss, lsof, nettop, and libpcap events into a common Snapshot payload.
Documentation
1
2
3
4
5
6
7
8
9
pub mod config;
pub mod connections;
pub mod disk;
pub mod health;
pub mod network_intel;
pub mod proc_meta;
pub mod process_bandwidth;
pub mod system;
pub mod traffic;