Here are some helpful hints for users of SarCheck. This page assumes that you're already familiar with SarCheck.
analyze png html gd /tmp/sarcheck -hgd ./ t ps sarxx > /tmp/sarcheck/test.html
The HTML file is redirected to /tmp/sarcheck, the gd switch puts the graphs in /tmp/sarcheck, and the hgd switch puts ./ in the IMG tags of the HTML report instead of the actual directory name. As long as the graphs and the HTML file are in the same directory, the browser will have no trouble finding the graphs.
analyze png html gd /tmp/sarcheck -hgd ./ t ps 20070526 > /tmp/sarcheck/test.html
The HTML file is redirected to /tmp/sarcheck, the gd switch puts the graphs in /tmp/sarcheck, and the hgd switch puts ./ in the IMG tags of the HTML report instead of the actual directory name. As long as the graphs and the HTML file are in the same directory, the browser will have no trouble finding the graphs.
Back to the SarCheck home page