- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Physical memory and type
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-19-2004 09:07 PM
04-19-2004 09:07 PM
Physical memory and type
Hi,
Sorry for silly questions, I am very new to Linux. How can I know how much physical memory a system has and what type of memory they are.
TIA
Shahul
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-19-2004 09:19 PM
04-19-2004 09:19 PM
Re: Physical memory and type
3 commands:
cat /proc/meminfo
vmstat
free
Don't know how to display the type.
Peace, R.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-19-2004 09:33 PM
04-19-2004 09:33 PM
Re: Physical memory and type
Hi,
Please find below meminfo content. Could you please tell me what is the size of physical memory installed in system.
[root@nepal proc]# more meminfo
total: used: free: shared: buffers: cached:
Mem: 921235456 918007808 3227648 573440 122527744 680202240
Swap: 1341087744 131072 1340956672
MemTotal: 899644 kB
MemFree: 3152 kB
MemShared: 560 kB
Buffers: 119656 kB
Cached: 664132 kB
SwapCached: 128 kB
Active: 481576 kB
Inact_dirty: 260012 kB
Inact_clean: 42888 kB
Inact_target: 229376 kB
HighTotal: 0 kB
HighFree: 0 kB
LowTotal: 899644 kB
LowFree: 3152 kB
SwapTotal: 1309656 kB
SwapFree: 1309528 kB
TIA
Shahul
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-19-2004 10:58 PM
04-19-2004 10:58 PM
Re: Physical memory and type
Shoud be
MemTotal: 899644 kB
Peace, R.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-20-2004 06:26 AM
04-20-2004 06:26 AM
Re: Physical memory and type
free -m will give you the memory in Megaytes, which is usually a bit easier to read.
Greetings, Martin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-20-2004 06:36 AM
04-20-2004 06:36 AM
Re: Physical memory and type
can be gathered using lshw http://ezix.sourceforge.net/software/lshw.html
For my system it produces output like this
*-bank:0 UNCLAIMED
description: DIMM Synchronous 266 MHz (3.8 ns)
product: 16VDDT6464AG-265C4
vendor: JEDEC ID:2C FF FF FF FF FF FF FF
physical id: 0
serial: A2582A74
slot: DIMM1
size: 512MB
clock: 266MHz (3.7594ns)
configuration: width=64
HTH, Martin