Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for addMetric (0.03 seconds)

  1. src/main/java/org/codelibs/fess/timer/LoadControlMonitorTarget.java

        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)
Back to Top