From 5d5f6f91a3220768b1886c32d9ff9aea88ffbb2f Mon Sep 17 00:00:00 2001 From: Forrest Voight Date: Mon, 7 Jan 2013 15:58:10 -0500 Subject: [PATCH] corrected units in memory graph --- web-static/graphs.html | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) 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); } -- 1.7.1