Topic: 一个超简单的内存监视器

  Print this page

1.一个超简单的内存监视器 Copy to clipboard
Posted by: littledeer1974
Posted on: 2004-09-06 15:11

一个超简单的内存监视器 Smile
自己学习过程中的小程序,想拿出来跟大家分享,内容可能没有什么针对性,比较简单,请参考.

程序如下

public class memorytest {
public static void main(String[] args) {
myClass test = new myClass();
Thread thread = new Thread(test);
thread.start();

}
}

class myClass extends Thread {
public void run() {
try {
Thread.sleep(10);
} catch (InterruptedException e) {
e.printStackTrace();
}
while (true) {
System.out.println(Runtime.getRuntime().freeMemory());
}
}

}

2.Re:一个超简单的内存监视器(不知道这样的贴子,受不受欢迎) [Re: littledeer1974] Copy to clipboard
Posted by: ysheng
Posted on: 2004-09-06 20:07

sleep(10)放在那边好像没大的作用

3.Re:一个超简单的内存监视器(不知道这样的贴子,受不受欢迎) [Re: littledeer1974] Copy to clipboard
Posted by: littledeer1974
Posted on: 2004-09-07 08:34

就是为了给其他程序一个执行的机会,在这里的用处好像不是很大

4.Re:一个超简单的内存监视器(不知道这样的贴子,受不受欢迎) [Re: littledeer1974] Copy to clipboard
Posted by: lansoft134300
Posted on: 2004-09-07 17:20

可是你的程序在linux下要监视内存和cpu就没系了,我做了一个,谁要通知我
:)

5.Re:一个超简单的内存监视器(不知道这样的贴子,受不受欢迎) [Re: littledeer1974] Copy to clipboard
Posted by: littledeer1974
Posted on: 2004-09-08 09:00

可以把你的程序贴出来,让大家学习一下吗 Smile

6.Re:一个超简单的内存监视器(不知道这样的贴子,受不受欢迎) [Re: littledeer1974] Copy to clipboard
Posted by: ww1ww1
Posted on: 2004-09-08 23:46

有意思。。。

7.Re:一个超简单的内存监视器(不知道这样的贴子,受不受欢迎) [Re: littledeer1974] Copy to clipboard
Posted by: ww1ww1
Posted on: 2004-09-08 23:52

要是可以图形显示就更好了。。。

8.Re:一个超简单的内存监视器 [Re: littledeer1974] Copy to clipboard
Posted by: ga0feng
Posted on: 2004-09-14 17:32

我们都有兴趣,我的icq:294994700
email:symield@hotmail.com

不过我觉得贴出来,或者给个链接你会方便些。

9.Re:一个超简单的内存监视器 [Re: littledeer1974] Copy to clipboard
Posted by: xeon0541
Posted on: 2004-09-14 18:27

not real number of memory


   Powered by Jute Powerful Forum® Version Jute 1.5.6 Ent
Copyright © 2002-2021 Cjsdn Team. All Righits Reserved. 闽ICP备05005120号-1
客服电话 18559299278    客服信箱 714923@qq.com    客服QQ 714923