Bug 1848002 Comment 2 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

I think in a first pass, I want to add psutil to the requirements and emit metrics for these things:

* total processes
* total processes with tag:type (processor, cache manager, stackwalker, other?)
* total processes with tag:status (https://psutil.readthedocs.io/en/latest/#process-status-constants)
* total `open_files` across all processes

https://pypi.org/project/psutil/

https://psutil.readthedocs.io/en/latest/#processes

Back to Bug 1848002 Comment 2