Metadata-Version: 1.1
Name: lxstats
Version: 0.1.0
Summary: Library to interact with files under /proc and /sys on Linux.
Home-page: https://github.com/albertodonato/lxstats
Author: Alberto Donato
Author-email: alberto.donato@gmail.com
License: LGPLv3+
Description-Content-Type: UNKNOWN
Description: =======
        LxStats
        =======
        
        .. image:: https://travis-ci.org/albertodonato/lxstats.svg?branch=master
           :target: https://travis-ci.org/albertodonato/lxstats
           :alt: Build Status
        
        .. image:: https://codecov.io/gh/albertodonato/lxstats/branch/master/graph/badge.svg
           :target: https://codecov.io/gh/albertodonato/lxstats
           :alt: 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.
        
Keywords: linux proc sys performance monitoring system admin
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: GNU Lesser General Public License v3 or later (LGPLv3+)
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Topic :: System :: Benchmark
Classifier: Topic :: System :: Monitoring
Classifier: Topic :: System :: Networking :: Monitoring
Classifier: Topic :: System :: Systems Administration
Classifier: Topic :: Utilities
