I need to read the Performance counters (OS CPU%,JVM Memory,Disk Free
Space,Iops) of the elastic search nodes using JSON in my C#.NET
application. To do that first I need the JSON query to get the counters
like the ones that appear under "Nodes" section in Marvel webpage.
Does anyone know how to get that? I know it should be something like we get
when we click "Inspect" element in marvel. (something like below) but I
don't see any "Inspect" element for the "nodes" section.
The following JSON query seems to be for Document section.
I need to read the Performance counters (OS CPU%,JVM Memory,Disk Free
Space,Iops) of the elastic search nodes using JSON in my C#.NET
application. To do that first I need the JSON query to get the counters
like the ones that appear under "Nodes" section in Marvel webpage.
Does anyone know how to get that? I know it should be something like we
get when we click "Inspect" element in marvel. (something like below) but I
don't see any "Inspect" element for the "nodes" section.
The following JSON query seems to be for Document section.
On Wednesday, July 16, 2014 8:14:00 PM UTC-4, Krishna wrote:
Hi
I need to read the Performance counters (OS CPU%,JVM Memory,Disk Free
Space,Iops) of the elastic search nodes using JSON in my C#.NET
application. To do that first I need the JSON query to get the counters
like the ones that appear under "Nodes" section in Marvel webpage.
Does anyone know how to get that? I know it should be something like we
get when we click "Inspect" element in marvel. (something like below) but I
don't see any "Inspect" element for the "nodes" section.
The following JSON query seems to be for Document section.
Thanks Otis, I am looking for Node level stats (Each nodes's
CPU/Memory/Disk space etc). Looks like cluster API gives cluster level
stats. I also looked at the above reply by Mark but looks like results from
CAT apis are a bit difficult to parse using JSON as mentioned in
elasticsearch.org. I was trying to use Query DSL to get Perf results in
JSON format for each node but not successful so far yet.
Any hints would be appreciated.
On Friday, July 18, 2014 9:29:46 PM UTC-7, Otis Gospodnetic wrote:
On Wednesday, July 16, 2014 8:14:00 PM UTC-4, Krishna wrote:
Hi
I need to read the Performance counters (OS CPU%,JVM Memory,Disk Free
Space,Iops) of the elastic search nodes using JSON in my C#.NET
application. To do that first I need the JSON query to get the counters
like the ones that appear under "Nodes" section in Marvel webpage.
Does anyone know how to get that? I know it should be something like we
get when we click "Inspect" element in marvel. (something like below) but I
don't see any "Inspect" element for the "nodes" section.
The following JSON query seems to be for Document section.
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.