https://github.com/cgoldberg/procstats
Operating System Process Stats
https://github.com/cgoldberg/procstats
Last synced: 8 months ago
JSON representation
Operating System Process Stats
- Host: GitHub
- URL: https://github.com/cgoldberg/procstats
- Owner: cgoldberg
- License: gpl-3.0
- Created: 2013-09-16T00:23:16.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2013-09-20T13:27:38.000Z (about 12 years ago)
- Last Synced: 2025-01-11T14:59:33.569Z (9 months ago)
- Language: Python
- Size: 148 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
=============
procstats
=============procstats - Operating System Process Stats.
attach to a running process and collect stats/metrics.
--------
Info
--------:Home: https://github.com/cgoldberg/procstats
:License: GNU GPLv3
:Author: Copyright (c) 2011-2013 Corey Goldberg-----------------------------
Supported Python Versions
-----------------------------* Python 2.7
* Python 3.3----------------
Requirements
----------------* psutil - https://pypi.python.org/pypi/psutil
* tox - http://tox.testrun.org/ (used for testing only)---------
Tests
---------To run the tests::
$ python -m unittest discover
To sdist-package, install, and test against every supported Python version::
$ tox