Skip to main content

Observation tool for I/O per process

Project description

ioprobe

https://circleci.com/gh/masu-mi/ioprobe/tree/master.svg?style=svg https://badge.fury.io/py/ioprobe.svg

Ioprobe offers observability of process’s I/O througput. This Package requires /proc/[pid]/io, so doesn’t work in OSX and Windows.

Usage

$ ioprobe -h
usage: ioprobe [-h] [--json] pid

I/O probe for process.

positional arguments:
  pid         target process's pid.

optional arguments:
  -h, --help  show this help message and exit
  --json      change command's output to JSON.

Sample

$ sudo ioprobe [pid]
date    rchar/s wchar/s syscr/s syscw/s read_bytes/s    write_bytes/s   cancelled_write_bytes/s
2015-02-28 00:11:36     0       0       0       0       0       0       0
2015-02-28 00:11:37     0       0       0       0       0       0       0

$ sudo ioprobe --json [pid]
{'write_bytes': 0, 'cancelled_write_bytes': 0, 'read_bytes': 0, 'date': '2015-02-28 00:12:15', 'syscr': 0, 'wchar': 0, 'rchar': 0, 'syscw': 0}
{'write_bytes': 0, 'cancelled_write_bytes': 0, 'read_bytes': 0, 'date': '2015-02-28 00:12:16', 'syscr': 0, 'wchar': 0, 'rchar': 0, 'syscw': 0}

Credits

News

0.1

Create date: 2017-09-12

  • arrange package directory

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

ioprobe-0.1.1.tar.gz (4.4 kB view details)

Uploaded Source

File details

Details for the file ioprobe-0.1.1.tar.gz.

File metadata

  • Download URL: ioprobe-0.1.1.tar.gz
  • Upload date:
  • Size: 4.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for ioprobe-0.1.1.tar.gz
Algorithm Hash digest
SHA256 5cc31b77dfffedb784821998a11fbc222a8930697eed45f94c6e69b95822c238
MD5 717124d166285fa3a85f3fd06905881f
BLAKE2b-256 5306131d7b27231766c1e7ece6dede0519469e0078a33726ea5f6389a58c60b7

See more details on using hashes here.

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