性能工具

perftool的Python项目详细描述


#性能工具

perftool模块有助于分析命令行执行的性能。

perftool模块的目标是让您了解任何命令行执行的性能,它可以用python 2和3压缩。 以及python 2依赖项堆栈。

其设计用途如下:

    # Interactive console
python perftool

    # For Command execution
    python perftool netstat

    # Without reports
    python perftool netstat --report False

    # For Debug
    python perftool netstat --DEBUG

    # For Multiword commands
    python perftool "netstat -an"

特点 测量执行系统命令所用的时间,并记录执行时的性能

##即时报告的交互式控制台:

啊![替换文本](https://raw.githubusercontent.com/YajanaRao/Perftool/b52d3533/site/images/console.PNG

&;nbsp; ##详细报告

示例 啊![替换文本](https://raw.githubusercontent.com/YajanaRao/Perftool/261d4034/site/images/PerformanceReport.png

##现场演示 [链接](http://htmlpreview.github.io/?https://github.com/YajanaRao/Perftool/blob/master/site/2018-05-02_19-40-34/index.html

环境
Windows 10 乌班图16 ubuntu 17

欢迎加入QQ群-->: 979659372 Python中文网_新手群

推荐PyPI第三方库


热门话题
JavaJSonarray不会从SeekBar读取double   使用另一个类从Java中的2D数组打印用户输入   java ClassNotFoundException的原因   spring调用两个方法以返回Java中的不同页面   httpurlconnection Java禁止的代码错误,但浏览器错误(2)   java画布矩阵转换   java:在另一个java映射中使用“Map”作为值   java“未找到用于解密的证书”(Apache CXF,WSSecurity)   java如何查看JTable中选择的行   java在没有xmlwrappers的情况下重复xml元素序列集   java将垂直直方图打印到控制台   java Spring JDBCTemplate:构造不带特殊字符的JSON   java PayPal RestApi获取用户信息