Manual: vi PROLOG
This manual page is part of the POSIX Programmer's Manual. The Linux implementation of this interface may differ (consult the corresponding Linux manual page for
Manual: ps
PROLOG
This manual page is part of the POSIX Programmer's Manual. The Linux implementation of this interface may differ (consult the corresponding Linux manual page for
Mongodb - How do I view the current process/operation? To view the current operation simply connect to mongo and issue the following command:
db.currentOp();
This will return a BSON object detailing the current operation.