albertodonato / lxstats

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

License:GNU Lesser General Public License v3.0


Languages

Language:Python 100.0%