Skip to main content

No project description provided

Project description

prometheus-dirsize-exporter

Export directory size metrics efficiently.

Why?

When providing multi-user interactive computing services (with a HPC cluster or with JupyterHub), it's very helpful to know the home directory sizes of each user over time. However, as NFS is often used, running du constantly takes a long time, uses too many IOPS that we may not have many of, and is plain inefficient.

This project provides a way to keep track of directory sizes with a budgeted amount of IOPS. You can ask it to take however much time it needs but not use more than 100 IOPS, and it will do that. We do not necessarily need very up to date directory size metrics, so this is ok.

Limitations

  • As directory contents might change in the course of a single run as we wait for budgets to become available, information about a directory may not be exactly correct immediately.
  • Because we do not spread the IOPS through time, the IO usage is 'spiky' - all IOPS get done at the beginning of a second, and then it goes silent. If you have a big IOPS budget, this can cause performance degradation.

Installation

Install the package from PyPI:

pip install prometheus-dirsize-exporter

Running

You can start the process from the commandline:

dirsize-exporter <path-to-parent-directory> <iops-budget> <wait-time-in-minutes>

For example, to export metrics about directories under /home, using no more than 200 IO operations per second, updating every 60minutes, you would run:

dirsize-exporter /home 200 60

You can check out the metrics by hitting http://localhost:8000. The port can be controlled via a --port argument.

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

prometheus-dirsize-exporter-1.0.1.tar.gz (5.0 kB view details)

Uploaded Source

Built Distribution

File details

Details for the file prometheus-dirsize-exporter-1.0.1.tar.gz.

File metadata

File hashes

Hashes for prometheus-dirsize-exporter-1.0.1.tar.gz
Algorithm Hash digest
SHA256 3d94ac8101011f165ba9a037b21ebd83303548c5b09d598ca650e3064bb01110
MD5 0366723423671e545c0f75e35caf8f3b
BLAKE2b-256 2765fe9f3e0bf4979ac56002ae0729e3d9ffd53ba85a4088e57316263c386712

See more details on using hashes here.

File details

Details for the file prometheus_dirsize_exporter-1.0.1-py3-none-any.whl.

File metadata

File hashes

Hashes for prometheus_dirsize_exporter-1.0.1-py3-none-any.whl
Algorithm Hash digest
SHA256 ca66e1619ddea5f1b81dc2872ba1dc5837ece39a0d9d63544907d15c28c3b02c
MD5 2f82376447f54ee96c45680f9052b455
BLAKE2b-256 a60d726b2bc4ee3bf768377a37ca2de54e6176b13f2b4772bc9d086be6ea2dad

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