commit test
This commit is contained in:
parent
783cb244dc
commit
1f417549c2
|
@ -1,5 +1,8 @@
|
|||
package org.bench4q.monitor.performance.windows;
|
||||
|
||||
import javax.xml.bind.annotation.XmlRootElement;
|
||||
|
||||
@XmlRootElement(name = "Memory")
|
||||
public class MemoryMonitor {
|
||||
public native String[] getCounterList();
|
||||
|
||||
|
@ -7,7 +10,7 @@ public class MemoryMonitor {
|
|||
|
||||
public native double getAvailableBytes();
|
||||
|
||||
public native double getCommittedBytes();
|
||||
public native double getCommittedBytes();//占用的虚拟内存的字节
|
||||
|
||||
public native double getCommitLimit();
|
||||
|
||||
|
|
Loading…
Reference in New Issue