public class OSMXBean extends Object
| Constructor and Description | 
|---|
OSMXBean()
Constructor. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
long | 
getMaxFileDescriptorCount()
Get the number of the maximum file descriptors the system can use. 
 | 
long | 
getOpenFileDescriptorCount()
Get the number of opened filed descriptor for the runtime jvm. 
 | 
boolean | 
getUnix()
Check if the OS is unix. 
 | 
public OSMXBean()
public boolean getUnix()
public long getOpenFileDescriptorCount()
public long getMaxFileDescriptorCount()
Copyright © 2008–2021 The Apache Software Foundation. All rights reserved.