gecko-dev/testing/mozbase/mozsystemmonitor
Nikki S ac6056b247 [mozsystemmonitor] Add test manifest to testing/mozbase/moz.build (bug 1471916) r=davehunt
Currently, tests in mozsystemmonitor are skipped because the manifest is missing
from mozbase/moz.build. This has now been added.

For the moment, this patch also skips the test if run against Python 3. This is
not ideal - a better fix may be setting the unittest.skipIf condition to skip
if the there is simply a failure when run with Python 3.

Differential Revision: https://phabricator.services.mozilla.com/D22426

--HG--
extra : moz-landing-system : lando
2019-03-25 13:49:38 +00:00
..
mozsystemmonitor
tests [mozsystemmonitor] Add test manifest to testing/mozbase/moz.build (bug 1471916) r=davehunt 2019-03-25 13:49:38 +00:00
README.rst
setup.py Bug 1502358 - release mozsystemmonitor 0.4, r=ahal 2018-10-26 12:26:01 -07:00

================
mozsystemmonitor
================

mozsystemmonitor contains modules for monitoring a running system.

SystemResourceMonitor
=====================

mozsystemmonitor.resourcemonitor.SystemResourceMonitor is class used to
measure system resource usage. It is useful to get a handle on what an
overall system is doing.