- Reference >
- Database Commands >
- Testing Commands >
- journalLatencyTest
journalLatencyTest¶
- journalLatencyTest¶
journalLatencyTest is an administrative command that tests the length of time required to write and perform a file system sync (e.g. fsync) for a file in the journal directory. You must issue the journalLatencyTest command against the admin database in the form:
{ journalLatencyTest: 1 }
The value (i.e. 1 above), does not affect the operation of the command.
Note
journalLatencyTest is an internal command that is not enabled by default. journalLatencyTest must be enabled by using --setParameter enableTestCommands=1 on the mongod command line. journalLatencyTest cannot be enabled during run-time.
Thank you for your feedback!
We're sorry! You can Report a Problem to help us improve this page.