Hello everyone,
I believe you can learn how to deal with How to view and write the resource usage of the Solr node during the process from my case.
When services are slightly affected, commission abnormal SQL query statements in the environment and observe the CPU, memory, and I/O usage of Solr data instances in real time.
IO: iostat -xmt 1
CPU: top –c
Memory: Run the jstat -gcutil pid 1000 command as the omm user. In the command, pid indicates the Solr process ID, which can be queried by running the ps -ef | grep solrserver command.
I hope it is helpful to you!