/lxstats

Python library to access process and system stats from /proc and /sys on Linux

Primary LanguagePythonGNU Lesser General Public License v3.0LGPL-3.0

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