Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: HPUX
> Jerry C <usidba_at_yahoo.com> on 09/04/01 07:42:10 -0800
>
> > How do you show swap on hpux?
> >
> > How about memory? Is there anything like prtdiag on Solaris?
On Tue, 4 Sep 2001, lembark_at_wrkhors.com wrote:
>
> vmstat 5;
On HP-UX, vmstat does not display information about swap space allocation and usage.
A more appropriate utility for looking at swap infomration is /usr/sbin/swapinfo.
As for memory, the easiest and most readable way is to look at the syslog with the dmesg utility to see the memory report from the last boot:
# /usr/sbin/dmesg | grep -i phy
physical page size = 4096 bytes, logical page size = 4096 bytes Physical: 16777216 Kbytes, lockable: 13143088 Kbytes, available: 15072256 Kbytes
You must be root to run dmesg on most systems.
Other ways to display memory information are outlined in the following Q&A on the HP site:
http://forums.itrc.hp.com/cm/QuestionAnswer/1,1150,0x93f6a12d6d27d5118fef0090279cd0f9,00.html
-- Jeremiah Wilton http://www.speakeasy.net/~jwilton -- Please see the official ORACLE-L FAQ: http://www.orafaq.com -- Author: Jeremiah Wilton INET: jwilton_at_speakeasy.net 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 Tue Sep 04 2001 - 11:37:37 CDT
![]() |
![]() |