solaris2.6 command to find/list system configuration

Hi. What command can be used to determine the system
configuration. For example I want to find out how much CPU,
how much memory, what CPU and 233mhz or 400mhz, etc.

Please help....

Try the "dmesg" command, or watch the boot messages when the machine powers up.

'prtconf' will also give you some info. Finding out the cpu speed on a system that has been up for a long time is difficult as it will have been rotated out of the /var/adm/messages file.

you can try

top

This gives you running system info as well as some hardware listing eg: memory swap # of CPU's

thanks all. That helped...