File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 1
1
name = " database-tools"
2
2
title = " MongoDB Database Tools"
3
3
4
- intersphinx = [ " https://docs.mongodb.com/manual/objects.inv" ,
5
- " https://docs.atlas.mongodb.com/objects.inv" ,
4
+ intersphinx = [ " https://docs.mongodb.com/manual/objects.inv" ,
6
5
" https://docs.mongodb.com/compass/current/objects.inv" ]
7
6
8
7
toc_landing_pages = [" /installation/installation" ]
Original file line number Diff line number Diff line change @@ -190,8 +190,8 @@ Behavior
190
190
Polling
191
191
~~~~~~~
192
192
193
- The :program:`mongotop` program uses the :manual :`top</reference/command/top> `
194
- command to collect data. However, while :program :`top` returns cumulative
193
+ The :program:`mongotop` program uses the :dbcommand :`top`
194
+ command to collect data. However, while :dbcommand :`top` returns cumulative
195
195
usage statistics, :program:`mongotop` resets the usage statistics for
196
196
each polling interval.
197
197
You can’t perform that action at this time.
0 commit comments