Isn't that reported by the client as part of the big local checkout message.  If you click through one of the cpu, disk, memory or procs dots, then click through the "client data available" link near the bottom of the page, you'll see the report.  It'll start something like this:<br>
<br><pre><font size="2"><font size="4"><span style="font-family: arial,helvetica,sans-serif;">     client servername.linux linux</span><br style="font-family: arial,helvetica,sans-serif;"><span style="font-family: arial,helvetica,sans-serif;">     [date]</span><br style="font-family: arial,helvetica,sans-serif;">
<span style="font-family: arial,helvetica,sans-serif;">     Thu Nov 20 09:53:28 CST 2008</span><br style="font-family: arial,helvetica,sans-serif;"><span style="font-family: arial,helvetica,sans-serif;">     [uname]</span><br style="font-family: arial,helvetica,sans-serif;">
<span style="font-family: arial,helvetica,sans-serif;">     Linux servername 2.6.22-gentoo-r4 sparc64</span><br style="font-family: arial,helvetica,sans-serif;"><span style="font-family: arial,helvetica,sans-serif;">     [osversion]</span><br style="font-family: arial,helvetica,sans-serif;">
<span style="font-family: arial,helvetica,sans-serif;">     Gentoo Base System release <a href="http://1.12.11.1">1.12.11.1</a></span><br style="font-family: arial,helvetica,sans-serif;"><span style="font-family: arial,helvetica,sans-serif;">     [uptime]</span><br style="font-family: arial,helvetica,sans-serif;">
<span style="font-family: arial,helvetica,sans-serif;">     09:53:28 up 14 days, 20:40,  0 users,  load average: 0.00, 0.00, 0.00</span></font><br></font></pre><br>Ralph Mitchell<br><br><br><div class="gmail_quote">On Thu, Nov 20, 2008 at 9:06 AM, michael nemeth <span dir="ltr"><<a href="mailto:michael.nemeth@lmco.com">michael.nemeth@lmco.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Henrik suggest this awhile ago:<div class="Ih2E3d"><br>
$BBHOME/server/bin/bb <a href="http://127.0.0.1" target="_blank">127.0.0.1</a> 'hobbitdboard fields=BBH_OS test=info' <br></div>
So I'm not sure were hobbit gets the  BBH_OS<div><div></div><div class="Wj3C7c"><br>
Root, Paul wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
I wrote a script that does a similar thing. It connects to each machine<br>
and does a uname. Being Solaris centric, I split it up by solaris version (and zone). <br>
I ran your script on my server, and it gives me 50 more machines than I<br>
think I have. It certainly doesn't add up to the entries in the bb-hosts file. <br>
I print out a chart of each machine's level then sum it up like this:<br>
<br>
Host Count:<br>
    noconn : 29<br>
      zone : 57<br>
       5.7 : 2<br>
       5.8 : 2<br>
       5.9 : 11<br>
      5.10 : 32<br>
     nossh : 44<br>
     Linux : 7<br>
     TOTAL : 184<br>
<br>
<br>
I haven't had time, but I need/want to graph this. <br>
<br>
<br>
Paul Root<br>
Lead Internet Systems Eng<br>
Network Services<br>
 <br>
-----Original Message-----<br>
From: michael nemeth [mailto:<a href="mailto:michael.nemeth@lmco.com" target="_blank">michael.nemeth@lmco.com</a>] Sent: Thursday, November 20, 2008 7:11 AM<br>
To: <a href="mailto:hobbit@hswn.dk" target="_blank">hobbit@hswn.dk</a><br>
Subject: [hobbit] os count<br>
<br>
Did did a little perl program that does an os count produces count like<br>
hp-ux   3<br>
linux      1<br>
sunos    38.<br>
<br>
Run as a stand alone did not see the need to run out of hobbit.<br>
But Henrik wouldn't this be easy enough to add in to bbtest?<br>
Here it is:<br>
<br>
#!/usr/local/bin/perl<br>
eval 'exec /usr/local/bin/perl -S $0 ${1+"$@"}'<br>
    if $running_under_some_shell;<br>
                        # this emulates #! processing on NIH machines.<br>
                        # (remove #! line above if indigestible)<br>
<br>
eval '$<br>
</blockquote>
<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
'.$1.'$2;' while $ARGV[0] =~ /^([A-Za-z_0-9]+=)(.*)/ && shift;<br>
                        # process any FOO=bar switches<br>
<br>
$[ = 1;                 # set array base to 1<br>
$BBHOME="/home/mnemeth/sunhobbit/";<br>
open (HOB, "$BBHOME/server/bin/bb <a href="http://127.0.0.1" target="_blank">127.0.0.1</a> 'hobbitdboard fields=BBH_OS test=info' |") ;<br>
<br>
while (<HOB>) {<br>
    chomp;      # strip record separator<br>
    @Fld = split(' ', $_, -1);<br>
<br>
    for ($i = 1; $i <= $#Fld; $i++) {<br>
        $freq{$Fld[$i]}++;<br>
    }<br>
}<br>
<br>
foreach $word (sort keys %freq) {<br>
    printf "%s\t%d\n", $word, $freq{$word};<br>
}<br>
<br>
<br>
To unsubscribe from the hobbit list, send an e-mail to<br>
<a href="mailto:hobbit-unsubscribe@hswn.dk" target="_blank">hobbit-unsubscribe@hswn.dk</a><br>
<br>
<br>
<br>
This communication is the property of Qwest and may contain confidential or<br>
privileged information. Unauthorized use of this communication is strictly prohibited and may be unlawful.  If you have received this communication in error, please immediately notify the sender by reply e-mail and destroy all copies of the communication and any attachments.<br>

<br>
To unsubscribe from the hobbit list, send an e-mail to<br>
<a href="mailto:hobbit-unsubscribe@hswn.dk" target="_blank">hobbit-unsubscribe@hswn.dk</a><br>
<br>
<br>
<br>
  <br>
</blockquote>
<br>
<br>
To unsubscribe from the hobbit list, send an e-mail to<br>
<a href="mailto:hobbit-unsubscribe@hswn.dk" target="_blank">hobbit-unsubscribe@hswn.dk</a><br>
<br>
<br>
</div></div></blockquote></div><br>