Skip to content

Commit d4584d9

Browse files
committed
JAVA-613: some more java doc
1 parent 84a4351 commit d4584d9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/main/com/mongodb/tools/ConnectionPoolStat.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,9 @@ public String getStats() throws JMException, IOException {
5656
}
5757

5858
/**
59+
* Command line interface for displaying connection pool stats. In order to connect to a remote JMX server to
60+
* get these stats, currently you must set com.sun.management.jmxremote.port system property on the remote server
61+
* and specify that port using the --port argument.
5962
*
6063
* @param args program arguments
6164
* @throws Exception JMX-related exceptions

0 commit comments

Comments
 (0)