Search found 4 matches

by linvicch
Thu Oct 12, 2006 4:14 am
Forum: Help: Linux/Unix Specific
Topic: retrieving stats
Replies: 3
Views: 945

is okie i have figured it out.. /usr/bin/rrdtool graph test.txt \ DEF:a="/usr/share/cacti/site/rra/myaree_core1_nas_5min_cpu_69.rrd":5min_cpu:AVERAGE\ PRINT:a:LAST:"Current\:%8.0lf" \ PRINT:a:AVERAGE:"Average\:%8.0lf" \ PRINT:a:MAX:"Maximum\:%8.0lf" just have ...
by linvicch
Thu Oct 12, 2006 1:59 am
Forum: Help: Linux/Unix Specific
Topic: retrieving stats
Replies: 3
Views: 945

from the documentation i gather that if using the above function call to fetch leaving out any graphing variables in it, it will print out a text report, but after many attempts i still couldn't get it to work

the machine itself has no graphical interface on it

Thanks in advance
by linvicch
Wed Oct 11, 2006 11:59 pm
Forum: Addons for Cacti
Topic: Detaild report
Replies: 4
Views: 7944

this sounds like what i need too but i do not want it as a graph.. but as figures, just the current,average and max

anyone knows anything that does this?
by linvicch
Wed Oct 11, 2006 9:20 pm
Forum: Help: Linux/Unix Specific
Topic: retrieving stats
Replies: 3
Views: 945

retrieving stats

hi below is the code used to print the graph, how do i get it to print in text mode just the stats? i tried using print instead of gprint but couldn't get it to work, i need the current,average and maximum that is displayed on the graph in text mode. Please advice -> an example of the function call ...