Infrastructure Performance Evaluation Toolkit
Project description
“Infrastructure Performance Evaluation Toolkit”
It is a data analytics library made to load, compute, and plot data from job scheduling and resource management traces. It allows scientists and engineers to extract useful data and visualize it interactively or in an exported file.
Free software: BSD license
Documentation: https://evalys.readthedocs.org.
Features
Load and all Batsim outputs files
Compute and plot free slots
Simple Gantt visualisation
Compute utilisation / queue
Compute fragmentation
Plot energy and machine state
Load SWF workload files from Parallel Workloads Archive
Compute standard scheduling metrics
Show job details
Extract periods with a given mean utilisation
Examples
You can get a simple example directly by running ipython and discover the evalys interface. For example:
from evalys.jobset import JobSet import matplotlib.pyplot as plt js = JobSet.from_csv("evalys/examples/jobs.csv") js.plot(with_details=True) plt.show()
This also works for SWF files but the Gantt chart is not provided because job placement information is not provided in this format.
You can find a lot of examples in the ./examples directory.
Gallery
0.1.0 changelog
Version 0.1.0.dev0
unreleased
First release on PyPI.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for evalys-3.0.0-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | c28c5b1fbdaf565a010feab89e941b3ecfc1c4fd5fa19069ce7725adc87d9bc3 |
|
MD5 | 415c0827b5845cdb52a60dfb8f0248b8 |
|
BLAKE2b-256 | 01752ee00d8a9fb0c5165d657152b018ed9c6913f2f174e827aa709de2504bb9 |