![]() |
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| UNIX for Advanced & Expert Users Expert-to-Expert. Learn advanced UNIX, UNIX commands, Linux, Operating Systems, System Administration, Programming, Shell, Shell Scripts, Solaris, Linux, HP-UX, AIX, OS X, BSD. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| How to find Total and Free Physical Memory and Logical Memory in SOLARIS 9 | 0ktalmagik | SUN Solaris | 4 | 02-03-2009 09:37 AM |
| Memory Check in SUN Solaris | rajarsi.ghosh | SUN Solaris | 4 | 07-27-2007 09:10 AM |
| Memory Consumption Commands | siebeladmin | HP-UX | 2 | 07-29-2006 02:06 PM |
| Memory related Unix commands | redlotus72 | UNIX for Dummies Questions & Answers | 2 | 06-06-2006 12:00 PM |
| Solaris Commands? | winterinchicago | SUN Solaris | 3 | 05-20-2006 09:28 AM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
Solaris Memory commands
I am using Sun Solaris 8 and would like to know if there's a command that allows me to to find out the total memory used and what kernel size in memory is.
Also, would I be able to find out what size a semaphore is in memory? Thanx in advance |
|
||||
|
other usefull commands
a usefull command is prstat
prstat -a -S rss -n `ps -ef |grep wc -l` 300 1 see: man prstat To look into the kernel see adb: adb -k /dev/ksyms /dev/mem With sysdef you can take a look to loadable modules. With swap -s you can see swap information Regards. Hugo. |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|