-
Type: New Feature
-
Resolution: Duplicate
-
Priority: Major - P3
-
None
-
Affects Version/s: 1.6.0
-
Component/s: Shell
-
None
-
Environment:all
Add an option (or perhaps always enabled), so that after every command is issued the shell reports some stats, such as:
> update(
{ "x": 3 }, { "$set": { "y": 2 }})
- documents matched: 3 in/upserted: 0 modified: 1 (0.06 sec)
>
> find(
{ "x": 3 })
> documents matched: 3 in/upserted: 0 modified: 0 (0.01 sec)
etc.
- depends on
-
SERVER-1507 option in shell to print how long each command takes and certain stats
- Closed
- duplicates
-
SERVER-1507 option in shell to print how long each command takes and certain stats
- Closed