This commit is contained in:
Carlos Salguero
2017-02-13 20:46:04 -03:00
parent a5f1eb3822
commit f1cc8af10e
7 changed files with 73 additions and 9 deletions

View File

@@ -3,10 +3,10 @@ package proto
import "time"
type SystemProfile struct {
//AllUsers []interface{} `bson:"allUsers"`
Client string `bson:"client"`
CursorExhausted bool `bson:"cursorExhausted"`
DocsExamined int `bson:"docsExamined"`
AllUsers []interface{} `bson:"allUsers"`
Client string `bson:"client"`
CursorExhausted bool `bson:"cursorExhausted"`
DocsExamined int `bson:"docsExamined"`
ExecStats struct {
Advanced int `bson:"advanced"`
ExecutionTimeMillisEstimate int `bson:"executionTimeMillisEstimate"`