![]() |
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| 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 |
| cpu, memory and virtual memory usage | ocelot | UNIX for Dummies Questions & Answers | 4 | 12-01-2008 07:57 AM |
| How can I get memory usage or anything that show memory used from sar file? | panithat | HP-UX | 1 | 03-31-2008 01:26 PM |
| CPU usage and memory usage | mansoorulhaq | High Level Programming | 1 | 08-09-2007 05:55 PM |
| Monitor CPU usage and Memory Usage | Gajanad Bihani | High Level Programming | 2 | 03-09-2005 07:35 AM |
| Memory usage in the box | ST2000 | Filesystems, Disks and Memory | 2 | 01-03-2003 02:06 PM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
may be you can use
sar -r 2 100 ( 2 is inteval time and 100 is polling number) you must see like this 10:10:40 freemem freeswap 10:10:42 54903 4945408 10:10:44 54903 4945408 the result show you in pages , that mean now this system has freemem 54903 pages if you want to calculate it to kbyte you use command pagesize that will show you like this root@sol9_e250 # pagesize 8192 that mean 1 pagesize = 8k , if your system has 54903 pages , your system has freemem = (54903 *8)/1024 ~429 MB +++++++++++++++++++++++ Second solution ( easy) you use vmstat 3 you shuold see like this kthr memory r b w swap free 0 0 0 2476904 447520 0 0 0 2473032 439552 0 0 0 2473032 439552 The memory tab , it shows memory/swap: Free, unreserved swap space (Kb). memory/free: Free memory (Kb). (Note that this will grow until it reaches lotsfree, at which point the page scanner is started. See "Paging" for more details.) ( lotsfree is one parameter in kernel that you can set it by mdb -kw ) PS: Sorry about my weak english |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|