How to analyse speed stats #21969
Replies: 3 comments
-
VueTorrent is an alternative WebUI which sports a small graph: qbittorrent-exporter is a docker module which queries the qBittorrent API and exports the data in Prometheus format. I use it in conjunction with Prometheus and Grafana to obtain this: |
Beta Was this translation helpful? Give feedback.
-
That's really impressive! Could you give me a few pointers to help me out realizing the same? As far as I understood what I have to do is:
It is possible to install everything using Docker? |
Beta Was this translation helpful? Give feedback.
-
I doubt there exist a single Docker image for all the three pieces, but you can install three distinct Docker images. |
Beta Was this translation helpful? Give feedback.
-
Hi there, I'm trying to analyse upload speed of my qbittorrent-nox instance. On the default webUI I can't see the speed graphs, so I'm trying to find an alternate UI with this feature or - even better - a way to download speed data in some format to analyse them in another tool like gnuplot. Any suggestion?
Beta Was this translation helpful? Give feedback.
All reactions