Created
October 25, 2012 19:57
-
-
Save pironic/3955034 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/usr/bin/rrdtool graph - \ | |
--imgformat=PNG \ | |
--start=-86400 \ | |
--end=-300 \ | |
--title='raptr Stats - Hours Played - CalgaryCompany' \ | |
--base=1000 \ | |
--height=120 \ | |
--width=500 \ | |
--alt-autoscale-max \ | |
--lower-limit='0' \ | |
--units-exponent='0' \ | |
--vertical-label='' \ | |
--slope-mode \ | |
--font TITLE:10: \ | |
--font AXIS:7: \ | |
--font LEGEND:8: \ | |
--font UNIT:7: \ | |
DEF:a="/usr/share/cacti/site/rra/raptr_alteracious.rrd":'hours':AVERAGE \ | |
DEF:b="/usr/share/cacti/site/rra/raptr_blueviva_ca.rrd":'hours':AVERAGE \ | |
DEF:c="/usr/share/cacti/site/rra/raptr_cell18189.rrd":'hours':AVERAGE \ | |
DEF:d="/usr/share/cacti/site/rra/raptr_greendot.rrd":'hours':AVERAGE \ | |
DEF:e="/usr/share/cacti/site/rra/raptr_lordnoodlez.rrd":'hours':AVERAGE \ | |
DEF:f="/usr/share/cacti/site/rra/raptr_pironic.rrd":'hours':AVERAGE \ | |
DEF:g="/usr/share/cacti/site/rra/raptr_shintros.rrd":'hours':AVERAGE \ | |
DEF:h="/usr/share/cacti/site/rra/raptr_trinith.rrd":'hours':AVERAGE \ | |
CDEF:cdefa='LTIME,604800,%,172800,GT,LTIME,604800,%,345600,LT,INF,UNKN,a,*,IF,UNKN,a,*,IF' \ | |
CDEF:cdefb='LTIME,86400,%,25200,GT,LTIME,86400,%,64800,LT,INF,UNKN,a,*,IF,UNKN,a,*,IF' \ | |
CDEF:cdefc='LTIME,86400,%,25200,LT,INF,LTIME,86400,%,64800,GT,INF,UNKN,a,*,IF,IF' \ | |
AREA:cdefa#FFD6607F:"Weekend" \ | |
AREA:cdefb#FAFD9E7F:"Day" \ | |
AREA:cdefc#C0C0C019:"Night\n" \ | |
LINE2:a#FF0000FF:"alteracious Hours Played\:" \ | |
GPRINT:a:MIN:"Minimum\:%8.0lf" \ | |
GPRINT:a:MAX:"Maximum\:%8.0lf\n" \ | |
LINE2:b#EACC00FF:"blueviva_ca Hours Played\:" \ | |
GPRINT:b:MIN:"Minimum\:%8.0lf" \ | |
GPRINT:b:MAX:"Maximum\:%8.0lf\n" \ | |
LINE2:c#00FF00FF:"cell18189 Hours Played\:" \ | |
GPRINT:c:MIN:" Minimum\:%8.0lf" \ | |
GPRINT:c:MAX:"Maximum\:%8.0lf\n" \ | |
LINE2:d#FFF200FF:"greendot Hours Played\:" \ | |
GPRINT:d:MIN:" Minimum\:%8.0lf" \ | |
GPRINT:d:MAX:"Maximum\:%8.0lf\n" \ | |
LINE2:e#0000FFFF:"lordnoodlez Hours Played\:" \ | |
GPRINT:e:MIN:"Minimum\:%8.0lf" \ | |
GPRINT:e:MAX:"Maximum\:%8.0lf\n" \ | |
LINE2:f#D2D8F9FF:"pironic Hours Played\:" \ | |
GPRINT:f:MIN:" Minimum\:%8.0lf" \ | |
GPRINT:f:MAX:"Maximum\:%8.0lf\n" \ | |
LINE2:g#8D85F3FF:"Shintros Hours Played\:" \ | |
GPRINT:g:MIN:" Minimum\:%8.0lf" \ | |
GPRINT:g:MAX:"Maximum\:%8.0lf\n" \ | |
LINE2:h#6EA100FF:"Trinith_006 Hours Played\:" \ | |
GPRINT:h:MIN:"Minimum\:%8.0lf" \ | |
GPRINT:h:MAX:"Maximum\:%8.0lf\n" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
rrdtool fetch raptr_trinith.rrd AVERAGE | |
achievements games hours | |
1351109520: -nan -nan -nan | |
1351140840: 1.1710000000e+03 7.1000000000e+01 8.1600000000e+02 | |
1351141200: 1.1710000000e+03 7.1000000000e+01 8.1600000000e+02 | |
1351141560: 1.1710000000e+03 7.1000000000e+01 8.1615833333e+02 | |
1351141920: 1.1710000000e+03 7.1000000000e+01 8.1696666667e+02 | |
1351142280: 1.1710000000e+03 7.1000000000e+01 8.1700000000e+02 | |
1351194840: 1.1710000000e+03 7.1000000000e+01 8.1700000000e+02 | |
1351195200: 1.1710000000e+03 7.1000000000e+01 8.1700000000e+02 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment