SysMonk 0.1.1

SysMonk is a highly efficient, lightweight API for resource monitoring that uses WebSockets for real-time streaming.
Documentation
1
2
3
4
5
6
7
8
/// This module contains all the system information related functions.
pub mod info;
/// This module contains all the network related functions.
pub mod network;
/// This module contains system related functions.
pub mod system;
/// This module contains functions that are responsible to stream information via websockets.
pub mod stream;