configuration of output QueueStatistics- and StationUtilization- graph has...

configuration of output QueueStatistics- and StationUtilization- graph has been updated, new gadget to be used
parent 0c193e1c
...@@ -692,8 +692,10 @@ ...@@ -692,8 +692,10 @@
"view_station_utilization" : { "view_station_utilization" : {
"title" : "Station Utilization", "title" : "Station Utilization",
"type" : "object_view", "type" : "object_view",
"gadget" : "Output_viewStationUtilisationGraph", "gadget" : "Output_viewGraph",
"configuration" : { "configuration" : {
"family" : "Server",
"plot" : "bars",
"data" : { "data" : {
"working" : [ "working" : [
"working_ratio", "working_ratio",
...@@ -707,13 +709,15 @@ ...@@ -707,13 +709,15 @@
} }
}, },
"view_queue_stats" : { "view_queue_stats" : {
"title" : "Queue Statistics", "title" : "Queue Utilization Graph",
"type" : "object_view", "type" : "object_view",
"gadget" : "Output_viewQueueStatGraph", "gadget" : "Output_viewGraph",
"configuration" : { "configuration" : {
"columns" : [ "family" : "Buffer",
"plot" : "line",
] "data" : {
"queue_stat" : ["wip_stat_list"]
}
} }
}, },
"view_exit_stats" : { "view_exit_stats" : {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment