How to the configuration of the system


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers How to the configuration of the system
# 1  
Old 09-29-2001
How to the configuration of the system

How to know configuration information of the system.

like

(1) memory assigned for RAM - ?
(2) How much is the Hard disk -?
(3) processor

I used uname and du -k commands. But i couldn't get information about RAM.

which command gives this info
# 2  
Old 09-29-2001
There is a utility program called "top"
that will give you all sorts of information
including memory and swapspace...

11:49am up 80 days, 22:35, 2 users, load average: 0.08, 0.03, 0.00
57 processes: 55 sleeping, 2 running, 0 zombie, 0 stopped
CPU states: 0.0% user, 0.1% system, 0.0% nice, 99.8% idle
Mem: 513536K av, 197540K used, 315996K free, 0K shrd, 24764K buff
Swap: 1542200K av, 0K used, 1542200K free 94740K cached

...you may or may not have it on your system.
you can get it at:
http://bioinfo1.mbfys.lu.se/TOP/ftptop.html
# 3  
Old 09-29-2001
Smilie


Oops!!!

Sorry, I gave you the wrong URL before.
This is the right one:
http://www.groupsys.com/topinfo/
# 4  
Old 09-29-2001
What exact version and flovor of UNIX are you using. There are different utilities which are specific to an OS to give system information. In Solaris, dmesg will give a lot of info, as will prtdiag. Read the man page on them, the path to prtdiag has a hardware dependancy. mpstat will give processor info.
 
Login or Register to Ask a Question

Previous Thread | Next Thread

8 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Wich tool for check that two system have the same configuration

Hello , On a couple of system I have to check that systems have the same configuration. This system are part of manual cluster but when application are going to switch from one side to another side I would like to be sure I am not going to experience incidents. It is why I wonder if on the web... (2 Replies)
Discussion started by: xavier38450
2 Replies

2. Shell Programming and Scripting

my system configuration

Here with I am submitting a script , which is made for my use. It may be useful for anyone. I did't given in functions and all.... I am posting in this forum , because anyone can reply to this thread , for any change/addition. And yea , suggestions awaiting..:) #!/bin/bash # #... (3 Replies)
Discussion started by: linuxadmin
3 Replies

3. Solaris

system configuration

how to identify if the machine is sun4u ? is this model a sun4u machine ? Model : Sun Ultra 5/10 UPA/PCI (UltraSPARC-IIi 300MHz), (2 Replies)
Discussion started by: sudhiroracle
2 Replies

4. Shell Programming and Scripting

To check the system configuration on Sun solaris

Hi, Could you pls. let me know what is cammand in unix to check the system configuration on Sun solaris. Thanks in advance. Cheers (2 Replies)
Discussion started by: krackjack
2 Replies

5. UNIX for Advanced & Expert Users

Script to get system configuration

Hi, We have >1000 UNIX boxes in our environment with various UNIX flavors like Solaris, HP-UX and Redhat Linux ES 3/4/5. We need to collect their system configuration like - No. of CPUs and their frequencies - RAM Size - No. of HDDs installed and their usage - Exact OS Version and its... (3 Replies)
Discussion started by: prvnrk
3 Replies

6. Shell Programming and Scripting

System Configuration Extraction

Hi All, Im trying to extract a bunch of systems configuration. I have created a file called data.txt and used the below scripts to run extraction of data. Content of data.txt: /etc/passwd /etc/shadow /etc/cron.allow On the Linux terminal, I entered the following commands to execute my... (4 Replies)
Discussion started by: nerd
4 Replies

7. UNIX for Dummies Questions & Answers

Gathering system configuration

Hi there, I have been asked to write a script that gathers enough information on our Sun Solaris machines to be able to rebuild and configure them if they should go pop. My question is does anybody have any suggestions on the files that I need to take a copy of, to ensure that everything is... (4 Replies)
Discussion started by: hcclnoodles
4 Replies

8. UNIX for Dummies Questions & Answers

System boot configuration

On my PC I have two hard disks, the first with Windows 98 SE and the second with Linux Mandrake 8.0 (Traktopel). When I have installed Linux, it has modified the boot record of the 1st HD and it has added a graphic menu (LILO) for selecting the OS to use. By default, if I don't press a key, Linux... (2 Replies)
Discussion started by: robotronic
2 Replies
Login or Register to Ask a Question