[metrics-web/master] Add link pages to two of phw's image galleries.

commit 2421d9164476893a65f0703a0326389964d9ff94 Author: Karsten Loesing <karsten.loesing@gmx.net> Date: Wed Jul 13 16:09:44 2016 +0200 Add link pages to two of phw's image galleries. Implements the first phase of #19183. --- website/etc/metrics.json | 28 ++++++++++++++++++++++++++++ website/etc/web.xml | 2 ++ website/web/images/networkchurn.png | Bin 0 -> 98625 bytes website/web/images/uptimes.jpg | Bin 0 -> 53484 bytes 4 files changed, 30 insertions(+) diff --git a/website/etc/metrics.json b/website/etc/metrics.json index ffa2ad2..c4b47a7 100644 --- a/website/etc/metrics.json +++ b/website/etc/metrics.json @@ -889,5 +889,33 @@ "related": [ "relayflags" ] + }, + { + "id": "uptimes", + "title": "Monthly uptime of relays", + "tags": [ + "Relays" + ], + "type": "Link", + "level": "Advanced", + "description": "<p>The following image illustrates the uptime of all known <a href=\"about.html#relay\">relays</a> in a given month. Each row of pixels denotes one <a href=\"about.html#consensus\">consensus</a> (that is, one hour), and each column denotes one relay. Each pixel denotes if a given relay was online or offline at a given hour: black means online, white means offline, and red highlights relays with identical uptime patterns. The complete image gallery can be found on <a href=\"https://nymity.ch/sybilhunting/uptime-visualisation/\">Philipp Winter's homepage</a>.</p><p><a href=\"https://nymity.ch/sybilhunting/uptime-visualisation/\"><img src=\"images/uptimes.jpg\" alt=\"Monthly uptime of relays\"></a></p>", + "related": [ + "networkchurn" + ] + }, + { + "id": "networkchurn", + "title": "Network churn rate by relay flag", + "tags": [ + "Relays" + ], + "type": "Link", + "level": "Advanced", + "description": "<p>The following image shows the churn rate of the Tor network by <a href=\"about.html#relay-flag\">relay flag</a> in a given month. The churn rate, a value in the interval <b>[0,1]</b>, captures the rate of <a href=\"about.html#relay\">relays</a> joining and leaving the network from one <a href=\"about.html#consensus\">consensus</a> to the next (that is, within one hour). The complete image gallery can be found on <a href=\"https://nymity.ch/sybilhunting/churn-values/\">Philipp Winter's homepage</a>.</p><p><a href=\"https://nymity.ch/sybilhunting/churn-values/\"><img src=\"images/networkchurn.png\" alt=\"Network churn rate by relay flag\"></a></p>", + "related": [ + "uptimes", + "networksize", + "relayflags" + ] } ] diff --git a/website/etc/web.xml b/website/etc/web.xml index b1b6511..ebd9876 100644 --- a/website/etc/web.xml +++ b/website/etc/web.xml @@ -91,6 +91,8 @@ <servlet-name>Link</servlet-name> <url-pattern>/oxford-anonymous-internet.html</url-pattern> <url-pattern>/uncharted-data-flow.html</url-pattern> + <url-pattern>/uptimes.html</url-pattern> + <url-pattern>/networkchurn.html</url-pattern> </servlet-mapping> <servlet> diff --git a/website/web/images/networkchurn.png b/website/web/images/networkchurn.png new file mode 100644 index 0000000..027a8bf Binary files /dev/null and b/website/web/images/networkchurn.png differ diff --git a/website/web/images/uptimes.jpg b/website/web/images/uptimes.jpg new file mode 100644 index 0000000..1376437 Binary files /dev/null and b/website/web/images/uptimes.jpg differ
participants (1)
-
karsten@torproject.org