[SERVER-8306] Review TimerStats field names Created: 23/Jan/13  Updated: 19/Mar/13  Resolved: 19/Feb/13

Status: Closed
Project: Core Server
Component/s: Internal Code
Affects Version/s: None
Fix Version/s: None

Type: Improvement Priority: Critical - P2
Reporter: Scott Hernandez (Inactive) Assignee: Scott Hernandez (Inactive)
Resolution: Incomplete Votes: 0
Labels: metrics, stats, timer
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified

Participants:

 Description   

Need to look at all the places they are used and see if one set of field names works for all.

Might be good to allow overriding these names in the constructor for different use cases.

Currently produces this:

"getLastError" : {
	"wtime" : {
		"num" : 0,
		"totalMillis" : 0
	}
},...
"network" : {
	"bytes" : NumberLong(0),
	"getmores" : {
		"num" : 0,
		"totalMillis" : 0
	},
	"ops" : NumberLong(0),
	"readersCreated" : NumberLong(0)
},
"oplog" : {
	"insert" : {
		"num" : 0,
		"totalMillis" : 0
	},
	"insertBytes" : NumberLong(0)
},
"preload" : {
	"docs" : {
		"num" : 0,
		"totalMillis" : 0
	},
	"indexes" : {
		"num" : 0,
		"totalMillis" : 0
	}
}



 Comments   
Comment by Scott Hernandez (Inactive) [ 19/Feb/13 ]

Decided to leave alone and redo in future release, possibly with schema def. for improved parsing and metric definition.

Generated at Thu Feb 08 03:17:04 UTC 2024 using Jira 9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66.