[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
number of datasources in RRD's created by NCV
- To: hobbit (at) hswn.dk
- Subject: number of datasources in RRD's created by NCV
- From: "Dennis Ortsen" <dortsen (at) gmail.com>
- Date: Fri, 26 Oct 2007 10:18:43 +0200
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; bh=zviglUYku1E0k7MAo1UX6aGmtcepb2VyWL1PHwBMnWw=; b=BDIksmSs6+dnfB/8S4/MU8+1imCQnRG3cWBgpKJDDX+xVlRdvEV+YytOrofrjwqOyyo30Or0P8bcTyAQ82XcYVjeJ33UIGqj7xz3GwOEHT1nxV4urEAXTaeGthKwZ18yKXkYSU+w+t5E6eZvmEJdw0dZq1kaDIWfaPwZ3lPW84U=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=H82LgJ6oP8N4/uMSafO9YZDIFRKsS+HdxslC/L9xkCIQbjhGA3t6lGOYwyEdZ85dZA3Jy8GUZbEouQAVWyPdhsl7VvIHx6CqIdPONZYAZXdQGQzi3aIkNCoLwY2QE0BgpsdPnRxIpWj6BAaXLCKByKESrQSz72Wnz+F3y8PC1gk=
Hi all,
I've added a custom test to a host that sends (performance)
information about the mysql daemon that's running on it.
The data on the status page of that mysql test looks like this:
threads : 53
queries per sec : 386
slow queries : 0
All values are absolute (GAUGE) so I added this NCV tag in hobbitserver.cfg:
NCV_mysql="threads:GAUGE,queriespersec:GAUGE,slowqueries:GAUGE"
I also added "mysql=ncv" to the TEST2RRD list in hobbitserver.cfg I
kicked the hobbit daemons so the hobbitserver.cfg file would be read
again. The RRD file is created on the hobbit server after the client
has sent its data. When I check with `rrdtool dump mysql.rrd` I only
see the first two datasources (threads and queriespersec). The
third/last datasource isn't created/updated in the RRD file, although
you'd expect that according to the NCV_mysql tag in hobbitserver.cfg.
Is there a limitation in the maximum number of datasources the NCV
graphing can handle?
I'm running hobbit 4.2.0 on both client and server BTW.
Thanks in advance,
Br.
Dennis