An open API service indexing awesome lists of open source software.

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

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