Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/glentner/resource-monitor
Cross platform command-line utility for collecting telemetry on system resources (e.g., cpu, memory).
https://github.com/glentner/resource-monitor
command-line-tool cross-platform resources system telemetry utility
Last synced: 6 days ago
JSON representation
Cross platform command-line utility for collecting telemetry on system resources (e.g., cpu, memory).
- Host: GitHub
- URL: https://github.com/glentner/resource-monitor
- Owner: glentner
- License: apache-2.0
- Created: 2020-01-23T21:37:27.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T12:40:49.000Z (about 2 years ago)
- Last Synced: 2024-11-09T10:56:14.195Z (2 months ago)
- Topics: command-line-tool, cross-platform, resources, system, telemetry, utility
- Language: Python
- Homepage: https://resource-monitor.readthedocs.io
- Size: 163 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
Resource Monitor
================A simple cross-platform system resource monitor.
.. image:: https://img.shields.io/badge/license-Apache-blue.svg?style=flat
:target: https://www.apache.org/licenses/LICENSE-2.0
:alt: License.. image:: https://img.shields.io/pypi/v/resource-monitor.svg
:target: https://pypi.org/project/resource-monitor
:alt: Latest Release.. image:: https://img.shields.io/pypi/pyversions/resource-monitor.svg?logo=python&logoColor=white&style=flat
:target: https://pypi.org/project/resource-monitor
:alt: Python Versions.. image:: https://readthedocs.org/projects/resource-monitor/badge/?version=latest
:target: https://resource-monitor.readthedocs.io
:alt: Documentation.. image:: https://pepy.tech/badge/resource-monitor
:target: https://pepy.tech/badge/resource-monitor
:alt: DownloadsInstallation
------------For basic installation use Pip, other methods outlined via the documentation.
.. code-block:: bash
pip install resource-monitor
Documentation
-------------The command-line interface is self-documenting with ``--help``. For detailed usage,
see the manual page ``man monitor``. Documentation is also available online at
`resource-monitor.readthedocs.io `_