8000 GitHub - verehu/EzalorTools: EzalorTools is Ezalor's export tool.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

verehu/EzalorTools

Repository files navigation

EzalorTools

License platform PRs Welcome Code Climate

EzalorTools is Ezalor's export tool.Now it supports excel.Export results show io operation analysis, marking the irrational location.

export

Getting started

First, you need Python3 environment. It's ok if you get the result like follow in terminal.

$ python3 --version

Python 3.x.x

Export Data

This is a python script for the ezalor tools which is used to io monitor.You can use the script to open or off the switch, or point the package name which you want to monitor it only.The core function is to export data what ezalor is record.

Usage : ezalor [Options] [Args]

     Options:
         -h, --help                              :Print the message and exit
         -e, --export [packageName] [exportPath] :export a html to the path

     Examples:
         ezalor -e com.wellerv.ezalor.sample          export excel

When you want to export data, command like this:

python3 ezalor.py -e com.wellerv.ezalor.sample [path]

Different colors in the data represent different levels,

  1. red -> error
  2. yellow -> warning
  3. white -> ok

Different level

1. error

  • io in main thread: Marked when io operation occurs on main thread

2. warning

  • unbufferedIO: Marked when io operation bufferr is too small. The condition like google code in Android O: ioTracker

3.ok

  • ok : ok

Support

Any problem?

  1. Submit issues
  2. Contact me for help by email

About

EzalorTools is Ezalor's export tool.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0