Nth Percentile Issue with Non-Traffic Data

Post general support questions here that do not specifically fall into the Linux or Windows categories.

Moderators: Developers, Moderators

gmenarvino
Posts: 44
Joined: Fri Jul 07, 2006 7:43 am

95th percentile SAA Jitter issue - Please HELP

Post by gmenarvino »

Hello, I have created a graph for 95th porcentile. I was able to get this working for interfaces graphs but it is not working for SAA Jitter.

Please look at the graph below:
Attachments
SAA Jiiter does not work you can see "0" output. I dont really know why....
SAA Jiiter does not work you can see "0" output. I dont really know why....
SAA Jitter.JPG (93.35 KiB) Viewed 8934 times
This is for the traffic interface which is working....
This is for the traffic interface which is working....
SerialInt-Traffic.JPG (92.67 KiB) Viewed 8934 times
User avatar
gandalf
Developer
Posts: 22383
Joined: Thu Dec 02, 2004 2:46 am
Location: Muenster, Germany
Contact:

Post by gandalf »

Please visit graph management and switch to debug to find the rrdtool graph statement. This is required for any help
Reinhard
User avatar
rony
Developer/Forum Admin
Posts: 6022
Joined: Mon Nov 17, 2003 6:35 pm
Location: Michigan, USA
Contact:

Post by rony »

I split this from a thread in the Feature Request forum, because this is a support issue and not a feature request.
[size=117][i][b]Tony Roman[/b][/i][/size]
[size=84][i]Experience is what causes a person to make new mistakes instead of old ones.[/i][/size]
[size=84][i]There are only 3 way to complete a project: Good, Fast or Cheap, pick two.[/i][/size]
[size=84][i]With age comes wisdom, what you choose to do with it determines whether or not you are wise.[/i][/size]
User avatar
rony
Developer/Forum Admin
Posts: 6022
Joined: Mon Nov 17, 2003 6:35 pm
Location: Michigan, USA
Contact:

Post by rony »

gmenarvino wrote:thanks or your reply!

here is the output:
RRDTool Command:

/usr/local/bin/rrdtool graph - \
--imgformat=PNG \
--start=-86400 \
--end=-300 \
--title="UNDP_LBR_MON - SAA Jitter Average (UNDP_LBR_MON) " \
--base=1000 \
--height=120 \
--width=500 \
--alt-autoscale \
--vertical-label="ms" \
--slope-mode \
DEF:a="/opt/lampp/htdocs/cacti/rra/undp_lbr_mon__sum2nds_2339.rrd":sumpsd:LAST \
DEF:b="/opt/lampp/htdocs/cacti/rra/undp_lbr_mon__sum2nds_2339.rrd":sumpsd:AVERAGE \
DEF:c="/opt/lampp/htdocs/cacti/rra/undp_lbr_mon__sum2nds_2339.rrd":numpsd:AVERAGE \
DEF:d="/opt/lampp/htdocs/cacti/rra/undp_lbr_mon__sum2nds_2339.rrd":sumnsd:LAST \
DEF:e="/opt/lampp/htdocs/cacti/rra/undp_lbr_mon__sum2nds_2339.rrd":sumnsd:AVERAGE \
DEF:f="/opt/lampp/htdocs/cacti/rra/undp_lbr_mon__sum2nds_2339.rrd":numnsd:AVERAGE \
DEF:g="/opt/lampp/htdocs/cacti/rra/undp_lbr_mon__sum2nds_2339.rrd":sumpds:LAST \
DEF:h="/opt/lampp/htdocs/cacti/rra/undp_lbr_mon__sum2nds_2339.rrd":sumpds:AVERAGE \
DEF:i="/opt/lampp/htdocs/cacti/rra/undp_lbr_mon__sum2nds_2339.rrd":numpds:AVERAGE \
DEF:j="/opt/lampp/htdocs/cacti/rra/undp_lbr_mon__sum2nds_2339.rrd":sumnds:LAST \
DEF:ba="/opt/lampp/htdocs/cacti/rra/undp_lbr_mon__sum2nds_2339.rrd":sumnds:AVERAGE \
DEF:bb="/opt/lampp/htdocs/cacti/rra/undp_lbr_mon__sum2nds_2339.rrd":numnds:AVERAGE \
CDEF:cdefb=a,c,/ \
CDEF:cdefc=b,c,/ \
CDEF:cdefg=d,f,/,-1,* \
CDEF:cdefh=e,f,/,-1,* \
CDEF:cdefbb=g,i,/ \
CDEF:cdefbc=h,i,/ \
CDEF:cdefbg=j,bb,/,-1,* \
CDEF:cdefbh=ba,bb,/,-1,* \
CDEF:cdefcc=f,f,/,-1,* \
HRULE:0#000000:"" \
AREA:cdefb#EACC00:"Jitter +SD\:" \
GPRINT:cdefc:MIN:"Minimum\:%8.2lf%s" \
GPRINT:cdefc:MAX:"Maximum\:%8.2lf%s" \
GPRINT:cdefc:AVERAGE:"Average\:%8.2lf%s" \
COMMENT:"\n" \
AREA:cdefg#EACC00:"Jitter -SD\:" \
GPRINT:cdefh:MAX:"Minimum\:%8.2lf%s" \
GPRINT:cdefh:MIN:"Maximum\:%8.2lf%s" \
GPRINT:cdefh:AVERAGE:"Average\:%8.2lf%s" \
COMMENT:" \n" \
LINE1:cdefbb#0000FF:"Jitter +DS\:" \
GPRINT:cdefbc:MIN:"Minimum\:%8.2lf%s" \
GPRINT:cdefbc:MAX:"Maximum\:%8.2lf%s" \
GPRINT:cdefbc:AVERAGE:"Average\:%8.2lf%s" \
COMMENT:" \n" \
LINE1:cdefbg#0000FF:"Jitter -DS\:" \
GPRINT:cdefbh:MAX:"Minimum\:%8.2lf%s" \
GPRINT:cdefbh:MIN:"Maximum\:%8.2lf%s" \
GPRINT:cdefbh:AVERAGE:"Average\:%8.2lf%s\n" \
COMMENT:" \n" \
HRULE:0#FF0000:"+SD 95th Percentile\: 0\n" \
HRULE:-0#FF0000:"-SD 95th Percentile\: 0"
RRDTool Says:

