Are you looking for something 
like 
http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/cluster-stats.html
 
?

Otis
--
Performance Monitoring * Log Analytics * Search Analytics
Solr & Elasticsearch Support * http://sematext.com/



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.
>
> GET .marvel-2014.07.16/_search?pretty
> {
>   "facets": {
>     "0": {
>       "date_histogram": {
>         "key_field": "@timestamp",
>         "value_field": "total.search.query_total",
>         "interval": "1m"
>       },
>       "global": true,
>       "facet_filter": {
>         "fquery": {
>           "query": {
>             "filtered": {
>               "query": {
>                 "query_string": {
>                   "query": "_type:indices_stats"
>                 } ....................
> ...............................
>
>
> Appreciate if anyone can provide some pointers on this?
>
>
>
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/elasticsearch/83d395c5-2312-4b20-8a4f-6b708e0c3ed3%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to