Skip to content

Instantly share code, notes, and snippets.

@sergray
Created June 4, 2014 19:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sergray/1d2572f9646d79711518 to your computer and use it in GitHub Desktop.
Save sergray/1d2572f9646d79711518 to your computer and use it in GitHub Desktop.
#!/bin/bash
rrdtool graph power.png --vertical-label=W*h --font=DEFAULT:11:Arial -w 900 -h 600 \
DEF:apower=pcv.rrd:power:AVERAGE CDEF:whpower=apower,1000,\* LINE2:whpower#FF0000
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment