Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
dream
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
1
Issues
1
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
dream
Commits
64f4abf5
Commit
64f4abf5
authored
Feb 22, 2015
by
Jérome Perrin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
JSONs: define queue statistics the new way
parent
c0e15d6f
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
16 additions
and
19 deletions
+16
-19
dream/simulation/Examples/GUI_instances/BatchAllInOneEmpty.json
...simulation/Examples/GUI_instances/BatchAllInOneEmpty.json
+9
-10
dream/simulation/Examples/GUI_models/BatchFullModel.json
dream/simulation/Examples/GUI_models/BatchFullModel.json
+7
-9
No files found.
dream/simulation/Examples/GUI_instances/BatchAllInOneEmpty.json
View file @
64f4abf5
...
...
@@ -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"
:
{
...
...
dream/simulation/Examples/GUI_models/BatchFullModel.json
View file @
64f4abf5
...
...
@@ -231,16 +231,10 @@
},
"view_queue_stats"
:
{
"configuration"
:
{
"data"
:
{
"queue_stat"
:
[
"wip_stat_list"
]
},
"family"
:
"Buffer"
,
"plot"
:
"line"
"output_id"
:
"queue_statistics"
},
"gadget"
:
"Output_view
QueueStat
Graph"
,
"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"
}
]
},
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment