[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [hobbit] Script limits
- To: hobbit (at) hswn.dk
- Subject: Re: [hobbit] Script limits
- From: "Ralph Mitchell" <ralphmitchell (at) gmail.com>
- Date: Tue, 5 Aug 2008 13:09:16 -0500
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:in-reply-to:mime-version:content-type:references; bh=lqiv2QRsot2Vv4ExnnuyHcV6d8/DsQSD3ms04G8REKU=; b=VIkqRWnSCcwww6oNFw+OqlAqozG5phOS82lJ+9u0IUXigZ6ZTLwq6oBCPxhU5lBO7d eZgfvX4W6F6Co8yNRiAEyqlFIMDiGZuv6dkgjD/W8TY/4o7e1FTIz4opKNt6UV3GKOIp Bfw8RDI3DT+b49cUjRpkPM5KdkbwJprXzjVXE=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version :content-type:references; b=PT2zUzXd03wQN7Nst1KjTt6Pp/4SoaDXb+/RReHvSBWeqF5h+FgmgEY/tNGN+P8pXs GMaCiWq2llr/NSwD85WUwwRNRkLoSsZ6RE72w/MJHbwgphhTNXkgGj9t/LJSUQFkeHKP VekP3D1J+0chuW+UGg7snGeKncMr2cer19+kg=
- References: <010f01c8f724$99466570$cbd33050$ (at) rr.com>
On Tue, Aug 5, 2008 at 12:56 PM, Joshua Krause <forums (at) triadbiz.rr.com>wrote:
> 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.
>
Dunno about line limits, but there are some byte limits mentioned in the
hobbitserver.cfg man page
http://www.hswn.dk/hobbit/help/manpages/man5/hobbitserver.cfg.5.html#lbAJ
For example:
MAXMSG_STATUS 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. Does the log show any messages being
truncated??
Ralph Mitchell