×
prtconf | grep -i mem You can also use vmstat command. You can get a lot of information about the system. Here you can find how many percentage of MEM your application is using.
Aug 14, 2012
People also ask
To find how much free memory is currently available in the system, use the vmstat command. Look at the free column (the unit is KB). For example: -bash-3.00 ...
Jun 16, 2018 · On Solaris, you can use the command prtconf to determine how much physical memory the computer has. This command (located in /usr/sbin) ...
Mar 15, 2012 · Should you want to know how your RAM is used, run this command as root: ... Solaris 10 release ... At least we can see that free memory is the same ...
Memory CalculationWe run the below command to check if the SUN server is a zone-supported server: /usr/bin/prstat -n 1 -Z 1 1 2> /dev/null|grep -v ...
May 26, 2014 · Use /usr/sbin/prtconf|fgrep Memory to check the total installed RAM. 1 Like. Peasant May 26, 2014, 8:58am 3.
Missing: find | Show results with:find
Feb 13, 2016 · How I can clear the cache/Memory in such situation ? In Linux, I use sync ; echo 3 > /proc/sys/vm/drop_cache to release the cache. How can I ...
Oct 27, 2020 · Physical Memory Utilization in Solaris · echo "::memstat" | mdb -k · a=$(/usr/sbin/prtconf | /usr/bin/awk '/Memory/ {print $3*1024}'); vmstat 1 2 ...