由买买提看人间百态

topics

全部话题 - 话题: prstat
(共0页)
h**o
发帖数: 548
1
来自主题: Unix版 - 怎样把这个结果打入文件
如果用: prstat -a >>prstat.log就能存入;
如果用: prstat -a |grep abc>>prstat.log就不能存入,是怎么回事那?(假设process
abc
存在). 应该怎样才能把结果存入prstat.log?
又, 如何显示process abc 所用的cpu那? 这台机器是multiple cpus, process abc 是
single thread 程序, 即只用一个cpu.我想知道它到底耗多少cpu, 但是用prstat 等总
是显示在
multiple cpu 中耗了多少. 请问哪个命令知道占所用cpu的多少?
s****e
发帖数: 1180
2
面试中的unix, linux的几个问题,不知道自己答对了没有。望评注。
1.要查当前的cpu使用百分比,我说了ps,后来从这本书里发现,还有top, prstat,
topas,
http://sferon.dlinkddns.com/Pub/%D0%9B%D0%B8%D1%82%D0%B5%D1%80%
2.如何不用编辑器,看一个file的内容,我说了,more,less,对方没有作comments,应
该还有,cat,head, tail,对吗?
3.如何找出一个file里的某一个string,我说了grep.
4.如何找出一个file的第10行,head -10 file.txt|tail -1 >
s****e
发帖数: 1180
3
面试中的unix, linux的几个问题,不知道自己答对了没有。望评注。
1.要查当前的cpu使用百分比,我说了ps,后来从这本书里发现,还有top, prstat,
topas,
http://sferon.dlinkddns.com/Pub/%D0%9B%D0%B8%D1%82%D0%B5%D1%80%
2.如何不用编辑器,看一个file的内容,我说了,more,less,对方没有作comments,应
该还有,cat,head, tail,对吗?
3.如何找出一个file里的某一个string,我说了grep.
4.如何找出一个file的第10行, head -10 file.txt|tail -1 >
s****e
发帖数: 1180
4
面试中的unix, linux的几个问题,不知道自己答对了没有。望评注。
1.要查当前的cpu使用百分比,我说了ps,后来从这本书里发现,还有top, prstat,
topas,
http://sferon.dlinkddns.com/Pub/%D0%9B%D0%B8%D1%82%D0%B5%D1%80%
2.如何不用编辑器,看一个file的内容,我说了,more,less,对方没有作comments,应
该还有,cat,head, tail,对吗?
3.如何找出一个file里的某一个string,我说了grep.
4.如何找出一个file的第10行。head -10 file|tail -1 >
s****e
发帖数: 1180
5
面试中的unix, linux的几个问题,不知道自己答对了没有。望评注。
1.要查当前的cpu使用百分比,我说了ps,后来从这本书里发现,还有top, prstat,
topas,
http://sferon.dlinkddns.com/Pub/%D0%9B%D0%B8%D1%82%D0%B5%D1%80%
2.如何不用编辑器,看一个file的内容,我说了,more,less,对方没有作comments,应
该还有,cat,head, tail,对吗?
3.如何找出一个file里的某一个string,我说了grep.
4.如何找出一个file的第10行。head -10 file|tail -1 >
h**o
发帖数: 548
6
来自主题: Programming版 - c 语言 查 memory
I do not care heap or stack. I just want to know how much more RAM is used
after I call some malloc() in function1(). I work on Solaris OS using C
lauguage. The prstat does not give the accurate amount and besides, I want
to know how much more memory is consumed each time after function1() is
called.
D**u
发帖数: 179
7
来自主题: Unix版 - 怎样把这个结果打入文件

process
maybe you should try "prstat -a | grep abc >> pr.log
(you need blanks to separate those arguments)

time your_program?
s****e
发帖数: 1180
8
面试中的unix, linux的几个问题,不知道自己答对了没有。望评注。
1.要查当前的cpu使用百分比,我说了ps,后来从这本书里发现,还有top, prstat,
topas,
http://sferon.dlinkddns.com/Pub/%D0%9B%D0%B8%D1%82%D0%B5%D1%80%
2.如何不用编辑器,看一个file的内容,我说了,more,less,对方没有作comments,应
该还有,cat,head, tail,对吗?
3.如何找出一个file里的某一个string,我说了grep.
4.如何找出一个file的第10行。head -10 file|tail -1 >
s****e
发帖数: 1180
9
面试中的unix, linux的几个问题,不知道自己答对了没有。望评注。
1.要查当前的cpu使用百分比,我说了ps,后来从这本书里发现,还有top, prstat,
topas,
http://sferon.dlinkddns.com/Pub/%D0%9B%D0%B8%D1%82%D0%B5%D1%80%
2.如何不用编辑器,看一个file的内容,我说了,more,less,对方没有作comments,应
该还有,cat,head, tail,对吗?
3.如何找出一个file里的某一个string,我说了grep.
4.如何找出一个file的第10行。head -10 file|tail -1 >
(共0页)