Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Mailing Lists -> Oracle-L -> RE: top in Digital UNIX ?

RE: top in Digital UNIX ?

From: Alvarez, Carlos <CAlvarez_at_uniFON.com.ar>
Date: Thu, 22 Jun 2000 12:45:48 -0300
Message-Id: <10536.110163@fatcity.com>


Hi Nicolas.

Try

while i=0
do

        echo ^[c
        ps -ef -o pcpu -o vsize -o args -o etime -o time | sort -r|head -20
        sleep 2

done

This looks like top.

> ----------
> De: VERITE Nicolas BRX/FCR[SMTP:nicolas.verite_at_francetelecom.fr]
> Responder a: ORACLE-L_at_fatcity.com
> Enviado el: Jueves 22 de Junio de 2000 06:57
> Para: Multiple recipients of list ORACLE-L
> Asunto: top in Digital UNIX ?
>
> Hi all, here is the full sentence-formed-question:
>
> Do you know if there is an equivalent of 'top'
> in Digital UNIX OSF1 ?
>
> Yeah ? Really ? What's the command ?
>
> Thanx !
>
> Nicolas VERITE - Univers Informatique - DBA Oracle
> Bureau: 01 42 21 77 80 - Mobile: 06 62 70 77 48
>
> --
> Author: VERITE Nicolas BRX/FCR
> INET: nicolas.verite_at_francetelecom.fr
>
> 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 Thu Jun 22 2000 - 10:45:48 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US