I'm trying to create graphs of network traffic that have a minimum amount of bandwidth showing, yet will still expand beyond that.
I'll describe further since I'm sure the above is unclear. I'd like to have my traffic graphs by default show, say, 100kB/s of bandwidth no matter how little bandwidth is being used. BUT, if port x's max usage this period was 5MB/s, the graph should scale upwards to include it. In other words, the Y axis shouldn't ever shrink below a particular logical threshold. This way, if I glance down a list of interfaces, I can immediately see ones with little to no activity instead of having to check out the scale on the Y axis first.
I've fiddled with the --alt-autoscale-max and other bits in the graph template, but I can't get it to do quite what I want. I'm not even sure this is possible, but I thought someone might have a solution for me.
An alternative has popped into my mind while writing this. Perhaps there's a way to lightly color code the background of the graph or something based on something like the 95th percentile? Like the graph could be white if the 95th % is below 100kb/s, light yellow if above that threshold.
An answer to either of these questions would be greatly apreciated. I'd also be willing to try other alternatives, as well.
Graph minimum and maximums
Moderators: Developers, Moderators
I can't get that to work. I've tried your suggestion and also tried some variations.
When I use a white hrule at 100000, on graphs taller than 100,000 I see a thin white line replacing the regular thin orange line and which cuts across my graphs. Great. But, on graphs that are smaller (<100,000), it changes nothing.
Changing the hrule into a line1 just gets me a white line overlaid over the existing data if I use a datasource, and does exactly like the hrule when I set it to to a datasource of None. Neither keeps the graph from collapsing smaller than 100k.
I've changed the line to red for the time being (which at least helps me to pick out the graphs), but I'm still looking for a solution.
BTW, am using cacti-0.8.6g_41 w/ rrdtool-1.2.11 on FreeBSD 6.0.
When I use a white hrule at 100000, on graphs taller than 100,000 I see a thin white line replacing the regular thin orange line and which cuts across my graphs. Great. But, on graphs that are smaller (<100,000), it changes nothing.
Changing the hrule into a line1 just gets me a white line overlaid over the existing data if I use a datasource, and does exactly like the hrule when I set it to to a datasource of None. Neither keeps the graph from collapsing smaller than 100k.
I've changed the line to red for the time being (which at least helps me to pick out the graphs), but I'm still looking for a solution.
BTW, am using cacti-0.8.6g_41 w/ rrdtool-1.2.11 on FreeBSD 6.0.
(Post edited by author to clean up and make "right")
Ah. That did the trick.
And then add said CDEF to the graph template as a line1 with color white. Make sure it's the first item (so it draws behind everything else).
Ah. That did the trick.
Code: Select all
cdef=CURRENT_DATA_SOURCE,100000,MAX
- Attachments
-
- The Result
- min_graph_4.JPG (90.51 KiB) Viewed 1493 times
-
- The Graph Template Item in detail
- min_graph_3.JPG (52.92 KiB) Viewed 1493 times
-
- The Graph Template
- min_graph_2.JPG (42.36 KiB) Viewed 1493 times
-
- The CDEF
- min_graph_1.JPG (29.04 KiB) Viewed 1493 times
Who is online
Users browsing this forum: No registered users and 0 guests