Nodetool

34 views
Skip to first unread message

Karthick V

unread,
Oct 6, 2016, 3:14:05 AM10/6/16
to DataStax Java Driver for Apache Cassandra User Mailing List

Hi, 
 
In cassandra, nodetool option provide  lot of information about the node in which  nodetool proxyhistograms  provides information such as read and write latency like below

Percentile      Read Latency     Write Latency     Range Latency

                       (micros)              (micros)               (micros)

50%                446.00                 446.00                  29521.00

75%                924.00                 535.00                  88148.00

95%                2299.00               3311.00                105778.00

98%                24601.00             3311.00                105778.00

99%                35425.00             3311.00                105778.00

Min                 216.00                 259.00                  536.00

Max                35425.00             3311.00                105778.00 

 Is there any possible way to get these node tool information using  DataStax java Driver?

Olivier Michallat

unread,
Oct 18, 2016, 2:47:41 PM10/18/16
to java-dri...@lists.datastax.com
Hi,

(Sorry for the late reply, for some reason this went to my spam folder)

No, the driver supports the CQL protocol only. Nodetool is based on JMX:


If you have a particular need, it should be relatively easy to reimplement a JMX client in your application code.


--

Olivier Michallat

Driver & tools engineer, DataStax


--
You received this message because you are subscribed to the Google Groups "DataStax Java Driver for Apache Cassandra User Mailing List" group.
To unsubscribe from this group and stop receiving emails from it, send an email to java-driver-user+unsubscribe@lists.datastax.com.

Reply all
Reply to author
Forward
0 new messages