diff --git a/bandwidth.py b/bandwidth.py index a26318f..7047e1f 100644 --- a/bandwidth.py +++ b/bandwidth.py @@ -39,19 +39,19 @@ plt.legend() plt.show() # plotping -plt.plot(times, pings, label="Ping") -plt.title("pings from mariadb") -plt.legend() -plt.show() +#plt.plot(times, pings, label="Ping") +#plt.title("pings from mariadb") +#plt.legend() +#plt.show() # plotdownloads -plt.plot(times, downloads, label="Download") -plt.title("downloads from mariadb") -plt.legend() -plt.show() +#plt.plot(times, downloads, label="Download") +#plt.title("downloads from mariadb") +#plt.legend() +#plt.show() # plotuploads -plt.plot(times, uploads, label="Upload") -plt.title("uploads from mariadb") -plt.legend() -plt.show() +#plt.plot(times, uploads, label="Upload") +#plt.title("uploads from mariadb") +#plt.legend() +#plt.show()