Skip to main content

Python package to record activity from processes

Project description

Coverage Status

About

psrecord is a small utility that uses the psutil library to record the CPU and memory activity of a process. The package is still under development and is therefore experimental.

The code is released under a Simplified BSD License, which is given in the LICENSE file.

Requirements

  • Python 3.10 and higher

  • psutil 5.6 or later

  • matplotlib (optional, used for plotting)

Installation

To install, simply do:

pip install psrecord

To install with the optional plotting dependencies, do:

pip install psrecord[plot]

Usage

Basics

To record the CPU and memory activity of an existing process to a file (use sudo for a root process):

psrecord 1330 --log activity.txt

where 1330 is an example of a process ID which you can find with ps or top. You can also use psrecord to start up a process by specifying the command in quotes:

psrecord "hyperion model.rtin model.rtout" --log activity.txt

Plotting

To make a plot of the activity:

psrecord 1330 --plot plot.png

This will produce a plot such as:

https://github.com/astrofrog/psrecord/raw/master/screenshot.png

You can combine these options to write the activity to a file and make a plot at the same time:

psrecord 1330 --log activity.txt --plot plot.png

Duration and intervals

By default, the monitoring will continue until the process is stopped. You can also specify a maximum duration in seconds:

psrecord 1330 --log activity.txt --duration 10

Finally, the process is polled as often as possible by default, but it is possible to set the time between samples in seconds:

psrecord 1330 --log activity.txt --interval 2

Subprocesses

To include sub-processes in the CPU and memory stats, use:

psrecord 1330 --log activity.txt --include-children

Running tests

To run tests, you will need pytest. You can install it with:

pip install pytest

You can then run the tests with:

pytest psrecord

Reporting issues

Please report any issues in the issue tracker.

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

psrecord_io-1.5.0.tar.gz (63.1 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

psrecord_io-1.5.0-py3-none-any.whl (12.0 kB view details)

Uploaded Python 3

File details

Details for the file psrecord_io-1.5.0.tar.gz.

File metadata

  • Download URL: psrecord_io-1.5.0.tar.gz
  • Upload date:
  • Size: 63.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for psrecord_io-1.5.0.tar.gz
Algorithm Hash digest
SHA256 cc84a897b6dede17ebc755507f803e9e168a9675b929e01ea7a12b2d94e462ec
MD5 8b8453fc6768512bd1749af0d4502426
BLAKE2b-256 f3307859ba086493ac0c9e4612dea87e7686df822c3462e47d2ed0ed7d96e01f

See more details on using hashes here.

File details

Details for the file psrecord_io-1.5.0-py3-none-any.whl.

File metadata

  • Download URL: psrecord_io-1.5.0-py3-none-any.whl
  • Upload date:
  • Size: 12.0 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for psrecord_io-1.5.0-py3-none-any.whl
Algorithm Hash digest
SHA256 917e7ce79f2f0ae674463459e5bde624fbd6fa0ad39f6daf16c24401199eff09
MD5 4e5acd235783de34b20dce3a99d9fdee
BLAKE2b-256 6bec8f177eda7310eb67cd3cfb52e53ce8d269689d930a1a20c3a5ecdf6dcd5f

See more details on using hashes here.

Supported by

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