Skip to main content

Record the system load at the execution of the command line and display it graphically

Project description

oscillo

记录命令执行过程中对系统产生的负载,以图片的形式展现出来

Record the system load at the execution of the command line and display it graphically

demo

demo

安装方式 / Installation

  • Install from pypi
pip install oscillo
  • Install from local
python setup.py install

使用方式 / Usage

  • 通过命令行参数启动 / Boot start by command line parameter
oscillo -c 'test-md5:md5 ~/TmpFiles/CL100006359_L01_2_1.fq.gz' 'gz-test: gz  ~/big.bin' -o summary-file

  • 通过配置文件启动 / Boot start by config file

当命令很长或者很多时,可以使用配置文件启动 Whe the commands is too many, you can boot start by config file

oscillo --config </path/to/config-file.yml> [-g]

配置文件模板 / Config file

The command line in commands will be executed in order

# Demo
commands:
  -
    name: gzip
    cmd: gzip big-file

  -
    name: tar
    cmd: tar -zcf tmp.tar.gz big-file

output: gzip-and-tar-gz

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

oscillo-0.2.0.tar.gz (5.1 kB view hashes)

Uploaded Source

Built Distribution

oscillo-0.2.0-py2.py3-none-any.whl (9.7 kB view hashes)

Uploaded Python 2 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