Total ram


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers Total ram
# 1  
Old 04-25-2002
Question Total ram

Hi
How can i find the total ram in the system?
Smilie
# 2  
Old 04-25-2002
Use the "dmesg" command

[enter] ~> dmesg
Copyright (c) 1992-2002 The FreeBSD Project.
Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994
The Regents of the University of California. All rights reserved.
FreeBSD 4.5-STABLE #1: Mon Apr 22 20:12:17 EEST 2002
root@hostname.net:/usr/obj/usr/src/sys/ENTER
Timecounter "i8254" frequency 1193182 Hz
CPU: AMD Duron(tm) Processor (701.60-MHz 686-class CPU)
Origin = "AuthenticAMD" Id = 0x631 Stepping = 1
Features=0x183f9ff<FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,MMX,FXSR>
AMD Features=0xc0440000<<b18>,AMIE,DSP,3DNow!>
real memory = 134152192 (131008K bytes)
avail memory = 125169664 (122236K bytes)
Preloaded elf kernel "kernel" at 0xc0530000.
VESA: v3.0, 4096k memory, flags:0x1, mode table:0xc0491042 (1000022)
VESA: NVidia
netsmb_dev: loaded
Pentium Pro MTRR support enabled
md0: Malloc disk
Using $PIR table, 7 entries at 0xc00fddc0
npx0: <math processor> on motherboard
npx0: INT 16 interface
# 3  
Old 04-25-2002
Its telling can't read kernal memory.
# 4  
Old 04-25-2002
on SUN OS "top" works fine, for AIX I think "topas" could help

the output for top is:

last pid: 11715; load averages: 0.07, 0.07, 0.07 13:03:28
69 processes: 68 sleeping, 1 on cpu
CPU states: 97.1% idle, 0.5% user, 1.0% kernel, 1.4% iowait, 0.0% swap
Memory: 1024M real, 589M free, 181M swap in use, 2566M swap free

PID USERNAME THR PRI NICE SIZE RES STATE TIME CPU COMMAND
22910 iontrade 1 58 0 4344K 2752K sleep 0:05 3.46% xterm
16789 iontrade 1 46 4 6888K 6136K sleep 18:44 0.78% OpenTradeGatewa
19238 gateadm 1 52 2 6400K 4248K sleep 0:33 0.16% brcrec
548 root 1 59 -5 8184K 6824K sleep 102:16 0.09% dt_dist


hope this helps...

BRGDS,

Frank
# 5  
Old 04-25-2002
Bug ram

well my os is HPUX 11.0. but top works fine. i did not notice it in top. thanks for bringing it to my attention.
 
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

How to read total RAM in GBs?

I am aware of the commands to find the total RAM on Linux and Unix for example vmstat. Can you please tell me which tool / command can give me the Total RAM reading in GBs on Solaris Unix and Linux ? (2 Replies)
Discussion started by: mohtashims
2 Replies

2. UNIX for Dummies Questions & Answers

Total RAM not recognised

Hi We have a redhat 4 with 8GB ram in it but free -m only recognises 3 GB of total ram please could some one help me why this happens HP syetems insight manager showing 4* 2 GB RAMS # free -m total used free shared buffers cached Mem: 3290... (6 Replies)
Discussion started by: robo
6 Replies

3. Shell Programming and Scripting

Help with sum total number of record and total number of record problem asking

Input file SFSQW 5192.56 HNRNPK 611.486 QEQW 1202.15 ASDR 568.627 QWET 6382.11 SFSQW 4386.3 HNRNPK 100 SFSQW 500 Desired output file SFSQW 10078.86 3 QWET 6382.11 1 QEQW 1202.15 1 HNRNPK 711.49 2 ASDR 568.63 1 The way I tried: (2 Replies)
Discussion started by: patrick87
2 Replies

4. Shell Programming and Scripting

Calculate total space, total used space and total free space in filesystem names matching keyword

Good afternoon! Im new at scripting and Im trying to write a script to calculate total space, total used space and total free space in filesystem names matching a keyword (in this one we will use keyword virginia). Please dont be mean or harsh, like I said Im new and trying my best. Scripting... (4 Replies)
Discussion started by: bigben1220
4 Replies

5. 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

6. Shell Programming and Scripting

View the Server Total Ram in GB

Hello, I want to view server RAM in GB i.e 4 GB or 6 GB via command line to use it in bash script waiting Any Ideas :) Thanks :):) (2 Replies)
Discussion started by: LinuxCommandos
2 Replies

7. UNIX for Dummies Questions & Answers

grep running total/ final total across multiple files

Ok, another fun hiccup in my UNIX learning curve. I am trying to count the number of occurrences of an IP address across multiple files named example.hits. I can extract the number of occurrences from the files individually but when you use grep -c with multiple files you get the output similar to... (5 Replies)
Discussion started by: MrAd
5 Replies

8. HP-UX

How should I know the total RAM available on UNIX

Hi How Should I know the Total RAM available on HP-UX box? (7 Replies)
Discussion started by: skull123
7 Replies

9. HP-UX

RAM size

hi, while i am working in hpux 11.23 using a telnet connection how do i check the RAM size and hard disk size? (4 Replies)
Discussion started by: sekar sundaram
4 Replies
Login or Register to Ask a Question