Skip to main content

A Top Output Python Analyzer

Project description

topa

topa - Top Output Python Analyzer

A command line app to analyze linux top command output.

It will shows you below information for each and every pid in the log file or the pids you specified by adding -p parameter:

  • Total record count
  • Max Cpu
  • Min Cpu
  • Average Cpu
  • Max Mem
  • Min Mem
  • Average Mem

Install

pip install topa

Usage

topa -h(--help)
Usage: topa [OPTIONS] FILENAME

  TOPA - Top Output Python Analyzer

  A python cli application to analyze standard linux top output

Options:
  -p, --pid INTEGER       The pid list to be analyzed
  -o, --out [STD|MD|PDF]  The analyze report file format  [default: STD]
  -h, --help              Show this message and exit.

PDF are not supported yet.

Sample output

topa top.log -p 2476
   _               _ __
  | |_     ___    | '_ \  __ _
  |  _|   / _ \   | .__/ / _` |
  _\__|   \___/   |_|__  \__,_|
_|"""""|_|"""""|_|"""""|_|"""""|
"`-0-0-'"`-0-0-'"`-0-0-'"`-0-0-'  1.0.1, by https://github.com/jwenjian/topa
# Reading
Reading top.log  [####################################]  100%

# Report
Report of `1` process(es) ready in below

## Pid = 2476
Total record count = 17261
Max CPU = 47.4%
Min CPU = 9.4%
Avg CPU = 15.69%
Max MEM = 11.1%
Min MEM = 7.4%
Avg MEM = 10.34%

Note:

  1. The progress bar when reading Reading top.log [####################################] 100% may not displayed if your output files are too small and topa process it too fast, this is the limitation of click

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

topa-1.0.1.tar.gz (4.0 kB view hashes)

Uploaded Source

Built Distribution

topa-1.0.1-py3-none-any.whl (16.6 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page