[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] memory
- Subject: Re: [cobalt-users] memory
- From: Kul <WebMaster@xxxxxxx>
- Date: Fri Feb 2 13:21:24 2001
- Organization: Qax
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
garry mills wrote:
> Hi -
>
> When I look at my server status > memory page on the GUI, I have:
>
> The memory is being lightly used.
>
> Total memory on the system is 162376 KB
> Free available memory is 111428 KB
> Used memory is 50948 KB which is 31 percent of the total memory
>
> Now, when I obtained the Raq3, I was unsure about the total memory it had
> installed. Dividing 162376/1024 = 158.74 something.. with resources, I
> presume I have 160mb inside the thing?
>
> Sorry for a trivial post, my head is in bits today :-)
>
> Gavin
Hi Gavin,
You almost certainly wont have 160mb, for 2 reasons,
1) its not a binary divisable number.
2) is that it includes some Linux SWAP space (disk space used as memory)
If you really want to know how much you have, telnet/ssh to your raq3 and enter:
cat /proc/meminfo
For your cpu details:
cat /proc/cpu
There are more....
Regards
Kul