Search Options

Display Count
Sort
Preferred Language
Advanced Search

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

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

                for (final NodeStats nodeStats : response.getNodes()) {
                    final OsStats os = nodeStats.getOs();
                    if (os != null && os.getCpu() != null) {
                        final short percent = os.getCpu().getPercent();
                        if (percent > maxCpu) {
                            maxCpu = percent;
                        }
                    }
                }
                systemHelper.setSearchEngineCpuPercent(maxCpu);
    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