https://github.com/wenzel/libsysinfo
Extracts information about running processes and network connections from the virtual filesystem /proc
https://github.com/wenzel/libsysinfo
Last synced: about 1 month ago
JSON representation
Extracts information about running processes and network connections from the virtual filesystem /proc
- Host: GitHub
- URL: https://github.com/wenzel/libsysinfo
- Owner: Wenzel
- License: gpl-2.0
- Created: 2015-11-26T01:17:50.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2018-04-16T19:09:36.000Z (about 8 years ago)
- Last Synced: 2025-01-02T05:13:12.301Z (over 1 year ago)
- Language: CMake
- Homepage:
- Size: 145 KB
- Stars: 11
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
libsysinfo
==============
Extracts various information from `/proc` virtual filesystem
Dependencies
------------
- `Boost` (`filesystem`, `regex`)
- `Qt5` (`Widgets`, `Declarative`, `Qml`)
Setup
-----
./configure.sh
make
Run
---
./_build/tests/test_simple
./_build/tests/gui_qml/test_gui_qml
TODO
----
- bad function name for getters in ProcessInfo
- check refs
- review fields type
- check nbCore when updating cpu usage
- reorder getters