Skip to content

Commit

Permalink
Updates & Fixes for plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
bd-clara committed Jan 18, 2018
1 parent ca29cd1 commit 141d77a
Show file tree
Hide file tree
Showing 5 changed files with 391 additions and 46 deletions.
2 changes: 1 addition & 1 deletion plugin/curl_json-opcache.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"files-opcache_statistics": {
"title": "Files on {{HOST}}",
"vertical": "Files",
"type": "stackedtotal",
"type": "default",
"legend_format": "%5.1lf%s",
"legend": {
"opcache_statistics-num_cached_keys": {
Expand Down
2 changes: 1 addition & 1 deletion plugin/dbi.json
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@
"type": "stacked",
"scale": "1000000",
"legend": {
"total_bdd_size": {
"total_db_size": {
"name": "Total BDD Size"
}
}
Expand Down
2 changes: 1 addition & 1 deletion plugin/disk.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
},
"disk_io_time": {
"title": "Disk IO time per operation ({{PI}}) on {{HOST}}",
"vertical": "Avg. Time/Op",
"vertical": "Avg. IO Time/Op",
"type": "io",
"legend": {
"weighted_io_time": {
Expand Down
29 changes: 28 additions & 1 deletion plugin/numa.json
Original file line number Diff line number Diff line change
@@ -1 +1,28 @@
{}
{
"vmpage_action": {
"title": "Numa ({{PI}}) on {{HOST}}",
"vertical": "vmpages/s",
"legend": {
"interleave_hit": {
"name": "Interleave Hit"
},
"local_node": {
"name": "Local node"
},
"numa_foreign": {
"name": "Numa Foreign"
},
"numa_hit": {
"name": "Numa Hit"
},
"numa_miss": {
"name": "Numa Miss"
},
"other_node": {
"name": "Other Node"
}
},
"legend_format": "%5.1lf"
}
}

Loading

0 comments on commit 141d77a

Please sign in to comment.