[SunHELP] various solaris questions
DAUBIGNE Sebastien - BOR ( SDaubigne@bordeaux-bersol.sema.slb.com )
SDaubigne at bordeaux-bersol.sema.slb.com
Fri Jul 26 09:43:55 CDT 2002
Note that the man page is not very clear on the signification of "processes
in the run-queue".
"w"/"uptime" reports the number of process runnable plus the number of
processes on any CPU ("R" and "O" states in "ps -l"), which is called
"load".
"sar"/"vmstat" only reports the number of process runnable, without process
on CPU ("R" states in "ps -l"), which is called "run queue size".
For instance, if the host has 10 CPUs, with 12 processes candidate for CPU,
"w"/"uptime" will report load average=12, as "sar"/"vmstat" will report run
queue size = 2.
---
Sebastien DAUBIGNE
sdaubigne at bordeaux-bersol.sema.slb.com <mailto:sebastien.daubigne at sema.fr>
- (+33)5.57.26.56.36
SchlumbergerSema - SGS/DWH/Pessac
-----Message d'origine-----
De: Jim Pennino [SMTP:jimp at specsol.com]
Date: vendredi 26 juillet 2002 15:30
: sunhelp at sunhelp.org
Objet: Re: [SunHELP] various solaris questions
On Fri, Jul 26, 2002 at 09:53:39AM +0200, Simon Jespersen wrote:
> Hi list!
>
> Im having a solaris 8 server, that have someting automounted in
/net what is
> that, it is not a thing i have seen in sol7. How do i configure
that,
> anybody having a link to where i can read more about this /net
> funcionallity.
>
> Next question:
>
> When i do the command: uptime i get following
> load average: 0,03, 0,06, 0,07
>
> What information can i gain out of that, what does it mean
>
> Best regards
>
>
> Simon Jespersen
> Project engineer
> Pine Tree Systems A/S
> Damhaven 5d
> DK-7100 Vejle
> Email: shj at pine.dk
> Phone: +4575724477
> _______________________________________________
> SunHELP maillist - SunHELP at sunhelp.org
> http://www.sunhelp.org/mailman/listinfo/sunhelp
First question -
In /etc/auto_master there is a line like:
/net -hosts -nosuid,nobrowse
This causes any machine that exports a file system that is mountable
by
your machine to be available as:
/net/machine-name/export-name.
Note, if you cd to /net and do a ls, you see nothing, if you ls
machine-name
you see the mounts.
Second question -
man uptime and man w.
--
Jim Pennino
_______________________________________________
SunHELP maillist - SunHELP at sunhelp.org
http://www.sunhelp.org/mailman/listinfo/sunhelp
More information about the SunHELP
mailing list