We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 15760d5 commit f4b900bCopy full SHA for f4b900b
monitoring/list_mbeans.sh
@@ -0,0 +1,11 @@
1
+#!/bin/bash
2
+
3
+HOST=$1
4
+PORT=$2
5
6
+wget https://github.com/jiaqi/jmxterm/releases/download/v1.0.2/jmxterm-1.0.2-uber.jar
7
8
+# Connect to the JMX server using jmxterm
9
+java -jar jmxterm-1.0.2-uber.jar --url $HOST:$PORT <<EOF
10
+beans
11
+EOF
0 commit comments