Skip to main content

No project description provided

Project description

Drishti I/O: I/O Insights for All

Drishti I/O is a command-line tool to guide end-users in optimizing I/O in their applications by detecting typical I/O performance pitfalls and providing a set of recommendations. You can get Drishti directly from pip:

pip install drishti-io

To install Drishti from scratch, make sure you have Python 3 and first install the dependencies:

pip install -r requirements.txt
pip install .

You can then run Drishti with the following options:

usage: drishti.py [-h] [--issues] [--html] [--svg] [--verbose] [--code] darshan

Drishti:

positional arguments:
  darshan     Input .darshan file

optional arguments:
  -h, --help  show this help message and exit
  --issues    Only displays the detected issues and hides the recommendations
  --html      Export the report as an HTML page
  --svg       Export the report as an SVG image
  --verbose   Display extended details for the recommendations
  --code      Display insights identification code

You can also use our Docker image:

docker run --rm --mount type=bind,source="$(PWD)",target=/drishti drishti sample/jlbez_8a_benchmark_write_parallel_id1321662_8-21-5892-15802854900629188750_106.darshan

You can also use a Docker image already pre-configured with all dependencies to run Drishti:

docker pull hpcio/drishti

Since we need to provide a Darshan log file as input, make sure you are mounting your current directory in the container and removing the container after using it. You can pass the same arguments described above, after the container name (drishti).

docker run --rm --mount \
    type=bind,source="$(PWD)",target="/drishti" \
    drishti <FILE>.darshan

By default Drishti will generate an overview report in the console with recommendations:

Drishti

You can also only list the issues detected by Drishti with --issues:

Drishti

You can also enable the verbose mode with --verbose to visualize solution snippets:

Drishti


Copyright Notice

Drishti Copyright (c) 2022, The Regents of the University of California, through Lawrence Berkeley National Laboratory (subject to receipt of any required approvals from the U.S. Dept. of Energy). All rights reserved.

If you have questions about your rights to use or distribute this software, please contact Berkeley Lab's Intellectual Property Office at IPO@lbl.gov.

NOTICE. This Software was developed under funding from the U.S. Department of Energy and the U.S. Government consequently retains certain rights. As such, the U.S. Government has been granted for itself and others acting on its behalf a paid-up, nonexclusive, irrevocable, worldwide license in the Software to reproduce, distribute copies to the public, prepare derivative works, and perform publicly and display publicly, and to permit others to do so.

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

drishti_io-0.8.tar.gz (30.1 kB view details)

Uploaded Source

Built Distribution

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

drishti_io-0.8-py3-none-any.whl (35.2 kB view details)

Uploaded Python 3

File details

Details for the file drishti_io-0.8.tar.gz.

File metadata

  • Download URL: drishti_io-0.8.tar.gz
  • Upload date:
  • Size: 30.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.12.12

File hashes

Hashes for drishti_io-0.8.tar.gz
Algorithm Hash digest
SHA256 c1ffc2a5bdc001890a34ea57734df51544cd96042ba9f6ae89b0e889f6dac5e7
MD5 d5595d4064822b768c9c6494bdcc76b1
BLAKE2b-256 691f3e4ca73191e1c21f916c8f2fec04089031b8be2774696bde3de947ec0a5d

See more details on using hashes here.

File details

Details for the file drishti_io-0.8-py3-none-any.whl.

File metadata

  • Download URL: drishti_io-0.8-py3-none-any.whl
  • Upload date:
  • Size: 35.2 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.12.12

File hashes

Hashes for drishti_io-0.8-py3-none-any.whl
Algorithm Hash digest
SHA256 00b49407124cd4f21d393cb6d5f6b64e1321de9e6c441c4de28618c89d8b3e5d
MD5 5857753e0b7e3e4950721956ea6c68dc
BLAKE2b-256 a7c8e0c4dd0fa042440e20224e16cdc6a3ef9c99c3214119109252393982684f

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