Searched defs:swapDetected (Results 1 - 2 of 2) sorted by relevance

/forgerock/openam-v13/openam-tools/openam-diagnostics/openam-diagnostics-base/src/main/java/com/sun/identity/diagnostic/base/services/systeminfo/
H A DSolarisSystemInfoProvider.java235 String swapDetected = "";
303 public long convertSwapDetectedToMB(String swapDetected) argument
307 * The passed value 'swapDetected' can be in one of the
314 swapDetected.substring(0, swapDetected.length()-1);
315 String unit = swapDetected.substring(
316 swapDetected.length()-1, swapDetected.length());
319 swapDetected_no = Long.parseLong(swapDetected);
H A DSystemInfoProvider.java169 protected long convertSwapDetectedToMB(String swapDetected) argument
174 swapDetected_no = Long.parseLong(swapDetected);

Completed in 29 milliseconds