libgtop/README.md

6 lines
310 B
Markdown
Raw Normal View History

2024-01-06 04:32:55 +01:00
# libgtop
A library that fetches information about the running system such as CPU and memory useage, active processes and more.
On Linux systems, this information is taken directly from the /proc filesystem while on other systems a server is used to read that information from other /dev/kmem, among others.