- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for getOperatingSystemMXBean (0.14 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
src/main/java/org/codelibs/fess/suggest/index/operations/ContentIndexingOperations.java
private void printProcessingInfo(final String type, final int size, final SuggestItem[] items, final long parseTime, final long indexTime) { final double cpuLoad; if (ManagementFactory.getOperatingSystemMXBean() instanceof final com.sun.management.OperatingSystemMXBean operatingSystemMXBean) { cpuLoad = operatingSystemMXBean.getProcessCpuLoad(); } else { cpuLoad = -1; }
Created: Fri Apr 17 09:08:13 GMT 2026 - Last Modified: Sat Mar 14 02:35:38 GMT 2026 - 21.7K bytes - Click Count (0)