[SERVER-2355] mongos db.serverStatus() command does not include server version Created: 13/Jan/11  Updated: 12/Jul/16  Resolved: 16/Jan/11

Status: Closed
Project: Core Server
Component/s: Admin
Affects Version/s: 1.7.4
Fix Version/s: 1.7.5

Type: Bug Priority: Minor - P4
Reporter: Ryan Nitz Assignee: Eliot Horowitz (Inactive)
Resolution: Done Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified

Operating System: ALL
Participants:

 Description   

> db.serverStatus();
{
"uptime" : 568,
"localTime" : ISODate("2011-01-13T17:04:14.746Z"),
"mem" :

{ "resident" : 3, "virtual" : 2400, "supported" : true }

,
"connections" :

{ "current" : 8, "available" : 19992 }

,
"extra_info" :

{ "note" : "fields vary by platform" }

,
"opcounters" :

{ "insert" : 110823, "query" : 565, "update" : 10582, "delete" : 0, "getmore" : 0, "command" : 911 }

,
"ops" : {
"sharded" :

{ "insert" : 100184, "query" : 0, "update" : 0, "delete" : 0, "getmore" : 0, "command" : 0 }

,
"notSharded" :

{ "insert" : 10639, "query" : 565, "update" : 10582, "delete" : 0, "getmore" : 0, "command" : 911 }

},
"shardCursorType" : {

},
"asserts" :

{ "regular" : 0, "warning" : 0, "msg" : 0, "user" : 10, "rollovers" : 0 }

,
"network" :

{ "bytesIn" : 13236835, "bytesOut" : 364287, "numRequests" : 112125 }

,
"ok" : 1
}



 Comments   
Comment by auto [ 16/Jan/11 ]

Author:

{u'login': u'erh', u'name': u'Eliot Horowitz', u'email': u'eliot@10gen.com'}

Message: put version# in mongos serverStatus as well as process name in mongos and mongod SERVER-2355
https://github.com/mongodb/mongo/commit/1e2021f5d190df58a8cdd7444297ab80a350414f

Generated at Thu Feb 08 02:59:43 UTC 2024 using Jira 9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66.