Commit 64f4abf5 authored by Jérome Perrin's avatar Jérome Perrin

JSONs: define queue statistics the new way

parent c0e15d6f
......@@ -231,16 +231,10 @@
},
"view_queue_stats": {
"configuration": {
"data": {
"queue_stat": [
"wip_stat_list"
]
},
"family": "Buffer",
"plot": "line"
},
"gadget": "Output_viewQueueStatGraph",
"title": "Queue Utilization Graph",
"output_id": "queue_statistics"
},
"gadget": "Output_viewGraph",
"title": "Queue Statistics",
"type": "object_view"
},
"view_station_utilization": {
......@@ -259,7 +253,12 @@
"_class": "dream.plugins.BatchesStationUtilization.BatchesStationUtilization",
"family": "Server",
"output_id": "station_utilization"
},
{
"_class": "dream.plugins.PostProcessQueueStatistics.PostProcessQueueStatistics",
"output_id": "queue_statistics"
}
]
},
"pre_processing": {
......
......@@ -231,16 +231,10 @@
},
"view_queue_stats": {
"configuration": {
"data": {
"queue_stat": [
"wip_stat_list"
]
},
"family": "Buffer",
"plot": "line"
"output_id": "queue_statistics"
},
"gadget": "Output_viewQueueStatGraph",
"title": "Queue Utilization Graph",
"gadget": "Output_viewGraph",
"title": "Queue Statistics",
"type": "object_view"
},
"view_station_utilization": {
......@@ -259,6 +253,10 @@
"_class": "dream.plugins.BatchesStationUtilization.BatchesStationUtilization",
"family": "Server",
"output_id": "station_utilization"
},
{
"_class": "dream.plugins.PostProcessQueueStatistics.PostProcessQueueStatistics",
"output_id": "queue_statistics"
}
]
},
......
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