netwatch-sdk 0.2.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
pub mod collectors;
pub mod platform;
pub mod types;
pub mod wire;

#[cfg(feature = "ebpf")]
pub mod ebpf;