Database Reference
In-Depth Information
"r": NumberLong(203),
"w": NumberLong(0)
},
"timeAcquiringMicros": {
"r": NumberLong(4),
"w": NumberLong(0)
}
}
}
The same as in the previous profiling functions, the preceding log provides some explana-
tions about the in-progress operations such as opid , ns , or query . The opid field
shows the process ID, which can be used as a process ID parameter to kill the operation
using the db.killOp() function.
Identical to the previous log formats, the ns field shows the namespace of the operation.
The query field reflects the query parameters and functions, which can be used to get in-
formation about operation conditions and settings.
Note
For more information about the db.currentOp() function, refer to the documentation
page at http://docs.mongodb.org/manual/reference/method/db.currentOp/ .
Search WWH ::




Custom Search