Obtaining statistical data on the system
The libkos
and libc
libraries provide APIs for obtaining statistical data on the system. This data includes the following information:
- CPU time usage by the system and by an individual process
- Memory usage by the system and by an individual process
- Info on processes and threads
- Info on file systems and network interfaces
Page top