Metadata-Version: 2.1
Name: cqh-psum
Version: 0.0.8
Summary: progress sum memory for name
Home-page: https://github.com/kragniz/cookiecutter-pypackage-minimal
Author: cqh
Author-email: UNKNOWN
License: MIT
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Requires-Dist: psutil
Requires-Dist: prettytable

cqh_psum
========


Usage
-----

Example
---------------------------
*  统计一个进程

 ``cqh_psum --name=python``

* 统计多个进程

  ``cqh_psum --name=python,coder,nginx``  

* 忽略某些进程

   ``cqh_psum --name=supervisor --exclude=supervisorctl,grep`` 

* 查看具体的进程

    ``cqh_psum --name=supervisor --show=1``

* and查新

    ``cqh_psum --name=supervisor__supervisorctl --show=1``

* 显示所有进程, 这个*是特殊处理的

  ``cqh_psum --name=* --show=1``









