smiklosovic commented on code in PR #3420:
URL: https://github.com/apache/cassandra/pull/3420#discussion_r1696318881
##########
src/java/org/apache/cassandra/tools/NodeProbe.java:
##########
@@ -785,6 +787,33 @@ public double[] getAndResetGCStats()
return gcProxy.getAndResetStats();
}
+ public long getNumberOfGCThreads()
+ {
+
+ ThreadMXBean threadMXBean = ManagementFactory.getThreadMXBean();
Review Comment:
@dhanush427 this is still not using nodeprobe
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]