Monitoring and Management Interface for the Java Platform
DRAFT 9-Ubuntu+0-9b153-2
A C D E F G H I J M O S T U V 

A

ATTACH_ON_DEMAND - com.sun.management.VMOption.Origin
The VM option was set using the attach framework.

C

com.sun.management - package com.sun.management
This package contains Oracle Corporation's platform extension to the implementation of the java.lang.management API and also defines the management interface for some other components for the platform.
CONFIG_FILE - com.sun.management.VMOption.Origin
The VM option was set via a configuration file.
containsKey(String) - Method in class com.sun.management.GcInfo
 
containsValue(Object) - Method in class com.sun.management.GcInfo
 

D

DEFAULT - com.sun.management.VMOption.Origin
The VM option has not been set and its value is the default value.
DiagnosticCommandMBean - Interface in com.sun.management
Management interface for the diagnostic commands for the HotSpot Virtual Machine.
dumpHeap(String, boolean) - Method in interface com.sun.management.HotSpotDiagnosticMXBean
Dumps the heap to the outputFile file in the same format as the hprof heap dump.

E

ENVIRON_VAR - com.sun.management.VMOption.Origin
The VM option was set via an environment variable.
ERGONOMIC - com.sun.management.VMOption.Origin
The VM option was set via the VM ergonomic support.
equals(Object) - Method in class com.sun.management.GcInfo
 

F

from(CompositeData) - Static method in class com.sun.management.GarbageCollectionNotificationInfo
Returns a GarbageCollectionNotificationInfo object represented by the given CompositeData.
from(CompositeData) - Static method in class com.sun.management.GcInfo
Returns a GcInfo object represented by the given CompositeData.
from(CompositeData) - Static method in class com.sun.management.VMOption
Returns a VMOption object represented by the given CompositeData.

G

GarbageCollectionNotificationInfo - Class in com.sun.management
The information about a garbage collection
GcInfo - Class in com.sun.management
Garbage collection information.
GarbageCollectorMXBean - Interface in com.sun.management
Platform-specific management interface for a garbage collector which performs collections in cycles.
GARBAGE_COLLECTION_NOTIFICATION - Static variable in class com.sun.management.GarbageCollectionNotificationInfo
Notification type denoting that the Java virtual machine has completed a garbage collection cycle.
GarbageCollectionNotificationInfo(String, String, String, GcInfo) - Constructor for class com.sun.management.GarbageCollectionNotificationInfo
Constructs a GarbageCollectionNotificationInfo object.
get(String) - Method in class com.sun.management.GcInfo
 
getAll(String[]) - Method in class com.sun.management.GcInfo
 
getCommittedVirtualMemorySize() - Method in interface com.sun.management.OperatingSystemMXBean
Returns the amount of virtual memory that is guaranteed to be available to the running process in bytes, or -1 if this operation is not supported.
getCompositeType() - Method in class com.sun.management.GcInfo
 
getDiagnosticOptions() - Method in interface com.sun.management.HotSpotDiagnosticMXBean
Returns a list of VMOption objects for all diagnostic options.
getDuration() - Method in class com.sun.management.GcInfo
Returns the elapsed time of this GC in milliseconds.
getEndTime() - Method in class com.sun.management.GcInfo
Returns the end time of this GC in milliseconds since the Java virtual machine was started.
getFreePhysicalMemorySize() - Method in interface com.sun.management.OperatingSystemMXBean
Returns the amount of free physical memory in bytes.
getFreeSwapSpaceSize() - Method in interface com.sun.management.OperatingSystemMXBean
Returns the amount of free swap space in bytes.
getGcAction() - Method in class com.sun.management.GarbageCollectionNotificationInfo
Returns the action performed by the garbage collector
getGcCause() - Method in class com.sun.management.GarbageCollectionNotificationInfo
Returns the cause of the garbage collection
getGcInfo() - Method in class com.sun.management.GarbageCollectionNotificationInfo
Returns the GC information related to the last garbage collection
getGcName() - Method in class com.sun.management.GarbageCollectionNotificationInfo
Returns the name of the garbage collector used to perform the collection
getId() - Method in class com.sun.management.GcInfo
Returns the identifier of this garbage collection which is the number of collections that this collector has done.
getLastGcInfo() - Method in interface com.sun.management.GarbageCollectorMXBean
Returns the GC information about the most recent GC.
getMaxFileDescriptorCount() - Method in interface com.sun.management.UnixOperatingSystemMXBean
Returns the maximum number of file descriptors.
getMemoryUsageAfterGc() - Method in class com.sun.management.GcInfo
Returns the memory usage of all memory pools at the end of this GC.
getMemoryUsageBeforeGc() - Method in class com.sun.management.GcInfo
Returns the memory usage of all memory pools at the beginning of this GC.
getName() - Method in class com.sun.management.VMOption
Returns the name of this VM option.
getOpenFileDescriptorCount() - Method in interface com.sun.management.UnixOperatingSystemMXBean
Returns the number of open file descriptors.
getOrigin() - Method in class com.sun.management.VMOption
Returns the origin of the value of this VM option.
getProcessCpuLoad() - Method in interface com.sun.management.OperatingSystemMXBean
Returns the "recent cpu usage" for the Java Virtual Machine process.
getProcessCpuTime() - Method in interface com.sun.management.OperatingSystemMXBean
Returns the CPU time used by the process on which the Java virtual machine is running in nanoseconds.
getStartTime() - Method in class com.sun.management.GcInfo
Returns the start time of this GC in milliseconds since the Java virtual machine was started.
getSystemCpuLoad() - Method in interface com.sun.management.OperatingSystemMXBean
Returns the "recent cpu usage" for the whole system.
getThreadAllocatedBytes(long) - Method in interface com.sun.management.ThreadMXBean
Returns an approximation of the total amount of memory, in bytes, allocated in heap memory for the thread of the specified ID.
getThreadAllocatedBytes(long[]) - Method in interface com.sun.management.ThreadMXBean
Returns an approximation of the total amount of memory, in bytes, allocated in heap memory for each thread whose ID is in the input array ids.
getThreadCpuTime(long[]) - Method in interface com.sun.management.ThreadMXBean
Returns the total CPU time for each thread whose ID is in the input array ids in nanoseconds.
getThreadUserTime(long[]) - Method in interface com.sun.management.ThreadMXBean
Returns the CPU time that each thread whose ID is in the input array ids has executed in user mode in nanoseconds.
getTotalPhysicalMemorySize() - Method in interface com.sun.management.OperatingSystemMXBean
Returns the total amount of physical memory in bytes.
getTotalSwapSpaceSize() - Method in interface com.sun.management.OperatingSystemMXBean
Returns the total amount of swap space in bytes.
getValue() - Method in class com.sun.management.VMOption
Returns the value of this VM option at the time when this VMOption was created.
getVMOption(String) - Method in interface com.sun.management.HotSpotDiagnosticMXBean
Returns a VMOption object for a VM option of the given name.

