How to check RAM size on Solaris?

Use prtconf command. It is used to print system configuration.
 prtconf | head -3 |grep Mem

19 Comments »

  1. Anna said

    This worked great! Thanks!

  2. Debashis said

    No, it;s showing command not found

  3. Ameer said

    it should be showing.. maybe /usr/sbin its not in ur PATH .. try use the full path.. /usr/sbin/prtconf..

  4. Masud Imtiaz said

    Thanks, it helped me.
    One thing, if the comman is not found then first try “which prtconf” to get the fll path of the command “prtconf”, then use the full path. In most cases prtconf is under /usr/sbin/prtconf.
    If you are “root” then I don’t think you need to specify the full path, only prtconf will do.

    Masud Imtiaz

  5. Bhanu said

    Its not about root or any other variable , check your patch Env variable echo $PATH , it should have an entry for /usr/sbin/

  6. Rodrigo said

    It was very helpful thanks (Solaris 10)

  7. ajay said

    use this command

    prtconf | grep -i mem

    • mohan said

      yes ajay said is well answer to see the memory status in solaris.

  8. Rayan Sharif said

    Thanks !! It helps me….:-)

    • Adam Adil said

      hey u can simply use

      prtconf |grep -i Mem

      sar -w

  9. Tactics said

    Another easy way to check mem size is using the command:

    prtconf

  10. Thanks for sharing :-) helped me tםםץ

  11. Deepak said

    Nice one.

  12. The Linux kernel is mostly written in…
    Ans:c

  13. use this command
    prtconf | more

  14. freddo said

    prtconf | head -3 |grep Mem

  15. sasmita said

    it worked

  16. jenz said

    the memory size here means which part’s memory size?

  17. bimal said

    Thanks..

RSS feed for comments on this post · TrackBack URI

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out / Change )

Twitter picture

You are commenting using your Twitter account. Log Out / Change )

Facebook photo

You are commenting using your Facebook account. Log Out / Change )

Connecting to %s

Follow

Get every new post delivered to your Inbox.