Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lxqt/libsysstat
Library used to query system info and statistics
https://github.com/lxqt/libsysstat
Last synced: about 2 months ago
JSON representation
Library used to query system info and statistics
- Host: GitHub
- URL: https://github.com/lxqt/libsysstat
- Owner: lxqt
- License: lgpl-2.1
- Created: 2013-08-06T13:34:04.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2024-03-21T10:19:38.000Z (9 months ago)
- Last Synced: 2024-04-14T00:25:39.098Z (9 months ago)
- Language: C++
- Homepage: https://lxqt.github.io
- Size: 142 KB
- Stars: 15
- Watchers: 18
- Forks: 8
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG
- License: COPYING
- Authors: AUTHORS
Awesome Lists containing this project
README
# libsysstat
## Overview
libsysstat is a library to query system information like CPU and memory usage or
network traffic. Conceptually it's roughly similar to
[libstatgrab](https://www.i-scream.org/libstatgrab), a third-party library used
by LXQt as well.It is maintained by the LXQt project but can be used independently from this
desktop environment, too. As for LXQt libsysstat is used by plugin-sysstat of
lxqt-panel and hence an optional dependency of the latter.Note replacing both libsysstat and libstatgrab in LXQt by KDE Frameworks components
is being considered but a final decision hasn't been made yet, see
https://github.com/lxqt/lxqt/issues/704.## Installation
### Sources
The only runtime dependency is qtbase. To build CMake and
[lxqt-build-tools](https://github.com/lxqt/lxqt-build-tools) are needed in
addition, as well as optionally Git to pull latest VCS checkouts.Code configuration is handled by CMake. CMake variable `CMAKE_INSTALL_PREFIX`
will normally have to be set to `/usr`, depending on the way library paths are
dealt with on 64bit systems variables like `CMAKE_INSTALL_LIBDIR` may have to be
set as well.To build run `make`, to install `make install` which accepts variable `DESTDIR`
as usual.### Binary packages
The library is provided by all major Linux distributions like Arch Linux,
Debian, Fedora and openSUSE. Just use the distributions' package managers to
search for string `libsysstat`.