- set(String) - Static method in class com.ibm.jvm.Trace
-
Sets options for the trace subsystem.
- setDumpOptions(String) - Static method in class com.ibm.jvm.Dump
-
Sets options for the dump subsystem.
- setFields(long, long, long, long, long, double, long, long) - Method in class com.ibm.jvm.Stats
-
To avoid allocating new objects, this function merely sets
the member variables of this class as it is called from a
native.
- SetOptions(String) - Static method in class com.ibm.jvm.Log
-
Set the log options.
- snap() - Static method in class com.ibm.jvm.Trace
-
Trigger a snap dump.
- SnapDump() - Static method in class com.ibm.jvm.Dump
-
Trigger a snap dump.
- snapDumpToFile(String) - Static method in class com.ibm.jvm.Dump
-
Trigger a snap dump.
- snapDumpToFile() - Static method in class com.ibm.jvm.Dump
-
Trigger a snap dump.
- Stats - Class in com.ibm.jvm
-
This class is used provide the following java heap and system statistics:
committed heap memory
used heap memory
max heap memory
softmx heap memory
free physical memory
total physical memory
All this info is retrieved without any allocation of new objects.
- Stats() - Constructor for class com.ibm.jvm.Stats
-
Construct a new instance.
- suspend() - Static method in class com.ibm.jvm.Trace
-
Suspends tracing for all the threads in the JVM.
- suspendThis() - Static method in class com.ibm.jvm.Trace
-
Decrements the suspend and resume count for the current thread and suspends
tracing the thread if the result is negative.
- SystemDump() - Static method in class com.ibm.jvm.Dump
-
Trigger a system dump.
- systemDumpToFile(String) - Static method in class com.ibm.jvm.Dump
-
Trigger a system dump.
- systemDumpToFile() - Static method in class com.ibm.jvm.Dump
-
Trigger a system dump.