|
|
| Author |
Message |
browniebraun Cacti User
Joined: 13 Jun 2006 Posts: 333 Location: Cologne, Germany
|
Posted: Mon Sep 15, 2008 4:30 pm Post subject: |
|
|
 |
|
| Back to top |
|
 |
toe_cutter
Joined: 12 Sep 2008 Posts: 9 Location: Sweden
|
Posted: Tue Sep 16, 2008 3:43 am Post subject: |
|
|
| browniebraun wrote: | | toe_cutter wrote: |
Edit: Solved by removing Report configuration and adding it again. Seems to happen when i change a Report template or one of its measurands/variables, dont know which. |
Hi!
Can you try to reconstruct that issue, please?
Best regards
-Andreas- |
Sorry, couldnt duplicate the error, but now ive got more then one report configuration, perhaps it appears when there is only one report.
I stumpled upon another "feature": while trying to duplicate the previous error i removed a data item from a report and when i was done testing i wanted to add it again, so i whent to the report config and the add item page. Now the data item was there, but on 52 rows, all named the same. I added one and the rest dissappeared. I tried on another item from the same report, but didnt get the same result.
However, i do notice that this repeating data item is on top of the list of editable data items when no sorting is enabled (press clear button).
Btw, a tip
As per previous screenshots in this thread, make examples on different kinds of reports in a new thread (reportit template collection?), for us who arent gifted with math or what to do with several measurands heh... |
|
| Back to top |
|
 |
