Skip to content

Commit

Permalink
CBPS: 59 Adding changes for query stat
Browse files Browse the repository at this point in the history
Change-Id: I02fee3095bd3397ec876ad7de38dfdf28261bd00
Reviewed-on: http://review.couchbase.org/63499
Reviewed-by: sandip nandi <sandip.nandi@couchbase.com>
Tested-by: sandip nandi <sandip.nandi@couchbase.com>
  • Loading branch information
sandipnd committed Apr 28, 2016
1 parent d890d32 commit d0c4b96
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions webapp/cbmonitor/plotter/constants.py
Expand Up @@ -60,8 +60,8 @@
"projector_cpu": "projector CPU utilization, %",
"cbq-engine_rss": "query resident set size, bytes",
"cbq-engine_cpu": "query CPU utilization, %",
"cbft_rss": "query resident set size, bytes",
"cbft_cpu": "cbft CPU utilization, %",
"cbft_rss": "FTS resident set size, bytes",
"cbft_cpu": "FTS CPU utilization, %",
"backup_rss": "backup resident set size, bytes",
"backup_cpu": "backup CPU utilization, %",
"sync_gateway_rss": "Sync Gateway resident set size, bytes",
Expand Down Expand Up @@ -141,6 +141,7 @@
"cbft_total_gc" : "FTS garbage collector count",
"cbft_num_bytes_live_data": "FTS live data size",
"cbft_total_term_searchers": "FTS total term search ",
"cbft_query_total" : "FTS total queries",
}

HISTOGRAMS = (
Expand Down

0 comments on commit d0c4b96

Please sign in to comment.