PerState struct {
            Accepted  float64 `stm:"accepted"`
            Assigned  float64 `stm:"assigned"`
            Complete  float64 `stm:"complete"`
            Failed    float64 `stm:"failed"`