[tor-commits] [sbws/master] docs: Add metrics bandwidth documentation
    juga at torproject.org 
    juga at torproject.org
       
    Sat Feb 23 10:57:26 UTC 2019
    
    
  
commit d9bcfca1f3f502cffb85c4fe5013710cb4e8d44f
Author: juga0 <juga at riseup.net>
Date:   Tue Feb 12 10:02:52 2019 +0000
    docs: Add metrics bandwidth documentation
---
 docs/source/images/advertised_bandwidth.png | Bin 0 -> 58213 bytes
 docs/source/images/torperf.png              | Bin 0 -> 99045 bytes
 docs/source/images/totalcw.png              | Bin 0 -> 81651 bytes
 docs/source/monitoring_bandwidth.rst        |  35 ++++++++++++++++++++++++++++
 4 files changed, 35 insertions(+)
diff --git a/docs/source/images/advertised_bandwidth.png b/docs/source/images/advertised_bandwidth.png
new file mode 100644
index 0000000..9e85e06
Binary files /dev/null and b/docs/source/images/advertised_bandwidth.png differ
diff --git a/docs/source/images/torperf.png b/docs/source/images/torperf.png
new file mode 100644
index 0000000..acd33db
Binary files /dev/null and b/docs/source/images/torperf.png differ
diff --git a/docs/source/images/totalcw.png b/docs/source/images/totalcw.png
new file mode 100644
index 0000000..ac8d8b7
Binary files /dev/null and b/docs/source/images/totalcw.png differ
diff --git a/docs/source/monitoring_bandwidth.rst b/docs/source/monitoring_bandwidth.rst
new file mode 100644
index 0000000..888d544
--- /dev/null
+++ b/docs/source/monitoring_bandwidth.rst
@@ -0,0 +1,35 @@
+Monitoring bandwidth changes in the Tor Network
+================================================
+
+Total bandwidth
+---------------
+
+Should not decrease.
+
+.. image:: images/advertised_bandwidth.png
+   :alt: advertised bandwidth
+
+
+https://metrics.torproject.org/bandwidth-flags.html
+
+
+Time to download a file
+-----------------------
+
+Should not increase.
+
+.. image:: images/torperf.png
+   :alt: torperf
+
+
+https://metrics.torproject.org/torperf.html
+
+
+Total consensus weights across bandwidth authorities
+----------------------------------------------------
+
+.. image:: images/totalcw.png
+   :alt: total consensus weight
+
+
+https://metrics.torproject.org/totalcw.html
    
    
More information about the tor-commits
mailing list