由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Unix版 - 如何大略计算一个程序的内存使用量?
相关主题
FTP Help请问显示可用打印机的命令
Is there any software can D/L a whole directory?a question about using ftp dl music file
A simple question!文件的LINK到底有什么用处?
[转载] 问一个问题how to enter a directory like "..a pub" ? Thanks
gcc in mac OSX为什么Netscape启动以后就自动关闭?
怎么查看what is the "core" in directory.
Apache中如何加入用户和口令?what's wrong with my CXterm5.0?
Help!how to write robort in perl w/out expect?
相关话题的讨论汇总
话题: size话题: 大略话题: 使用量话题: top话题: filesize
进入Unix版参与讨论
1 (共1页)
b***y
发帖数: 372
1
记得有个命令可以直接用,猛的想不起来了,哪位提醒一下.
Thanks
w******n
发帖数: 692
2
try getrusage().

【在 b***y 的大作中提到】
: 记得有个命令可以直接用,猛的想不起来了,哪位提醒一下.
: Thanks

w******n
发帖数: 692
3
you can also go to /proc ( maybe, not sure). One directory maps one process.

【在 w******n 的大作中提到】
: try getrusage().
s**s
发帖数: 242
4
top
the SIZE colume
and ps command

【在 b***y 的大作中提到】
: 记得有个命令可以直接用,猛的想不起来了,哪位提醒一下.
: Thanks

b***y
发帖数: 372
5
i tried this one b4, but my program runs so fast, no enough time to see the
size in top.
I find one in linux, memprof. that works for my program.
Thanks.

【在 s**s 的大作中提到】
: top
: the SIZE colume
: and ps command

m********m
发帖数: 8
6
size yourfilename

【在 b***y 的大作中提到】
: i tried this one b4, but my program runs so fast, no enough time to see the
: size in top.
: I find one in linux, memprof. that works for my program.
: Thanks.

o******d
发帖数: 1552
7
filesize != the size of the address space

【在 m********m 的大作中提到】
: size yourfilename
t******q
发帖数: 117
8
top or gtop

【在 o******d 的大作中提到】
: filesize != the size of the address space
1 (共1页)
进入Unix版参与讨论
相关主题
how to write robort in perl w/out expect?gcc in mac OSX
what command is for changing the directory name?怎么查看
I am crazy about this!!Apache中如何加入用户和口令?
How to find the pdf file?Help!
FTP Help请问显示可用打印机的命令
Is there any software can D/L a whole directory?a question about using ftp dl music file
A simple question!文件的LINK到底有什么用处?
[转载] 问一个问题how to enter a directory like "..a pub" ? Thanks
相关话题的讨论汇总
话题: size话题: 大略话题: 使用量话题: top话题: filesize