RRDTool 1.3 available for download
Moderators: Developers, Moderators
RRDTool 1.3 available for download
Recently the beta for rrdtool 1.3 was released. (actual versioning is 1.2.99907080300) - information available here
I went ahead and began playing with it in test and having found no problems; moved it into production.
Combined with the Boost Plugin I found the write process to be about 15-20% faster with 1.3 versus 1.2.23.
Boost Stats: RRDTool 1.2.23
Last Start Time: 2007-08-07 13:26:14
Last Run Duration: 472.9507 Seconds
RRD's Updated: 252231
Boost Stats: RRDTool 1.3
Last Start Time: 2007-08-07 16:56:12
Last Run Duration: 424.6944 Seconds
RRD's Updated: 315157
# Being that this is beta code please remember that you are using it at your own risk.
I went ahead and began playing with it in test and having found no problems; moved it into production.
Combined with the Boost Plugin I found the write process to be about 15-20% faster with 1.3 versus 1.2.23.
Boost Stats: RRDTool 1.2.23
Last Start Time: 2007-08-07 13:26:14
Last Run Duration: 472.9507 Seconds
RRD's Updated: 252231
Boost Stats: RRDTool 1.3
Last Start Time: 2007-08-07 16:56:12
Last Run Duration: 424.6944 Seconds
RRD's Updated: 315157
# Being that this is beta code please remember that you are using it at your own risk.
- fmangeant
- Cacti Guru User
- Posts: 2345
- Joined: Fri Sep 19, 2003 8:36 am
- Location: Sophia-Antipolis, France
- Contact:
Hi
I'm using RRDtool 1.3 beta 1 on a test system, and it works fine (with Cacti 0.8.6k beta 2).
RRDtool 1.3 needs Cairo/Pango for graphing, and does not need TTF fonts anymore (in fact no font is provided).
Graphs look different :
I'm using RRDtool 1.3 beta 1 on a test system, and it works fine (with Cacti 0.8.6k beta 2).
RRDtool 1.3 needs Cairo/Pango for graphing, and does not need TTF fonts anymore (in fact no font is provided).
Graphs look different :
- 1.2.23
- 1.3 beta 1
[size=84]
[color=green]HOWTOs[/color] :
[list][*][url=http://forums.cacti.net/viewtopic.php?t=15353]Install and configure the Net-SNMP agent for Unix[/url]
[*][url=http://forums.cacti.net/viewtopic.php?t=26151]Install and configure the Net-SNMP agent for Windows[/url]
[*][url=http://forums.cacti.net/viewtopic.php?t=28175]Graph multiple servers using an SNMP proxy[/url][/list]
[color=green]Templates[/color] :
[list][*][url=http://forums.cacti.net/viewtopic.php?t=15412]Multiple CPU usage for Linux[/url]
[*][url=http://forums.cacti.net/viewtopic.php?p=125152]Memory & swap usage for Unix[/url][/list][/size]
[color=green]HOWTOs[/color] :
[list][*][url=http://forums.cacti.net/viewtopic.php?t=15353]Install and configure the Net-SNMP agent for Unix[/url]
[*][url=http://forums.cacti.net/viewtopic.php?t=26151]Install and configure the Net-SNMP agent for Windows[/url]
[*][url=http://forums.cacti.net/viewtopic.php?t=28175]Graph multiple servers using an SNMP proxy[/url][/list]
[color=green]Templates[/color] :
[list][*][url=http://forums.cacti.net/viewtopic.php?t=15412]Multiple CPU usage for Linux[/url]
[*][url=http://forums.cacti.net/viewtopic.php?p=125152]Memory & swap usage for Unix[/url][/list][/size]
VARCHAR and trailing spaces
Hi,
I've also upgraded to rrdtool 1.3 beta and had an alignment problem.
It looked like this:
There was no space between the current counter and "Average" and the average counter and "Maximum" (like with rrdtool 1.2).
I tried to add a trainling space in the GPRINT definition but Mysql was removing it always.
So I read the MySQL docu and found that changing the gprint_text column from VARCHAR to TINYTEXT (or any other TEXT type) keeps trainling spaces and would not need more data type memory.
So I changed column type and added the trailing space:.
Now it looks like I want it:
Perhaps Cacti developers could consider this change of data types.
Best regards,
Johannes
I've also upgraded to rrdtool 1.3 beta and had an alignment problem.
It looked like this:
There was no space between the current counter and "Average" and the average counter and "Maximum" (like with rrdtool 1.2).
I tried to add a trainling space in the GPRINT definition but Mysql was removing it always.
So I read the MySQL docu and found that changing the gprint_text column from VARCHAR to TINYTEXT (or any other TEXT type) keeps trainling spaces and would not need more data type memory.
So I changed column type and added the trailing space:.
Now it looks like I want it:
Perhaps Cacti developers could consider this change of data types.
Best regards,
Johannes
Yeah, I've tried several different fixed width fonts(courier, console-mono, etc) but the results are the same. I guess I'm waiting for an updated Cacti to go along with the new RRDtool.gandalf wrote:Alignment may look weird if not using mono-spaced fonts. Cacti does not yet support new "alignment" codes introduced with latest rrdtool versions
Reinhard
Actually in creating the screenshots I noticed something that might be at the root of the problem here. It looks like the new RRDtool has made some changes regarding font usage:
I noticed this as I was making a mockup with 4 different fonts -- nothing ever changed with the font face, just size. So it looks like RRDtool is just looking to do name matching against "installed" fonts now rather then using a given TTF file. The problem is that unless Cacti can find the "font filename" you spec in the visual properties, it won't output anything in the font name area.
Or I could just be loosing it
http://oss.oetiker.ch/rrdtool-trac/wiki/RRDtool13
We now use Pango for all text rendering. Pango integrates with Cairo, Freetype and Fontconfig. This has a number of implications:
- Fonts are accessed through the fontconfig interface. This means you get access to all fonts on your system, and at the same time loose the ability to use true type fonts directly.
- All text is passed through Pango Markup. This means it is now possible to switch font properties inside any rrdtool graph text field.
I noticed this as I was making a mockup with 4 different fonts -- nothing ever changed with the font face, just size. So it looks like RRDtool is just looking to do name matching against "installed" fonts now rather then using a given TTF file. The problem is that unless Cacti can find the "font filename" you spec in the visual properties, it won't output anything in the font name area.
Or I could just be loosing it
- fmangeant
- Cacti Guru User
- Posts: 2345
- Joined: Fri Sep 19, 2003 8:36 am
- Location: Sophia-Antipolis, France
- Contact:
I've just saw that RRDtool 1.3 was the one shiped with Fedora 8...
[size=84]
[color=green]HOWTOs[/color] :
[list][*][url=http://forums.cacti.net/viewtopic.php?t=15353]Install and configure the Net-SNMP agent for Unix[/url]
[*][url=http://forums.cacti.net/viewtopic.php?t=26151]Install and configure the Net-SNMP agent for Windows[/url]
[*][url=http://forums.cacti.net/viewtopic.php?t=28175]Graph multiple servers using an SNMP proxy[/url][/list]
[color=green]Templates[/color] :
[list][*][url=http://forums.cacti.net/viewtopic.php?t=15412]Multiple CPU usage for Linux[/url]
[*][url=http://forums.cacti.net/viewtopic.php?p=125152]Memory & swap usage for Unix[/url][/list][/size]
[color=green]HOWTOs[/color] :
[list][*][url=http://forums.cacti.net/viewtopic.php?t=15353]Install and configure the Net-SNMP agent for Unix[/url]
[*][url=http://forums.cacti.net/viewtopic.php?t=26151]Install and configure the Net-SNMP agent for Windows[/url]
[*][url=http://forums.cacti.net/viewtopic.php?t=28175]Graph multiple servers using an SNMP proxy[/url][/list]
[color=green]Templates[/color] :
[list][*][url=http://forums.cacti.net/viewtopic.php?t=15412]Multiple CPU usage for Linux[/url]
[*][url=http://forums.cacti.net/viewtopic.php?p=125152]Memory & swap usage for Unix[/url][/list][/size]
- fmangeant
- Cacti Guru User
- Posts: 2345
- Joined: Fri Sep 19, 2003 8:36 am
- Location: Sophia-Antipolis, France
- Contact:
Some news
RRDtool 1.3 beta 4 was out this morning, with a lot of bugfixes, including this one :
RRDtool 1.3 beta 4 was out this morning, with a lot of bugfixes, including this one :
It builds fine on RHEL5, but RHEL4 needs "pangocairo". Still searching...* fixed: major text alignement bug in rrdtool graph
[size=84]
[color=green]HOWTOs[/color] :
[list][*][url=http://forums.cacti.net/viewtopic.php?t=15353]Install and configure the Net-SNMP agent for Unix[/url]
[*][url=http://forums.cacti.net/viewtopic.php?t=26151]Install and configure the Net-SNMP agent for Windows[/url]
[*][url=http://forums.cacti.net/viewtopic.php?t=28175]Graph multiple servers using an SNMP proxy[/url][/list]
[color=green]Templates[/color] :
[list][*][url=http://forums.cacti.net/viewtopic.php?t=15412]Multiple CPU usage for Linux[/url]
[*][url=http://forums.cacti.net/viewtopic.php?p=125152]Memory & swap usage for Unix[/url][/list][/size]
[color=green]HOWTOs[/color] :
[list][*][url=http://forums.cacti.net/viewtopic.php?t=15353]Install and configure the Net-SNMP agent for Unix[/url]
[*][url=http://forums.cacti.net/viewtopic.php?t=26151]Install and configure the Net-SNMP agent for Windows[/url]
[*][url=http://forums.cacti.net/viewtopic.php?t=28175]Graph multiple servers using an SNMP proxy[/url][/list]
[color=green]Templates[/color] :
[list][*][url=http://forums.cacti.net/viewtopic.php?t=15412]Multiple CPU usage for Linux[/url]
[*][url=http://forums.cacti.net/viewtopic.php?p=125152]Memory & swap usage for Unix[/url][/list][/size]
Who is online
Users browsing this forum: No registered users and 1 guest