Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: Unix related - need some info
Vladimir Barac - posao wrote:
>
> Good day to everyone...
>
> I have two questions related to Linux and Solaris...
>
> * I need do find memory usage (physical, virtual...) of a particular
> proccess. PID is given by by "ps", but what aditional parameters I have to
> provide? At a first glance, output of "man ps" vas confusing...
This paper should help for Solaris:
http://www.sun.com/solutions/blueprints/0602/816-7191-10.pdf
Overall system memory usage: vmstat -S 5 000
> * How do I find computer's configuration - what CPU, numbers of CPUs, clock,
> amount of memory, number of harddrives, what version of OS, what OS patches
> are applied...?
This is for Solaris:
CPU: psrinfo -v
Memory: prtconf -v
CPU, Memory, and other HW Info: /usr/platform/sun4u/sbin/prtdiag -v |pg
Patches: showrev -p
Disk: Depends on what disk management software is used, eg., for Veritas: vxprint -p. The 'format' command shows all devices but requires root privs. If no disk management software is used, 'df -k' will show what you need.
-- Please see the official ORACLE-L FAQ: http://www.orafaq.com -- Author: Suzy Vordos INET: lvordos_at_qwest.com Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051 San Diego, California -- Public Internet access / Mailing Lists -------------------------------------------------------------------- To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing).Received on Mon Jun 24 2002 - 14:53:24 CDT