由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Programming版 - Monitor process memory usage in Fedora core
相关主题
[转载] help me on memory problem哪里能看一下fedora glibc 的 make configuration (转载)
请教kdevelop 3.4版怎么样才能用autocomplete?[合集] 问一个WindowsXp下用VS2003.Net编译的应用程序的问题
Linux升级问题(Fedora to ???)命令行模式下可以安装的完整的gcc软件包
关于SELinux (转载)怎样使Linux 开机直接进入GUI的登录界面? (转载)
运行时间比较Question about memset() and memmove() size limit
一个奇怪的library linking问题(c++, boost.python, shared li (转载)在浏览器下执行php copy 命令失败
[合集] question about a static pointer in a member functionPython就是爽
windows boot 问题,紧急求救!!!!!CentOS back to Redhat Inc. LOL
相关话题的讨论汇总
话题: fedora话题: usage话题: monitor话题: memory话题: process
进入Programming版参与讨论
1 (共1页)
I**********s
发帖数: 441
1
Is there any way to get the peak memory usage of a process in Fedora core?
I'm measuring memory usage of my program.
Now directly reading from the system monitor,
which may not be accurate,
and there may be no reading if the program finishes fast.
b******n
发帖数: 592
2
why not keep track of it inside your program.

【在 I**********s 的大作中提到】
: Is there any way to get the peak memory usage of a process in Fedora core?
: I'm measuring memory usage of my program.
: Now directly reading from the system monitor,
: which may not be accurate,
: and there may be no reading if the program finishes fast.

f**y
发帖数: 138
3
Read VmPeak from /proc/[pid]/status before process exists.
f**y
发帖数: 138
4
mallinfo() api call also gives lots of details.
1 (共1页)
进入Programming版参与讨论
相关主题
CentOS back to Redhat Inc. LOL运行时间比较
aws 选择哪个 Linux 好操作?一个奇怪的library linking问题(c++, boost.python, shared li (转载)
ubuntu用了几个礼拜,小孩强烈要求换回fedora[合集] question about a static pointer in a member function
Usage of Grep???help!!!windows boot 问题,紧急求救!!!!!
[转载] help me on memory problem哪里能看一下fedora glibc 的 make configuration (转载)
请教kdevelop 3.4版怎么样才能用autocomplete?[合集] 问一个WindowsXp下用VS2003.Net编译的应用程序的问题
Linux升级问题(Fedora to ???)命令行模式下可以安装的完整的gcc软件包
关于SELinux (转载)怎样使Linux 开机直接进入GUI的登录界面? (转载)
相关话题的讨论汇总
话题: fedora话题: usage话题: monitor话题: memory话题: process