1- ================
2- MongoDB Instance
3- ================
1+ ============
2+ Compass Home
3+ ============
44
55.. default-domain:: mongodb
66
7- Once connected to a MongoDB instance, the home |home| on the left hand
8- pane provides details regarding the MongoDB instance, such as:
7+ .. contents:: On this page
8+ :local:
9+ :backlinks: none
10+ :depth: 1
11+ :class: singlecol
912
10- - the connection name if the connection is a favorite connection or "My
11- Cluster" otherwise.
13+ The Compass Home screen provides details regarding the
14+ MongoDB instance to which Compass is connected, including:
1215
13- - the deployment type (standalone, replica set, sharded cluster). If
16+ - The connection name if the connection is a favorite connection,
17+ or "My Cluster" otherwise.
18+
19+ - The deployment type (standalone, replica set, sharded cluster). If
1420 the deployment is a replica set and the replica set name is specified
1521 in the connection window, the number of replica set members will also
1622 be displayed.
1723
18- - the hostname and port, as well as the version of MongoDB.
24+ - The hostname and port, as well as the version of MongoDB.
25+
26+ - A list of the instance's :doc:`databases </databases>`.
27+
28+ - Performance statistics, including memory usage, operation counts,
29+ and slowest operations. *(Not Available in Compass Community
30+ Edition)*
31+
32+ Once connected to a MongoDB instance, you can reach the Compass
33+ Home screen by clicking the :guilabel:`Home` icon in the upper left
34+ corner.
1935
20- .. figure:: /images/compass/instance-view.svg
21- :figwidth: 800px
36+ Databases Tab
37+ -------------
2238
23- From the instance home, you can access:
39+ The :guilabel:`Databases` tab of the Home screen shows a list of all
40+ the databases on the current connection, with each one's storage size,
41+ number of collections, and number of indexes. For more information
42+ about the :guilabel:`Databases` tab, see :doc:`Databases </databases>`.
2443
25- - The :ref:`Databases <database-tab>` tab to view and manage the
26- databases in the deployment, and
44+ .. _performance-tab:
2745
28- - The :ref:`Server Performance <performance-tab>` tab to view real time
29- server stats. *Not Available in Compass Community Edition*
46+ Performance Tab
47+ ---------------
48+
49+ The :guilabel:`Performance` tab provides real-time server
50+ performance statistics and graphs, showing insights such as:
51+
52+ - Which database collections receive the most operations
53+ - Which operations take the longest to execute
54+ - Memory utilization
55+
56+ For more information about the :guilabel:`Performance` tab, see
57+ :doc:`Performance </performance>`.
3058
3159.. class:: hidden
3260
@@ -35,5 +63,3 @@ From the instance home, you can access:
3563
3664 /databases
3765 /performance
38-
39- .. |home| unicode:: U+2302
0 commit comments