Re: read/write request counts and write size of each write

2017-07-26 Thread Lerh Chuan Low
*.jar files. That is the directory > you want. > > > > Roger > > > > *From: *Nitan Kainth > *Reply-To: *"user@cassandra.apache.org" > *Date: *Wednesday, July 26, 2017 at 1:42 PM > *To: *"user@cassandra.apache.org" > > *Subject: *Re

Re: read/write request counts and write size of each write

2017-07-26 Thread Roger Warner
e.org" Date: Wednesday, July 26, 2017 at 1:42 PM To: "user@cassandra.apache.org" Subject: Re: read/write request counts and write size of each write Hey Roger, I downloaded and saved the file in /var/lib/cassandra, but getting same error: java -jar /tmp/jmxterm-1.0-alpha-4-uber

Re: read/write request counts and write size of each write

2017-07-26 Thread Nitan Kainth
> R > > From: Nitan Kainth > Reply-To: "user@cassandra.apache.org" > Date: Wednesday, July 26, 2017 at 8:22 AM > To: "User cassandra.apache.org" > Subject: Re: read/write request counts and write size of each write > > Thank you very much

Re: read/write request counts and write size of each write

2017-07-26 Thread Roger Warner
17 at 8:22 AM To: "User cassandra.apache.org" Subject: Re: read/write request counts and write size of each write Thank you very much Kurt. I am not a java guy, need one small help. I initiated JMX connection but I am getting some exception: java -jar ~/jmxterm-1.0-alpha-4-uber.jar

Re: read/write request counts and write size of each write

2017-07-26 Thread Nitan Kainth
Thank you very much Kurt. I am not a java guy, need one small help. I initiated JMX connection but I am getting some exception: java -jar ~/jmxterm-1.0-alpha-4-uber.jar --url localhost:7199 Welcome to JMX terminal. Type "help" for available commands. $>run -b org.apache.cassandra.metrics:type=C

Re: read/write request counts and write size of each write

2017-07-25 Thread kurt greaves
Looks like you can collect MutationSizeHistogram for each write as well from the coordinator, in regards to write request size. See the Write request section under https://cassandra.apache.org/doc/latest/operating/metrics.html#client-request-metrics

Re: read/write request counts and write size of each write

2017-07-25 Thread Nitan Kainth
Thank you Kurt. I got read/write requests answered. Getting write request size is my unresolved question :( I m sure, it's a common requirement, anybody have some solution. > On Jul 25, 2017, at 6:23 PM, kurt greaves wrote: > > You will need to use jmx to collect write/read related metrics.

Re: read/write request counts and write size of each write

2017-07-25 Thread kurt greaves
You will need to use jmx to collect write/read related metrics. not aware of anything that measures write size, but if there isn't it should be easily measured on your client. there are quite a few existing solutions for monitoring Cassandra out there, you should find some easily with a quick searc

read/write request counts and write size of each write

2017-07-25 Thread Nitan Kainth
Hi, We are trying to figure our highest read/write operations/second in our 9x9 cluster. I checked node tool tablestats but it shows from the time of start of node. I would like to see by second. Also, how can i find out size of each right request? --