mirror of
https://github.com/mongodb/mongo.git
synced 2024-12-01 09:32:32 +01:00
added currentOp/killOp
This commit is contained in:
parent
72c986acd6
commit
e3cfc2264a
@ -261,6 +261,8 @@ DB.prototype.help = function() {
|
||||
print("\tdb.resetError()");
|
||||
print("\tdb.getCollectionNames()");
|
||||
print("\tdb.group(ns, key[, keyf], cond, reduce, initial)");
|
||||
print("\tdb.currentOp() displays the current operation in the db" );
|
||||
print("\tdb.killOp() kills the current operation in the db" );
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user