network-inspector 1.0.0

Network connection and traffic inspection library for the Peek process intelligence tool
Documentation
1
2
3
4
5
6
7
//! Per-process network view: TCP/Unix sockets, listening state, connections, reverse DNS.
//!
//! Reads `/proc/net/*` and `/proc/<PID>/fd` to list sockets and optional traffic rates.

pub mod resolver;
pub mod tcp;
pub mod unix;