H

HotSpotDiagnosticMXBean - Interface in com.sun.management
Diagnostic management interface for the HotSpot Virtual Machine.
hashCode() - Method in class com.sun.management.GcInfo
 

I

isThreadAllocatedMemoryEnabled() - Method in interface com.sun.management.ThreadMXBean
Tests if thread memory allocation measurement is enabled.
isThreadAllocatedMemorySupported() - Method in interface com.sun.management.ThreadMXBean
Tests if the Java virtual machine implementation supports thread memory allocation measurement.
isWriteable() - Method in class com.sun.management.VMOption
Tests if this VM option is writeable.

J

jdk.management - module jdk.management
 

M

MANAGEMENT - com.sun.management.VMOption.Origin
The VM option was set via the management interface after the VM was started.

O

OTHER - com.sun.management.VMOption.Origin
The VM option was set via some other mechanism.
OperatingSystemMXBean - Interface in com.sun.management
Platform-specific management interface for the operating system on which the Java virtual machine is running.

S

setThreadAllocatedMemoryEnabled(boolean) - Method in interface com.sun.management.ThreadMXBean
Enables or disables thread memory allocation measurement.
setVMOption(String, String) - Method in interface com.sun.management.HotSpotDiagnosticMXBean
Sets a VM option of the given name to the specified value.

T

ThreadMXBean - Interface in com.sun.management
Platform-specific management interface for the thread system of the Java virtual machine.
toCompositeData(CompositeType) - Method in class com.sun.management.GarbageCollectionNotificationInfo
 
toCompositeData(CompositeType) - Method in class com.sun.management.GcInfo
Return the CompositeData representation of this GcInfo, including any GC-specific attributes.
toString() - Method in class com.sun.management.GcInfo
 
toString() - Method in class com.sun.management.VMOption
 

U

UnixOperatingSystemMXBean - Interface in com.sun.management
Platform-specific management interface for the Unix operating system on which the Java virtual machine is running.

V

VMOption - Class in com.sun.management
Information about a VM option including its value and where the value came from which is referred as its origin.
VMOption.Origin - Enum in com.sun.management
Origin of the value of a VM option.
VM_CREATION - com.sun.management.VMOption.Origin
The VM option was set at VM creation time typically as a command line argument to the launcher or an argument passed to the VM created using the JNI invocation interface.
VMOption(String, String, boolean, VMOption.Origin) - Constructor for class com.sun.management.VMOption
Constructs a VMOption.
valueOf(String) - Static method in enum com.sun.management.VMOption.Origin
Returns the enum constant of this type with the specified name.
values() - Method in class com.sun.management.GcInfo
 
values() - Static method in enum com.sun.management.VMOption.Origin
Returns an array containing the constants of this enum type, in the order they are declared.
A C D E F G H I J M O S T U V 
Skip navigation links
Monitoring and Management Interface for the Java Platform
DRAFT 9-Ubuntu+0-9b153-2

Submit a bug or feature
Java is a trademark or registered trademark of Oracle and/or its affiliates in the US and other countries.
Copyright © 2003, 2017, Oracle and/or its affiliates. 500 Oracle Parkway
Redwood Shores, CA 94065 USA. All rights reserved.

DRAFT 9-Ubuntu+0-9b153-2