public class OSMXBean
extends java.lang.Object
Constructor | Description |
---|---|
OSMXBean() |
Constructor.
|
Modifier and Type | Method | 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 © 2018 The Apache Software Foundation