From: Forrest Voight Date: Mon, 7 Jan 2013 20:58:10 +0000 (-0500) Subject: corrected units in memory graph X-Git-Tag: 11.1~3 X-Git-Url: https://git.novaco.in/?p=p2pool.git;a=commitdiff_plain;h=5d5f6f91a3220768b1886c32d9ff9aea88ffbb2f corrected units in memory graph --- diff --git a/web-static/graphs.html b/web-static/graphs.html index caba7a2..4e69f83 100644 --- a/web-static/graphs.html +++ b/web-static/graphs.html @@ -420,7 +420,7 @@ {"url": "/web/graph_data/getwork_latency/last_" + lowerperiod, "color": "#FF0000", "label": "Getwork Latency"} ], false); - plot_later(d3.select("#memory_usage"), "s", null, [ + plot_later(d3.select("#memory_usage"), "B", null, [ {"url": "/web/graph_data/memory_usage/last_" + lowerperiod, "color": "#FF0000", "label": "Memory Usage"} ], false); }