![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Command similar to "touch" for modify File size | sriharshareddyk | UNIX for Advanced & Expert Users | 3 | 11-14-2007 10:43 PM |
| "sed" to check file size & echo " " to destination file | jockey007 | Shell Programming and Scripting | 6 | 11-13-2007 06:00 PM |
| Maximum input file size in "Diff" Command | Neeraja | UNIX for Dummies Questions & Answers | 1 | 01-17-2007 07:09 AM |
| Unix "at" / "Cron" Command New Problem...Need help | Mohanraj | UNIX for Dummies Questions & Answers | 3 | 01-26-2006 05:08 PM |
| can I use command "ps" to find memory leak | chenhao_no1 | High Level Programming | 5 | 07-31-2002 05:24 AM |
|
|
Submit Tools | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
Hi Everyone.-
Coul you tell me how to obtain the "Resident memory size" for any program runs on Dec TRU64 machine. What is the command in order to obtaing this value?? Best Regards Cristobal |
| Forum Sponsor | ||
|
|
|
#2
|
||||
|
||||
|
I don't know tru64, but until a tru64 expect checks in, I will try a couple of guesses.
First look at your man page ps and see if there is a way that you can specify exactly which fields to display. Both HP-UX and SunOS can do this and they a field called rss (resident set size). If you also can get your ps to display rss that should do it. There is a freeware program called top. HP-UX bundles it in with the os. And it's at freeware sites for SunOS. Top has a field called RES that also does this. I hope one of these works for you. |
||||
| Google The UNIX and Linux Forums |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|