File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed
Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -58,6 +58,8 @@ Get stats for all collections from a MongoDB instance. Following commands will b
5858
5959* ` $collStats ` aggregation ([ doc] ( https://www.mongodb.com/docs/v5.0/reference/operator/aggregation/collStats/ ) );
6060
61+ * ` $indexStats ` aggregation ([ doc] ( https://www.mongodb.com/docs/v5.0/reference/operator/aggregation/indexStats/ ) );
62+
6163* ` $planCacheStats ` aggregation ([ doc] ( https://www.mongodb.com/docs/v5.0/reference/operator/aggregation/plancachestats/ ) );
6264
6365* queries ` _id ` of the oldest doc in each collection.
Original file line number Diff line number Diff line change 11{
22 "name" : " index-alignment" ,
3- "version" : " 2.8-0.0.1 " ,
3+ "version" : " 2.8-0.0.2 " ,
44 "main" : " dist/index.js" ,
5+ "private" : true ,
56 "type" : " module" ,
67 "files" : [
78 " dist/**/*"
You can’t perform that action at this time.
0 commit comments