From 7139a4cb92091938692b3d640c20fbb300bb0929 Mon Sep 17 00:00:00 2001 From: Josh Blum Date: Sun, 5 May 2013 18:31:52 -0700 Subject: query: added bytes copied stat --- python/gras/query/chart_total_io_counts.js | 1 + 1 file changed, 1 insertion(+) (limited to 'python') diff --git a/python/gras/query/chart_total_io_counts.js b/python/gras/query/chart_total_io_counts.js index 597de71..ac1fb0e 100644 --- a/python/gras/query/chart_total_io_counts.js +++ b/python/gras/query/chart_total_io_counts.js @@ -50,6 +50,7 @@ GrasChartTotalIoCounts.prototype.update = function(point) ['Output', 'items', 'items_produced'], ['Output', 'tags', 'tags_produced'], ['Output', 'msgs', 'msgs_produced'], + ['Copied', 'bytes', 'bytes_copied'], ]; $.each(stuff, function(contents_i, contents) -- cgit