https://github.com/daks/iperf_graphite
Backup of iperf_graphite only available on Pypi https://pypi.org/project/iperf_graphite/
https://github.com/daks/iperf_graphite
Last synced: about 1 year ago
JSON representation
Backup of iperf_graphite only available on Pypi https://pypi.org/project/iperf_graphite/
- Host: GitHub
- URL: https://github.com/daks/iperf_graphite
- Owner: daks
- License: other
- Created: 2018-11-02T10:44:01.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-11-02T10:45:53.000Z (over 7 years ago)
- Last Synced: 2025-02-15T01:28:35.572Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
iperf_graphite
==============
|PyPi Status|
Run bi-directional iperf3 tests and send results to Graphite.
Results include bps and retransmits
Installation
------------
.. code:: bash
pip install iperf_graphite
Usage
-----
.. code:: bash
$ iperf_graphite --help
usage: iperf_graphite [-h] [-f CONFIG_FILE] [-V]
send iperf stats to graphite
optional arguments:
-h, --help show this help message and exit
-f CONFIG_FILE Config file
-V, --version show program's version
Sample config file:
.. code:: bash
# Configuration for iperf-graphite.py
# Graphite details
carbon_server: myserver.example.net
carbon_port: 2003
data_point_prefix: "test.iperf"
# Iperf options
iperf_port: 5201
iperf_test_duration: 10
# Sleep time (seconds) between tests
sleep: 0
# List of tests to iterate over
tests:
- src: 192.0.2.1
dst: 192.0.2.2
- src: 1.2.3.4
dst: 5.6.7.8
Authors
-------
Carlos Vicente ()
.. |PyPi Status| image:: https://img.shields.io/pypi/v/iperf_graphite.svg
:target: https://pypi.python.org/pypi/iperf3_graphite