diff options
author | Josh Blum | 2013-05-05 18:31:52 -0700 |
---|---|---|
committer | Josh Blum | 2013-05-05 18:31:52 -0700 |
commit | 7139a4cb92091938692b3d640c20fbb300bb0929 (patch) | |
tree | 005ba3cf517495b6bdb7abcc18a7e8ad72a47fe3 /python | |
parent | 29221dcb911b127770074d47583a85542b8b2936 (diff) | |
download | sandhi-7139a4cb92091938692b3d640c20fbb300bb0929.tar.gz sandhi-7139a4cb92091938692b3d640c20fbb300bb0929.tar.bz2 sandhi-7139a4cb92091938692b3d640c20fbb300bb0929.zip |
query: added bytes copied stat
Diffstat (limited to 'python')
-rw-r--r-- | python/gras/query/chart_total_io_counts.js | 1 |
1 files changed, 1 insertions, 0 deletions
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) |