DEV Community

Peace Lee
Peace Lee

Posted on • Updated on

Introducing the system-wide performance analysis tool based on linux!

Guider is a system-wide performance analysis tool written in python and open-source released to https://github.com/iipeace/guider.
you can analysis your system with it!
if you are interested in Guider then give me your feedback after using it!

I share simple commands for you.

  1. download source as below.
    1. $ git clone https://github.com/iipeace/guider
  2. move guider directory
    1. $ cd guider/guider
  3. show guider commands as below.
    1. $ ./guider.py -h
    2. $ ./guider.py top -h
    3. $ ./guider.py bgtop -h
    4. $ ./guider.py list -h
  4. run guider commands.
    1. $ ./guider.py top
    2. $ ./guider.py bgtop
    3. $ ./guider.py list
    4. $ ./guider.py stop
    5. $ cat /tmp/guider.out OR /var/log/guider.out
    6. $ ./guider.py draw guider.out

5. check graph and chart files. e.g. https://cloud.githubusercontent.com/assets/15862689/23285445/a03e0bf0-fa74-11e6-9f5a-872a3f10fe48.png

Top comments (0)