Prepare for your Next Interview
|
Welcome to the Geeks Talk forums. You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today! If you have any problems with the registration process or your account login, please contact contact us. |
This is a discussion on RAM Size in Solaris Server within the Unix/Linux forums, part of the Operating Systems category; Where can we find the size of the RAM in the Solaris server?...
|
|||||||
|
|||
|
RAM Size in Solaris Server
Where can we find the size of the RAM in the Solaris server?
|
| The Following User Says Thank You to blenda For This Useful Post: | ||
| Sponsored Links |
|
|||
|
Re: RAM Size in Solaris Server
Hi,
Some interesting facts about this topic is Solaris is a virtual memory system. The total physical memory can be seen using prtconf. as said by user . Memory is allocated in units called pages, and you can use the pagesize command to know the number of bytes per page: % /usr/bin/pagesize Actually Physical memory usage can be classified into four groups: Kernel memory mapped into kernel address space Process memory is mapped into a process address space Filesystem cache memory that is not mapped into any address space Free memory that is not mapped into any address space Let us see how to find the memory usage of each: The simplest summary of kernel memory usage comes from sar. % sar -k 1 Process memory consists of an address space divided into segments. The segments can be viewed using /usr/proc/bin/pmap on any system running Solaris 2.5 or later. % /usr/proc/bin/pmap File system has cache memory and this is the part of memory that is invisible. The memps -m command lists the files that are cached in order # memps -m | more Free memory that is not mapped into any address space Regards, Fred |
|
|||
|
Re: RAM Size in Solaris Server
Thanks a lot Nitin.....This worked....to be very specific..it is
For SunSolaris /usr/sbin/prtconf | grep Mem O/P: Memory size: 12288 Megabytes Last edited by harshasp; 09-25-2008 at 02:53 AM. |
![]() |
|
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| SCSA Solaris 9 Simulator Part I of II CX-310-014 | admin | Downloads | 15 | 07-03-2009 08:30 AM |
| Solaris 9 SCSA Simulator, Part II | admin | Downloads | 10 | 04-07-2008 05:45 AM |
| What are the New Application Frameworks in SQL Server 2005 | admin | Testing Issues | 1 | 05-30-2006 07:07 PM |
| ADO.NET new Features in SQL Server 2005 | admin | Testing Issues | 0 | 05-29-2006 07:05 PM |
| Explain about SMO in SQL Server 2005 | admin | Testing Issues | 0 | 05-29-2006 06:56 PM |