browniebraun Cacti User
Joined: 13 Jun 2006 Posts: 333 Location: Cologne, Germany
|
Posted: Tue Sep 16, 2008 11:29 am Post subject: |
|
|
| Quote: | I stumpled upon another "feature": while trying to duplicate the previous error i removed a data item from a report and when i was done testing i wanted to add it again, so i whent to the report config and the add item page. Now the data item was there, but on 52 rows, all named the same. I added one and the rest dissappeared. I tried on another item from the same report, but didnt get the same result.
However, i do notice that this repeating data item is on top of the list of editable data items when no sorting is enabled (press clear button). |
Sounds like a SQL issue. Which version of ReportIt are you using?
| Quote: | Btw, a tip
As per previous screenshots in this thread, make examples on different kinds of reports in a new thread (reportit template collection?), for us who arent gifted with math or what to do with several measurands heh... |
Next release will support to export / import report templates. (I'm currently working on that feature.) This will allow to share your knowledge with other members in an easy way (and in a new thread).
Best regards
-Andreas- |
|
| Back to top |
|
 |
toe_cutter
Joined: 12 Sep 2008 Posts: 9 Location: Sweden
|
Posted: Wed Sep 17, 2008 3:02 am Post subject: |
|
|
| browniebraun wrote: | | Sounds like a SQL issue. Which version of ReportIt are you using? |
The latest, 0.6.1 with cacti 0.8.7b.
| Quote: | Next release will support to export / import report templates. (I'm currently working on that feature.) This will allow to share your knowledge with other members in an easy way (and in a new thread).
Best regards
-Andreas- |
Sweet  |
|
| Back to top |
|
 |
lipos
Joined: 24 Jul 2008 Posts: 24
|
Posted: Wed Sep 17, 2008 6:56 am Post subject: |
|
|
I'm generating Top 10 interfaces using Report for my networ environment.
Everything is working fine, but I will like to point the graph related to this report on my monitoring screen.
That's why, I will to show the name of the device and a number of interface on the graph picture generated by Report it, or add some kind of legend below. As default there is a percentage in HBar graph. Is there a way to exchange it to show the device/interface number instead? |
|
| Back to top |
|
 |
sodium
Joined: 01 Feb 2006 Posts: 24
|
Posted: Thu Oct 02, 2008 9:33 am Post subject: |
|
|
Can somebody give me some pointers how to make a report to measure all transferred data based on 95 percentile
I can make the report (f_sum) based on min / avg / max (the CF) but not on the f_xth(95)... or did I miss something... |
|
| Back to top |
|
 |
browniebraun Cacti User
Joined: 13 Jun 2006 Posts: 333 Location: Cologne, Germany
|
Posted: Mon Oct 06, 2008 1:48 am Post subject: |
|
|
| lipos wrote: | I'm generating Top 10 interfaces using Report for my networ environment.
Everything is working fine, but I will like to point the graph related to this report on my monitoring screen.
That's why, I will to show the name of the device and a number of interface on the graph picture generated by Report it, or add some kind of legend below. As default there is a percentage in HBar graph. Is there a way to exchange it to show the device/interface number instead? |
I'll check if Graidle does support this. The legends made by Graidle aren't really the best and you'll always run into an issue if the length of the interface description won't be constant.
Best regards
-Andreas- |
|
| Back to top |
|
 |
browniebraun Cacti User
Joined: 13 Jun 2006 Posts: 333 Location: Cologne, Germany
|
Posted: Mon Oct 06, 2008 1:56 am Post subject: |
|
|
| sodium wrote: | Can somebody give me some pointers how to make a report to measure all transferred data based on 95 percentile
I can make the report (f_sum) based on min / avg / max (the CF) but not on the f_xth(95)... or did I miss something... |
Did you try "f_xth(95)*step*f_num" ?
Best regards
-Andreas- |
|
| Back to top |
|
 |
sodium
Joined: 01 Feb 2006 Posts: 24
|
Posted: Mon Oct 06, 2008 4:08 am Post subject: |
|
|
yes I tried... (I really think I'm missing something)
I set the CF to MAX SI = 1000
column 1 = f_sum*8*step (TOTAL BITS transferred) should be correct
column 2 = f_xth(100)*step*f_num (should be the same as column1) but is not
column 2 = f_xth(95)*step*f_num (should be 95 percentile) but is not (value is too low)
I really need some pointers... |
|
| Back to top |
|
 |
browniebraun Cacti User
Joined: 13 Jun 2006 Posts: 333 Location: Cologne, Germany
|
Posted: Mon Oct 06, 2008 1:59 pm Post subject: |
|
|
| sodium wrote: | yes I tried... (I really think I'm missing something)
I set the CF to MAX SI = 1000
column 1 = f_sum*8*step (TOTAL BITS transferred) should be correct
column 2 = f_xth(100)*step*f_num (should be the same as column1) but is not
column 2 = f_xth(95)*step*f_num (should be 95 percentile) but is not (value is too low)
I really need some pointers... |
All of your examples will return differend results, because they have not the same base.
So, let's take a look at a little example:
We have ten measured values :
1, 4, 2, 4, 17, 12, 3, 6, 4, 5
"f_sum" returns the sum of all measuread values, so we'll get 58. The distance of time between two measuread values amounts to 300s.
That comes to a total of 139200. (58*300*8 )
"f_xth(95)" means sort all values as a sequence and throw the highest 5% away. In that case ReportIt returns "12" as billable utilization. So we get 288000 (12*8*300*10)
Correct me if I'm wrong. I'm not the specialist of this nth percentile stuff.
Best regards
-Andreas- |
|
| Back to top |
|
 |
sodium
Joined: 01 Feb 2006 Posts: 24
|
Posted: Wed Oct 08, 2008 1:04 am Post subject: |
|
|
| browniebraun wrote: | | Correct me if I'm wrong. I'm not the specialist of this nth percentile stuff. |
To me you are, it took some people to convince me that YOU were right, but they have done it. You are absolutely right!
Thanks for clearing this up  |
|
| Back to top |
|
 |
jeancarlos84
Joined: 13 Oct 2008 Posts: 3
|
Posted: Mon Oct 13, 2008 9:58 am Post subject: |
|
|
Hello,
I need show values float (eg: 39.74) but in exact number value in report. (ex: 40)
Its possible?
I'm using reportit 0.61
thanks |
|
| Back to top |
|
 |
browniebraun Cacti User
Joined: 13 Jun 2006 Posts: 333 Location: Cologne, Germany
|
Posted: Mon Oct 13, 2008 10:16 am Post subject: |
|
|
You can deactivate the rouding in the configuration of your measurand to get your values as float. (without a rerun of your reports). But generally all values will be rounded with 2 decimal places.
Best regards
-Andreas- |
|
| Back to top |
|
 |
jeancarlos84
Joined: 13 Oct 2008 Posts: 3
|
Posted: Mon Oct 13, 2008 10:59 am Post subject: |
|
|
| If deactivate rounding, show (39.946666667), enable rouding, (39.94), but i need show 40(for example).it does not work? |
|
| Back to top |
|
 |
browniebraun Cacti User
Joined: 13 Jun 2006 Posts: 333 Location: Cologne, Germany
|
Posted: Mon Oct 13, 2008 12:57 pm Post subject: |
|
|
No, it doesn't support that.
Sorry, but I understood your question vice versa.
Best regards
-Andreas- |
|
| Back to top |
|
 |
|