top-command
RES != CODE + DATA in the output information of the top command,why?
what \'man top\' said is: RES = CODE + DATA q: RES -- Resident size (kb) The non-swapped physical memory a task has used.[详细]
2023-04-09 11:15 分类:问答Output of top into text file, but ranked by memory
I would like to put up a batch script that include a step where I want to output the results of command \"top\" in Linux to a text file. There is one catch here though, I would like to rank the top re[详细]
2023-03-28 02:01 分类:问答How do I run a Ruby script on Linux and have the name of the script show up in TOP COMMAND instead of Ruby?
I have a bunch of scripts that run periodically as part of Gitorious, they all show up in top under command as Ruby ho开发者_如何学JAVAw do I get them to show the actual script name that is running?Hi[详细]
2023-03-13 14:21 分类:问答Descrip "top" command in Android
I\'m making a small Android application to show current total CPU usage like tab Performance in Windows Task Manager.[详细]
2023-03-08 16:45 分类:问答Why the SWAP listed in the detail list of the TOP command is greater than in the summary?
The TOP command results: Mem:3991840k total,1496328k used,2495512k free,156752k buffers **Swap**:3905528k total,**3980k** used,3901548k free,447860k cached[详细]
2023-02-15 01:01 分类:问答top command first iteration always returns the same result
When running top -b -n 1, the command alw开发者_如何学Cays returns the same CPU values. Consider the following test run 5 times in succession:[详细]
2023-02-09 03:40 分类:问答Using Top to show output of your Script
In 开发者_开发知识库my previous company, there was an engineer who showed me a demo of using top and it was displaying the output of her script. Unfortunately, I do not have any contacts with her anym[详细]
2023-02-08 05:42 分类:问答where does top gets real-time data
Where does top application gets it\'s data on Linux? I would be interested in real-time CPU load/pid data.(I read allmost all documentation in /proc/pid man page, but the info isn\'t there).开发者_Go百[详细]
2023-02-07 01:02 分类:问答Inspecting Java threads in Linux using top
I am inspecting a Java process in Linux using top -H However, I cannot read the name of the thread in the \"COMMAND\" column (because it is too long). 开发者_如何学Go If I use \'c\' to expand the f[详细]
2023-02-05 20:50 分类:问答CPU usage in top batch mode
I have a problem that makes me mad. I am running top in batch mode with the following command, top -b -n 1[详细]
2023-01-27 15:38 分类:问答