|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Get inside! Sample the range of functionality easily built with JMSL Library for Time Series Data Analysis, Heat Maps, Portfolio Optimization, Monte Carlo Simulation, Stock Price Charting and more. Download Now! |
|
#1
|
|||
|
|||
|
check the amount of ram
Hi Just got a new box and I want to check the amount of ram installed. Any ideas how i do this?
Thanks. |
|
#2
|
|||
|
|||
|
free -m in a console
|
|
#3
|
|||
|
|||
|
Hi, thanks Strike, not sure if i understnd the output though. I've got to boxes, one with 64M that gives the following reading:
free -mt total used free shared buffers cached Mem: 249 131 118 0 63 30 -/+ buffers/cache: 37 212 Swap: 188 0 188 Total: 438 131 306 And one with 256 which gives: free -mt total used free shared buffers cached Mem: 241 234 7 0 50 156 -/+ buffers/cache: 28 213 Swap: 1027 0 1027 Total: 1269 234 1034 Looks to me from the top row that the first box has more ram than the second and neither are reporting correctly. How am I supposed to read this? |
|
#4
|
|||
|
|||
|
Quote:
Looks like both boxes have about the same amount of RAM to me ... the first number in the first row is the number of MB of RAM you have (about, give or take some room for the kernel). |
|
#5
|
||||
|
||||
|
top will also give you info on RAM.
|
|
#6
|
||||
|
||||
|
You can also do cat /proc/meminfo which gives you the information in a nice formatted list.
|
|
#7
|
|||
|
|||
|
I tryed these commands and noticed that I have +- 250mb ram
MemTotal: 256700 kB MemFree: 3848 kB Mem: 250 246 3 but I don't I have 512MB how can I let linux detect the other 250MB of ram |
![]() |
| Viewing: Dev Shed Forums > Operating Systems > Linux Help > check the amount of ram |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|