Command for RAM


 
Thread Tools Search this Thread
Operating Systems Solaris Command for RAM
# 1  
Old 03-27-2007
Command for RAM

folks, hows everyone?

just upgraded my laptop running on solaris 10 by adding some extra RAM. I did notice some improvement (increase in speed) but could not be certain the new RAM has been accepted and all is well (was concerned a bit as i almost broke it while installing :-)) and didnt get any indication of 'new hardware found' kind of thing i usually get on windows.

How can i check how much RAM do i have on my laptop?. This way i can figure out...

Thanks a lot,
-a
# 2  
Old 03-28-2007
Try "free" or "mem" or "top"
# 3  
Old 03-28-2007
jacoden, thanks a lot; none worked on solaris but mem and top worked on gnu/linux; strange it seems...
# 4  
Old 03-28-2007
Code:
$ prtconf | grep 'Memory size:'
Memory size: 16376 Megabytes
$ /usr/platform/`uname -i`/sbin/prtdiag | grep 'Memory size:'
Memory size: 16376 Megabytes

Cheers
ZB
# 5  
Old 03-28-2007
Bob, you da man; did work and real quick ;-) thanks
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

Command for finding RAM size in HP-UX

I am trying to find RAM size in my HP-UNIX server. what command I should use for this? I am using top command but not clear about below line from top o/p Memory: 1517080K (471284K) real, 1877692K (751256K) virtual, 8078944K free Page# 1/6 (3 Replies)
Discussion started by: venkatababu
3 Replies

2. Red Hat

RAM always used 100 %

Dear All, One of my Linux Server which is a Production server. I see always RAM is used fully. Eventhough Swap space is available , the system is extremely slow. I have even cleared the cache memory , but still not RAM is reduced. Kindly let me know if there are any solutions to bring... (12 Replies)
Discussion started by: jegaraman
12 Replies

3. Red Hat

Physical RAM

Hi, I have a server (BL460c) with 32G of physical RAM. It currently only uses approx 5% its capacity but will use more (not sure how much more) pending the launch of further applications. If I need to build another node of similar functionality should I consider downgrading the physical... (2 Replies)
Discussion started by: Duffs22
2 Replies

4. Shell Programming and Scripting

Retrieve RAM memory size from "top" command output

Hi, I am trying to get the system RAM size from "top" command's output by the following but it is not working. top | sed "s/^Mem.**\(*\), *//" (10 Replies)
Discussion started by: royalibrahim
10 Replies

5. UNIX for Dummies Questions & Answers

Command to check RAM usage

Hi Guys, How can i check the RAM usage for a particular user on the Linux machine. What command can be used. Thanks in advance, Swapna (1 Reply)
Discussion started by: Swapna173
1 Replies

6. Red Hat

red hat Linux 5.0 is detecting 3gb ram but physical ram is 16gb

Hi, On server 64bit Hw Arch , Linux 5.0(32bit) is installed it is showing only 3gb of ram though physical is 16gb can u give me idea why? (4 Replies)
Discussion started by: manoj.solaris
4 Replies

7. AIX

Know RAM and CPU

Dear How i can know the ( RAM and CPU ) on unix. we use AIX operating system. This is for security purposes. (10 Replies)
Discussion started by: abu_hassan
10 Replies

8. UNIX for Dummies Questions & Answers

Minimum RAM

Can anyone tell me the minimum ram requirements for suse 6.1 & mdk9 please? Will they accept edo ram? (3 Replies)
Discussion started by: onestepto
3 Replies

9. HP-UX

Ram structure

Hi all, I would like know if we can enter a command under UNIX (HPUX 10.xx) to know the hard ram memory structure . Thanks Dorian (1 Reply)
Discussion started by: Dorian
1 Replies

10. UNIX for Dummies Questions & Answers

low RAM

Hy, I've an 486 dx2 laptop an I want to run unix on it, the problem is it has only 4 megabytes of ram, so my question is; does anybody know an unix based OS which runs with only 4 mb? thanx (7 Replies)
Discussion started by: counTnegaTive
7 Replies
Login or Register to Ask a Question