<br><font size=2 face="sans-serif">I noticed  this problem too.  I
changed the entry for TOP in hobbitclient-sunos.sh to:</font>
<br>
<br><font size=2 face="sans-serif"># $TOP must be set, the install utility
should do that for us if it exists.</font>
<br><font size=2 face="sans-serif">if test "$TOP" != ""</font>
<br><font size=2 face="sans-serif">then</font>
<br><font size=2 face="sans-serif">    if  [ `expr "$TOP"
: "/usr/bin/prstat"` -ne 0  ]</font>
<br><font size=2 face="sans-serif">    then</font>
<br><font size=2 face="sans-serif">        echo "[top]"</font>
<br><font size=2 face="sans-serif">        $TOP</font>
<br><font size=2 face="sans-serif">    elif test -x "$TOP"</font>
<br><font size=2 face="sans-serif">    then</font>
<br><font size=2 face="sans-serif">        echo "[top]"</font>
<br><font size=2 face="sans-serif">        $TOP -b
20</font>
<br><font size=2 face="sans-serif">    fi</font>
<br><font size=2 face="sans-serif">fi<br>
<br>
<br>
</font>
<br>
<br>
<br>
<table width=100%>
<tr valign=top>
<td width=40%><font size=1 face="sans-serif"><b>thomas.seglard.enata@cnp.fr</b>
</font>
<p><font size=1 face="sans-serif">18/08/2006 13:38</font>
<table border>
<tr valign=top>
<td bgcolor=white>
<div align=center><font size=1 face="sans-serif">Please respond to<br>
hobbit@hswn.dk</font></div></table>
<br>
<td width=59%>
<table width=100%>
<tr valign=top>
<td>
<div align=right><font size=1 face="sans-serif">To</font></div>
<td><font size=1 face="sans-serif">hobbit@hswn.dk</font>
<tr valign=top>
<td>
<div align=right><font size=1 face="sans-serif">cc</font></div>
<td>
<tr valign=top>
<td>
<div align=right><font size=1 face="sans-serif">Subject</font></div>
<td><font size=1 face="sans-serif">[hobbit] Question on cpu test under
solaris 6->10</font></table>
<br>
<table>
<tr valign=top>
<td>
<td></table>
<br></table>
<br>
<br>
<br><font size=2><tt>Hello,<br>
<br>
I'm currently migrating to hobbit 4.2. All is going ok but I notice <br>
something strange under solaris (6->10)! Under the cpu column, I didn't
<br>
get any output, only load graph. I don't understand because it's working
<br>
fine with previous version of the client (4.1.2p1). I'm looking at the
<br>
hobbitclient-sunos.sh and find these lines :<br>
<br>
# $TOP must be set, the install utility should do that for us if it <br>
exists.<br>
if test "$TOP" != ""<br>
then<br>
    if test -x "$TOP"<br>
    then<br>
        echo "[top]"<br>
        $TOP -b 20<br>
    fi<br>
fi<br>
<br>
So, I'm opening the etc/hobbitclient.cfg and have this variable :<br>
<br>
TOP="/usr/bin/prstat -can 20 1 1"<br>
<br>
I'm launching this command from a console and it works perfectly as you
<br>
can see :<br>
<br>
root@psa129:/ # /usr/bin/prstat -can 20 1 1<br>
   PID USERNAME  SIZE   RSS STATE  PRI NICE  
   TIME  CPU PROCESS/NLWP  <br>
 20555 root     4432K 4088K cpu0    39    0
  0:00:00 0.4% prstat/1<br>
 16570 oraadm   7712K 2192K sleep   59    0  
0:00:00 0.1% sshd/1<br>
[snip]<br>
   454 root     1808K  528K sleep   59  
 0   0:00:00 0.0% ttymon/1<br>
 NPROC USERNAME  SIZE   RSS MEMORY      TIME  CPU
 <br>
   101 root      563M  227M    47%  
4:09:40 0.4%<br>
    77 oraadm    507M  189M    39%  
0:05:18 0.2%<br>
     1 smmsp    4352K  840K   0.2%  
0:00:31 0.0%<br>
    10 hobbit     11M 9336K   1.9%   0:00:23
0.0%<br>
     1 daemon   2696K 1592K   0.3%   0:00:23 0.0%<br>
Total: 221 processes, 363 lwps, load averages: 0.08, 0.14, 0.16<br>
<br>
Under my cpu test on the hobbit display I just have this line : "System
<br>
clock is 0 seconds off"<br>
Is it the new behaviour for this test or something is wrong on my <br>
configuration ? What does "System clock is 0 seconds off" mean
?<br>
<br>
Once again, thanks for all your great work !<br>
<br>
Best regards,<br>
<br>
ThomaS<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
Ce message (et toutes ses pieces jointes eventuelles) est confidentiel
et etabli a l'intention exclusive de ses destinataires.<br>
Toute utilisation de ce message non conforme a sa destination, toute diffusion
ou toute publication, totale ou partielle, est<br>
interdite, sauf autorisation expresse.<br>
L'internet ne permettant pas d'assurer l'integrite de ce message, CNP Assurances
et ses filiales declinent toute responsabilite<br>
au titre de ce message, s'il a ete altere, deforme ou falsifie.<br>
<br>
*****<br>
<br>
This message and any attachments (the "message") are confidential
and intended solely for the addressees.<br>
Any unauthorised use or dissemination is prohibited.<br>
E-mails are susceptible to alteration.<br>
Neither CNP Assurances nor any of its subsidiaries or affiliates shall
be liable for the message if altered, changed or falsified.<br>
<br>
<br>
To unsubscribe from the hobbit list, send an e-mail to<br>
hobbit-unsubscribe@hswn.dk<br>
<br>
<br>
</tt></font>
<br>