OK


Please let me know next step. I really appreciate your help.

Cheers,
Gaston
Moved from other post, where it should not have been.
[size=117][i][b]Tony Roman[/b][/i][/size]
[size=84][i]Experience is what causes a person to make new mistakes instead of old ones.[/i][/size]
[size=84][i]There are only 3 way to complete a project: Good, Fast or Cheap, pick two.[/i][/size]
[size=84][i]With age comes wisdom, what you choose to do with it determines whether or not you are wise.[/i][/size]
User avatar
rony
Developer/Forum Admin
Posts: 6022
Joined: Mon Nov 17, 2003 6:35 pm
Location: Michigan, USA
Contact:

Post by rony »

Please provide a screen print of the Graph Item for the Nth Percentile Comment line and Graph line in question.
[size=117][i][b]Tony Roman[/b][/i][/size]
[size=84][i]Experience is what causes a person to make new mistakes instead of old ones.[/i][/size]
[size=84][i]There are only 3 way to complete a project: Good, Fast or Cheap, pick two.[/i][/size]
[size=84][i]With age comes wisdom, what you choose to do with it determines whether or not you are wise.[/i][/size]
User avatar
gandalf
Developer
Posts: 22383
Joined: Thu Dec 02, 2004 2:46 am
Location: Muenster, Germany
Contact:

Post by gandalf »

Please post a screenshot of the 95th graph template items
Reinhard
gmenarvino
Posts: 44
Joined: Fri Jul 07, 2006 7:43 am

Post by gmenarvino »

Here is attached
Attachments
95thPercentline-ITEMS.JPG
95thPercentline-ITEMS.JPG (187.2 KiB) Viewed 8901 times
gmenarvino
Posts: 44
Joined: Fri Jul 07, 2006 7:43 am

Post by gmenarvino »

here is the other part...
Attachments
95thPercentline-ITEMS1.JPG
95thPercentline-ITEMS1.JPG (229.18 KiB) Viewed 8899 times
gmenarvino
Posts: 44
Joined: Fri Jul 07, 2006 7:43 am

Post by gmenarvino »

and here is a detailed item 22 and 23:
Attachments
item 22
item 22
item22.JPG (209.79 KiB) Viewed 8895 times
item 23
item 23
item23.JPG (211.94 KiB) Viewed 8895 times
gmenarvino
Posts: 44
Joined: Fri Jul 07, 2006 7:43 am

Post by gmenarvino »

Hi guys,

do you have any idea why this is happening?

i really need your help on this-

Thanks in advance.
Gaston
gmenarvino
Posts: 44
Joined: Fri Jul 07, 2006 7:43 am

Post by gmenarvino »

Hello guys, could you please give me some feedback?

Thanks!!!!!!!!!!!!!!!

Gaston
User avatar
rony
Developer/Forum Admin
Posts: 6022
Joined: Mon Nov 17, 2003 6:35 pm
Location: Michigan, USA
Contact:

Post by rony »

Do me a favor, select a smaller time frame on the graph view and post the resulting screen shot.
[size=117][i][b]Tony Roman[/b][/i][/size]
[size=84][i]Experience is what causes a person to make new mistakes instead of old ones.[/i][/size]
[size=84][i]There are only 3 way to complete a project: Good, Fast or Cheap, pick two.[/i][/size]
[size=84][i]With age comes wisdom, what you choose to do with it determines whether or not you are wise.[/i][/size]
gmenarvino
Posts: 44
Joined: Fri Jul 07, 2006 7:43 am

Post by gmenarvino »

Thanks for your reply!

I changed it to half an hour and attached is the screen shot.

Please let me know
Thanks!
Attachments
smaller-graph-view.JPG
smaller-graph-view.JPG (98.36 KiB) Viewed 8815 times
User avatar
rony
Developer/Forum Admin
Posts: 6022
Joined: Mon Nov 17, 2003 6:35 pm
Location: Michigan, USA
Contact:

Post by rony »

Um...

Is it possible for me to access the system in question? I just need web browser access. Please email me (email address in my button bar at the bottom of this post).
[size=117][i][b]Tony Roman[/b][/i][/size]
[size=84][i]Experience is what causes a person to make new mistakes instead of old ones.[/i][/size]
[size=84][i]There are only 3 way to complete a project: Good, Fast or Cheap, pick two.[/i][/size]
[size=84][i]With age comes wisdom, what you choose to do with it determines whether or not you are wise.[/i][/size]
gmenarvino
Posts: 44
Joined: Fri Jul 07, 2006 7:43 am

Post by gmenarvino »

I sent you a private message with the infomration.....


thanks!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
Post Reply

Who is online

Users browsing this forum: No registered users and 1 guest