<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:x="urn:schemas-microsoft-com:office:excel" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40">

<head>
<meta http-equiv=Content-Type content="text/html; charset=us-ascii">
<meta name=Generator content="Microsoft Word 12 (filtered medium)">
<style>
<!--
 /* Font Definitions */
 @font-face
        {font-family:"Cambria Math";
        panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
@font-face
        {font-family:Tahoma;
        panose-1:2 11 6 4 3 5 4 4 2 4;}
 /* Style Definitions */
 p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0in;
        margin-bottom:.0001pt;
        font-size:12.0pt;
        font-family:"Times New Roman","serif";}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:purple;
        text-decoration:underline;}
p
        {mso-style-priority:99;
        mso-margin-top-alt:auto;
        margin-right:0in;
        mso-margin-bottom-alt:auto;
        margin-left:0in;
        font-size:12.0pt;
        font-family:"Times New Roman","serif";}
span.EmailStyle18
        {mso-style-type:personal-reply;
        font-family:"Calibri","sans-serif";
        color:#1F497D;}
.MsoChpDefault
        {mso-style-type:export-only;}
@page Section1
        {size:8.5in 11.0in;
        margin:1.0in 1.0in 1.0in 1.0in;}
div.Section1
        {page:Section1;}
-->
</style>
<!--[if gte mso 9]><xml>
 <o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
 <o:shapelayout v:ext="edit">
  <o:idmap v:ext="edit" data="1" />
 </o:shapelayout></xml><![endif]-->
</head>

<body lang=EN-US link=blue vlink=purple>

<div class=Section1>

<p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";
color:#1F497D'>I didn’t see anything getting truncated in the hobbitd
column.  But when I ran the script it wouldn’t show up on the column
for the hobbit display.  Currently the file is 40K in size.  The size
of the file I was sending before was 300K.  Don’t know if that gives
you anymore info.<o:p></o:p></span></p>

<p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";
color:#1F497D'><o:p> </o:p></span></p>

<p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";
color:#1F497D'>-Josh<o:p></o:p></span></p>

<p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";
color:#1F497D'><o:p> </o:p></span></p>

<div style='border:none;border-top:solid #B5C4DF 1.0pt;padding:3.0pt 0in 0in 0in'>

<p class=MsoNormal><b><span style='font-size:10.0pt;font-family:"Tahoma","sans-serif"'>From:</span></b><span
style='font-size:10.0pt;font-family:"Tahoma","sans-serif"'> Ralph Mitchell
[mailto:ralphmitchell@gmail.com] <br>
<b>Sent:</b> Tuesday, August 05, 2008 2:09 PM<br>
<b>To:</b> hobbit@hswn.dk<br>
<b>Subject:</b> Re: [hobbit] Script limits<o:p></o:p></span></p>

</div>

<p class=MsoNormal><o:p> </o:p></p>

<div>

<p class=MsoNormal>On Tue, Aug 5, 2008 at 12:56 PM, Joshua Krause <<a
href="mailto:forums@triadbiz.rr.com">forums@triadbiz.rr.com</a>> wrote:<o:p></o:p></p>

<div>

<blockquote style='border:none;border-left:solid #CCCCCC 1.0pt;padding:0in 0in 0in 6.0pt;
margin-left:4.8pt;margin-right:0in'>

<div>

<div>

<p>What are the limits of data that is sent to hobbit via a script?  I
have thrown together a perl script that grabs data from a file and then sends
to hobbit in a table format.  At first I was trying to send the table with
a kinda of pretty html format so that when you goto a view source it was easily
readable.  Well that wasn't working cause the file wasn't getting updated
in hobbit.  I piped the output of the script to a text file and and did a
line count on it.  It had about 4000 lines in the file that was being sent
to hobbit.  So I took all the lines returns away and made it all one line
and it gets to hobbit now.  But I am wanting to get a little bit more in
there with graphing and didn't know if I was needing to look at a line limit
that hobbit is able to accept.<o:p></o:p></p>

</div>

</div>

</blockquote>

<div>

<p class=MsoNormal><br>
Dunno about line limits, but there are some byte limits mentioned in the
hobbitserver.cfg man page<br>
<br>
   <a
href="http://www.hswn.dk/hobbit/help/manpages/man5/hobbitserver.cfg.5.html#lbAJ">http://www.hswn.dk/hobbit/help/manpages/man5/hobbitserver.cfg.5.html#lbAJ</a><br>
<br>
For example:<br>
<br>
<o:p></o:p></p>

<p class=MsoNormal>     MAXMSG_STATUS<o:p></o:p></p>

<p class=MsoNormal style='margin-left:.5in'>The maximum size of a
"status" message in kB, default: 256. Status messages are the ones
that end up as columns on the web display. The default size should be adequate
in most cases, but some extension scripts can generate very large status
messages - close to 1024 kB. You should only change this if you see messages in
the hobbitd log file about status messages being truncated. <o:p></o:p></p>

<p class=MsoNormal style='margin-bottom:12.0pt'>Does the log show any messages
being truncated??<br>
<br>
Ralph Mitchell<o:p></o:p></p>

</div>

</div>

</div>

</div>

</body>

</html>