pstat

UNKNOWN


Keywords
process
License
BSD-3-Clause
Install
pip install pstat==0.0.1

Documentation

pstat

A library to get process info like cpu usage or memory usage, based on psutil.

usage

from pstat import get_info
print get_info(pid)