On Tue, Nov 09, 2004 at 07:56:35PM -0300, Cristian Rodriguez wrote:
> el ROOT de UN SERVIDOR va a instalar una actualizacion que no venga
> desde el fabricante ni este firmada por el mismo?
>
> mm.-...eso,seria otra clase de problema...un problema ..layer 8... :)
Tambien conocido como "ingenieria social", que AFAIK es lo que decia
el articulo.
--
Alvaro Herrera (<[EMAIL PROTECTED]>)
Syntax error: function hell() needs an argument.
Please choose what hell you want to involve.
From [EMAIL PROTECTED] Tue Nov 9 22:30:06 2004
From: [EMAIL PROTECTED] (Gustavo Chain)
Date: Tue Nov 9 22:30:02 2004
Subject: /proc/stat
In-Reply-To: <[EMAIL PROTECTED]>
References: <[EMAIL PROTECTED]> <[EMAIL PROTECTED]>
<[EMAIL PROTECTED]> <[EMAIL PROTECTED]>
Message-ID: <[EMAIL PROTECTED]>
El Tue, 09 Nov 2004 22:02:25 -0300
Davor Buvinic <[EMAIL PROTECTED]> escribio:
> Gustavo Chain wrote:
> [...]
>
> > Revisé el man pero no concuerda con lo q me arroja el /prco/stat
> >
> >El man dice:
> > cpu 3357 0 4313 1362393
> >
> >Mi /proc/stat dice:
> > cpu 17218 0 2490 139735 9141 130 195
> >
> >
> El manual dice:
> /proc/stat kernel/system statistics. *Varies with architecture*.
> *Common entries include:*, te fijaste en eso?
>
> Revisa el archivo proc.txt, dentro del directorio
> Documentation/filesystems de los fuentes del kernel que utilices. En mi
> caso (vanilla 2.6.9):
>
> 1.8 Miscellaneous kernel statistics in /proc/stat
> -------------------------------------------------
>
> [...] The meanings of the columns are as follows, from left to right:
>
> - user: normal processes executing in user mode
> - nice: niced processes executing in user mode
> - system: processes executing in kernel mode
> - idle: twiddling thumbs
> - iowait: waiting for I/O to complete
> - irq: servicing interrupts
> - softirq: servicing softirqs
>
> - Davor
>
ok, gracias!