Hi @stephenb ,thank you for your help.
I ran the JVM pressure check at a normal time and they seem normal.
The master even has a very low JVM pressure.
I ran the JVM Pressure view and node status view at the same time.
RAM is always high, but JVM seems quiet.
Am I really thinking that my problem is just low RAM? What do you think?
heap.percent ram.percent cpu heapPercent heapMax heapCurrent version jdk diskTotal diskUsedPercent ramMax load_1m load_5m load_15m node.role master name
83 98 25 83 7.8gb 6.4gb 8.10.1 20.0.2 232.4gb 51.67 15.6gb 1.34 1.44 1.21 cdfhilmrstw - master-03
66 98 28 66 7.8gb 5.2gb 8.10.1 20.0.2 232.4gb 47.04 15.6gb 1.52 1.49 1.22 cdfhilmrstw - master-01
38 98 9 38 7.8gb 3gb 8.10.1 20.0.2 232.4gb 9.53 15.6gb 0.42 0.21 0.14 cdfhilmrstw * master-02
{
"nodes": {
"xxxxxxxxxxxx": {
"jvm": {
"mem": {
"pools": {
"old": {
"used_in_bytes": 4798938440,
"max_in_bytes": 8380219392,
"peak_used_in_bytes": 8322237672,
"peak_max_in_bytes": 8380219392
}
}
}
}
},
"xxxxxxxxxxxx": {
"jvm": {
"mem": {
"pools": {
"old": {
"used_in_bytes": 1055057928,
"max_in_bytes": 8380219392,
"peak_used_in_bytes": 1702827008,
"peak_max_in_bytes": 8380219392
}
}
}
}
},
"xxxxxxxxxxxx": {
"jvm": {
"mem": {
"pools": {
"old": {
"used_in_bytes": 5363155040,
"max_in_bytes": 8380219392,
"peak_used_in_bytes": 8334093944,
"peak_max_in_bytes": 8380219392
}
}
}
}
}
}
}
Of course, from time to time a spike in seconds appears that rises to 89%, but then drops.
But even on the machine with little JVM the RAM usage percentage is 98%.
Unfortunately I couldn't find how to count how many shards there are per index.
I ran the cURL below but only got the following result, without shard information.
curl -X GET "http://XXX.XXX.XXX.XXX:9200/_cat/indices/myindex?format=json
[
{
"health": "green",
"status": "open",
"index": "myindex",
"uuid": "XXXXXXXX",
"pri": "1",
"rep": "1",
"docs.count": "264525828",
"docs.deleted": "37960517",
"store.size": "195.2gb",
"pri.store.size": "97.1gb"
}
]