The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > Operating Systems > SUN Solaris
.
google unix.com



SUN Solaris The Solaris Operating System, usually known simply as Solaris, is a free Unix-based operating system introduced by Sun Microsystems .

More UNIX and Linux Forum Topics You Might Find Helpful
Thread Thread Starter Forum Replies Last Post
consumption memory tagger AIX 9 10-11-2008 02:34 AM
Ghost Process + CPU consumption neal.opperman SCO 1 02-14-2008 03:53 AM
Memory Consumption Commands siebeladmin HP-UX 2 07-29-2006 01:06 PM
Kernel use of real memory daniels AIX 1 01-03-2006 11:29 PM
Memory consumption of threads Fong AIX 0 08-02-2005 11:56 AM

Reply
 
Submit Tools LinkBack Thread Tools Search this Thread Rate Thread Display Modes
  #1 (permalink)  
Old 11-18-2008
Registered User
 

Join Date: Nov 2006
Posts: 230
real memory consumption of a process

hi

pmap, prstat and ps gives the RSS which is shared memory.

I need to know the consumption of real memory. how to do that?

thx
Reply With Quote
Sponsored Links
  #2 (permalink)  
Old 11-18-2008
Registered User
 

Join Date: Dec 2007
Location: Paris
Posts: 761
"pmap -x" gives a detailed view of memory usage, both physical and virtual.

What do you mean "real memory" ?
Reply With Quote
  #3 (permalink)  
Old 11-18-2008
Registered User
 

Join Date: Oct 2008
Posts: 13
For a "top like" view you can compile Sysstat. (its easy with Sun Studio, its enough to unpack this in a shared directory an set the path tempor..
Reply With Quote
  #4 (permalink)  
Old 11-18-2008
Registered User
 

Join Date: Nov 2006
Posts: 230
pmap -x gives in my case for a single process 28.034.732 Kb.

The memory has 32G of RAM. So this 28G should be share memory...

I need to know the real size of memory consumed...
Reply With Quote
  #5 (permalink)  
Old 11-18-2008
Registered User
 

Join Date: Dec 2007
Location: Paris
Posts: 761
Can you post the output of that "pmap -x" ?

Additionally, can you post the output of these commands too:
Code:
swap -l
swap -s
vmstat 2 2
ps -edfly | sort -rn +8 | head
Reply With Quote
Google The UNIX and Linux Forums
Reply

Bookmarks

Tags
None

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes Rate This Thread
Rate This Thread:




All times are GMT -4. The time now is 09:14 PM.


Powered by: vBulletin, Copyright ©2000 - 2006, Jelsoft Enterprises Limited.
vBCredits v1.4 Copyright ©2007 - 2008, PixelFX Studios
The UNIX and Linux Forums Content Copyright ©1993-2009. All Rights Reserved.Ad Management by RedTyger

Content Relevant URLs by vBSEO 3.2.0

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66