![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Rules & FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| No dbx installed | calloc | High Level Programming | 1 | 04-21-2008 07:25 AM |
| command to find out total size of a specific file size (spread over the server) | abhinov | SUN Solaris | 3 | 08-08-2007 03:48 AM |
| Installed software | wakeley | UNIX for Dummies Questions & Answers | 3 | 02-08-2005 02:59 AM |
| installed sparcwork | petold | UNIX for Dummies Questions & Answers | 2 | 05-02-2002 02:17 AM |
| I 've installed Red Hat 7.2 but ????Help | atiato | UNIX for Dummies Questions & Answers | 2 | 02-06-2002 10:37 PM |
|
|
LinkBack | Thread Tools | Display Modes |
|
|||
|
Size of Installed RAM ?
Is it possible from the command line, or by looking at one of the log files to find out the amount of RAM installed on my SCO Unix 5.05 Server?
I also need to find out H/Disk size and Processor speed but I think i'll do a search of the forums for those ones. Thanks RamblasPro |
| Forum Sponsor | ||
|
|
|
||||
|
Maybe this'll work for you - I was able to use Kelam_Magnus's example to find the amount of memory in my machine:
Amount of RAM (Memory) |
|
||||
|
From www.pcunix.com:
Check disk space with "df -v". Installed memory: "memsize". Memory usage: "sar -r 5 5" SCO: "hw -r ram" gives information about how memory is used by the system. "sar -r 5 5" gives snapshots of how much memory is available now. "hwconfig" shows devices from last boot. System information is in /var/adm logs too |
||||
| Google UNIX.COM |