- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for prepareNodesStats (0.13 seconds)
-
src/main/java/org/codelibs/fess/timer/LoadControlMonitorTarget.java
@Override public void expired() { try { final SearchEngineClient client = ComponentUtil.getSearchEngineClient(); final NodesStatsResponse response = client.admin().cluster().prepareNodesStats().addMetric("os").execute().actionGet(10000L); short maxCpu = 0; for (final NodeStats nodeStats : response.getNodes()) { final OsStats os = nodeStats.getOs();Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Tue Feb 10 04:24:02 GMT 2026 - 3K bytes - Click Count (0)