Generate graphs based on outputs from Quality Gate
Project description
QGate-Graph
The QGate graph generates graphical outputs based on performance tests (QGate Perf). Key benefits:
- provide graphs about Performance/Throughput and Response time (on typically client side)
- provide graphs about Executors in time
These graphs only visualize outputs from performance tests, it is not replacement of detail views from Grafana, Prometheus, etc. in detail of CPU, GPU, RAM, I/O etc. on side of testing system.
Usage
from qgate_graph.graph_performance import GraphPerformance
from qgate_graph.graph_executor import GraphExecutor
import logging
# setup login level
logging.basicConfig()
logging.getLogger().setLevel(logging.INFO)
# generate performance/throughput graphs
graph=GraphPerformance()
graph.generate_from_dir()
# generate excutors in time graphs
graph=GraphExecutor()
graph.generate_from_dir()
Outputs
Performance/Throughput & Response time
Executors in time
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 Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
Built Distribution
File details
Details for the file qgate_graph-1.4.6-py3-none-any.whl
.
File metadata
- Download URL: qgate_graph-1.4.6-py3-none-any.whl
- Upload date:
- Size: 13.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1199c757bfae07d7d628c13cde3282626671901bd2ae8b951ef2af7be8ee9831 |
|
MD5 | e5318822b8c00e24a579860548e67c57 |
|
BLAKE2b-256 | cc69506676efb6f9d27f9ad216e60282f18dc15f973ce4549be2bf1654f31619 |