Giter Site home page Giter Site logo

exproc's Introduction

███████╗██╗  ██╗██████╗ ██████╗  ██████╗  ██████╗
██╔════╝╚██╗██╔╝██╔══██╗██╔══██╗██╔═══██╗██╔════╝
█████╗   ╚███╔╝ ██████╔╝██████╔╝██║   ██║██║     
██╔══╝   ██╔██╗ ██╔═══╝ ██╔══██╗██║   ██║██║     
███████╗██╔╝ ██╗██║     ██║  ██║╚██████╔╝╚██████╗
╚══════╝╚═╝  ╚═╝╚═╝     ╚═╝  ╚═╝ ╚═════╝  ╚═════╝

Exportable Processing Statistic Info

What is it?

Exproc is Local performance monitoring script, allow user to get result both on console and exported file. The exported file later on can be open with excel for further analysis.

This script is main under several goals:

  • Summary and understandable performance statistic
  • Exportable performance history for further analysis
  • Capture the statistic locally on the machine itself

**Capturing the performance of the machine is using similar script and technique with "htop"

This script is depend on several dependencies:

  • sysstat: to check the current CPU performance
  • bc: to operate arithmetic calculation of decimal number on bash

Why this?

To solve the current remote performance monitoring application issue, cause delay, not able to export the statistic for easy and further analysis, some statistical data is to detail not understandable.

How it work?

It just using the existing command to check the machine performance and extract the important information only to the console then also export to file that start with "proc_res_....".

How to use this script?

  1. Simply clone this repo
  2. Go the cloned directory
  3. Change .sh file permission to executable "chmod 777 run_exproc.sh"
  4. Execute the run_exproc.sh
  5. Result in console and "proc_res_...."
  6. Copy the result file to local machine
  7. Open with excel (just select YES if they said file might be corrupt because of different format)
  8. Select the whole column A:A
  9. Goto data -> Text to Column -> Delimiter (Comma)
  10. Enjoy the record

Does it really work?

🐫Todos

  • Add priority so that even the machine is overload script still executing

exproc's People

Contributors

panhavad avatar

Stargazers

 avatar

Watchers

 avatar

exproc's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.