Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for Usage (0.01 sec)

  1. src/main/java/org/codelibs/fess/helper/SystemHelper.java

                }
                ThreadUtil.sleep(systemCpuCheckInterval);
                count = waitingThreadNames.size();
            }
        }
    
        /**
         * Gets the system CPU usage percentage.
         *
         * @return The system CPU usage percentage.
         */
        protected short getSystemCpuPercent() {
            final long now = getCurrentTimeAsLong();
            if (now - systemCpuCheckTime > systemCpuCheckInterval) {
    Registered: Sat Dec 20 09:19:18 UTC 2025
    - Last Modified: Sat Dec 20 08:30:43 UTC 2025
    - 36.6K bytes
    - Viewed (0)
Back to top