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
/// This module contains functions that gathers CPU brand information.
pub mod cpu;
/// This module contains functions that gathers GPU brand information.
pub mod gpu;
/// This module contains disk related functions.
pub mod disks;