https://github.com/albertodonato/lxstats
Python library to access process and system stats from /proc and /sys on Linux
https://github.com/albertodonato/lxstats
linux monitoring proc python-library sys
Last synced: 5 months ago
JSON representation
Python library to access process and system stats from /proc and /sys on Linux
- Host: GitHub
- URL: https://github.com/albertodonato/lxstats
- Owner: albertodonato
- License: lgpl-3.0
- Created: 2017-03-13T13:53:55.000Z (almost 9 years ago)
- Default Branch: main
- Last Pushed: 2023-03-12T14:13:00.000Z (almost 3 years ago)
- Last Synced: 2025-07-02T04:05:42.088Z (7 months ago)
- Topics: linux, monitoring, proc, python-library, sys
- Language: Python
- Homepage:
- Size: 246 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGES.rst
- License: LICENSE.txt
Awesome Lists containing this project
README
Library to interact with files under /proc and /sys on Linux
============================================================
|Latest Version| |Build Status| |Coverage Status|
LxStats is a library to access system and process statistics and metrics on
Linux systems.
It provides easy parsing of information from various files under the ``/proc``
and ``/sys`` filesystems.
Installation
------------
lxstats can be installed from PyPI_.
As a user run::
$ pip install lxstats
.. _ReadTheDocs: https://lxstats.readthedocs.io/en/latest/
.. _PyPI: https://pypi.python.org/
.. |Latest Version| image:: https://img.shields.io/pypi/v/lxstats.svg
:alt: Latest Version
:target: https://pypi.python.org/pypi/lxstats
.. |Build Status| image:: https://github.com/albertodonato/lxstats/workflows/CI/badge.svg
:alt: Build Status
:target: https://github.com/albertodonato/lxstats/actions?query=workflow%3ACI
.. |Coverage Status| image:: https://img.shields.io/codecov/c/github/albertodonato/lxstats/main.svg
:alt: Coverage Status
:target: https://codecov.io/gh/albertodonato/lxstats