Skip to content

Commit f0fcf5c

Browse files
committed
Address SA feedback
1 parent 8c2877f commit f0fcf5c

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

source/monitoring.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -328,7 +328,7 @@ the Java Platform.
328328
.. tip:: Consult the Official JMX and JConsole Documentation
329329

330330
The descriptions of JMX and JConsole in this example are illustrative
331-
rather than a source of truth. For guaranteed up to date information, consult
331+
rather than a source of truth. For guaranteed up-to-date information, consult
332332
the following official Oracle resources:
333333

334334
- `JConsole documentation <https://www.oracle.com/technical-resources/articles/java/jconsole.html>`__
@@ -362,15 +362,15 @@ terminal:
362362
Once JConsole is open, perform the following actions in the GUI:
363363

364364
#. Select the Java process running the preceding example code.
365-
#. Press :guilabel:`Insecure Connection` in the warning dialog box.
365+
#. Click :guilabel:`Insecure Connection` in the warning dialog box.
366366
#. Click on the :guilabel:`MBeans` tab.
367367
#. Inspect your connection pool events under the ``"org.mongodb.driver"`` domain.
368368

369-
When you no longer want to inspect your connection pools in JConsole, do the
370-
following:
369+
When you no longer want to inspect your connection pools in JConsole, perform the
370+
following tasks:
371371

372-
- Exit JConsole by closing the JConsole window
373-
- Stop the Java program running the preceding code snippet
372+
#. Exit JConsole by closing the JConsole window.
373+
#. Stop the Java program running the preceding code snippet.
374374

375375
For more information about JMX and JConsole, see the following resources from
376376
Oracle:

0 commit comments

Comments
 (0)