de.bsvrz.sys.startstopp.prozessvew
Class JVMParameterAnalyseTest
java.lang.Object
de.bsvrz.sys.startstopp.prozessvew.JVMParameterAnalyseTest
public class JVMParameterAnalyseTest
- extends java.lang.Object
Klasse zum Auswerten der JVM Parameter -Xmx, -Xmn und -Xms
- Author:
- Dambach Werke GmbH
Field Summary |
private static long |
_GB
|
private static long |
_KB
|
private static long |
_MB
|
private static long |
_TB
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
_KB
private static long _KB
_MB
private static long _MB
_GB
private static long _GB
_TB
private static long _TB
JVMParameterAnalyseTest
public JVMParameterAnalyseTest()
setUpBeforeClass
public static void setUpBeforeClass()
throws java.lang.Exception
- Throws:
java.lang.Exception
tearDownAfterClass
public static void tearDownAfterClass()
throws java.lang.Exception
- Throws:
java.lang.Exception
setUp
public void setUp()
throws java.lang.Exception
- Throws:
java.lang.Exception
tearDown
public void tearDown()
throws java.lang.Exception
- Throws:
java.lang.Exception
testGetXmx
public void testGetXmx()
- Test Methode für
JVMParameterAnalyse.getXmx()
.
testGetXms
public void testGetXms()
- Test Methode für
JVMParameterAnalyse.getXms()
.
testGetXmn
public void testGetXmn()
- Test Methode für
JVMParameterAnalyse.getXmn()
.