commit test

This commit is contained in:
fanfuxiaoran 2013-07-24 15:23:58 +08:00
parent 783cb244dc
commit 1f417549c2
1 changed files with 4 additions and 1 deletions

View File

@ -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();