/usr/bin/rrdtool graph - \
--imgformat=PNG \
--start='1773269263' \
--end='1773355663' \
--title='Seattle EOC - R1 - CPU Utilization - CPU0' \
--rigid \
--base='1000' \
--height='120' \
--width='500' \
--alt-autoscale-max \
--lower-limit='0' \
COMMENT:"From 2026/03/11 15\:47\:43 To 2026/03/12 15\:47\:43\c" \
COMMENT:" \n" \
--vertical-label='percent' \
--slope-mode \
--font TITLE:10: \
--font AXIS:7: \
--font LEGEND:8: \
--font UNIT:7: \
DEF:a='/var/lib/cacti/rra/seattle_eoc_-_r1_cpu_2050.rrd':'cpu':AVERAGE \
AREA:a#FF0000FF:'CPU Utilization' \
GPRINT:a:LAST:'Current\:%8.0lf' \
GPRINT:a:AVERAGE:'Average\:%8.0lf' \
GPRINT:a:MAX:'Maximum\:%8.0lf\n' |