Metadata-Version: 1.1
Name: cqh_psum
Version: 0.0.4
Summary: progress sum memory for name
Home-page: https://github.com/kragniz/cookiecutter-pypackage-minimal
Author: cqh
Author-email: UNKNOWN
License: MIT
Description: 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``
        
        
        
        
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
