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

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

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