command: start alloc-status command

This commit is contained in:
Ryan Uber
2015-09-18 12:06:51 -07:00
parent 7b908d035c
commit 8b8a0ecb73
3 changed files with 112 additions and 1 deletions

View File

@@ -64,7 +64,7 @@ type AllocationMetric struct {
ConstraintFiltered map[string]int
NodesExhausted int
ClassExhausted map[string]int
DimensionExhaused map[string]int
DimensionExhausted map[string]int
Scores map[string]float64
AllocationTime time.Duration
CoalescedFailures int