<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
Everett, Vernon schrieb:
<blockquote
 cite="mid:A3D12FAD74FC8B46991703F40C182BAB052B5E1267@permls102.wde.woodside.com.au"
 type="cite">
  <meta http-equiv="Content-Type" content="text/html; ">
  <meta name="Generator" content="Microsoft Exchange Server">
<!-- converted from rtf -->
  <style><!-- .EmailQuote { margin-left: 1pt; padding-left: 4pt; border-left: #800000 2px solid; } --></style><font
 face="Arial, sans-serif" size="2">
  <div>Hi all</div>
  <div> </div>
  <div>I have noticed, that some graphs appear to have the colour
legend at the top, and some at the side. (See attached)</div>
  <div> </div>
  <div><img moz-do-not-send="true"
 src="cid:f0f61d3c-37c4-4f50-81f5-b5c8b34dfccd"> </div>
  <div> </div>
  <div><img moz-do-not-send="true"
 src="cid:cbad4f60-51a8-42f8-828e-7091bb1ffac8"> </div>
  <div> </div>
  <div>I can't seem to see what in the configs defines the location of
the legend.</div>
  <div> </div>
  <div>Can anybody shed any light on this for me?</div>
  <div> </div>
  <div>Regards</div>
  <div>    Vernon</div>
  <div> </div>
  </font>
  <pre>NOTICE: This email and any attachments are confidential. 
They may contain legally privileged information or 
copyright material. You must not read, copy, use or 
disclose them without authorisation. If you are not an 
intended recipient, please contact us at once by return 
email and then delete both messages and all attachments.
  </pre>
  <br>
  <hr size="4" width="90%"><br>
  <center><img src="cid:part1.04060208.07090005@bakarasse.de"></center>
  <p><br>
  </p>
  <hr size="4" width="90%"><br>
  <center><img src="cid:part2.04080200.01040702@bakarasse.de"></center>
  <pre wrap="">
<hr size="4" width="90%">
To unsubscribe from the hobbit list, send an e-mail to
<a class="moz-txt-link-abbreviated" href="mailto:hobbit-unsubscribe@hswn.dk">hobbit-unsubscribe@hswn.dk</a>
  </pre>
</blockquote>
Hi,<br>
it is the order of LINE/AREA/STACK and GPRINT directives.<br>
<br>
Here a alternative definition for vmstat graph with legend at the side:<br>
<br>
<tt>[vmstat]<br>
        TITLE CPU Utilization<br>
        YAXIS % Load<br>
        -u 100<br>
        -r<br>
        DEF:cpu_idl=vmstat.rrd:cpu_idl:AVERAGE<br>
        DEF:cpu_usr=vmstat.rrd:cpu_usr:AVERAGE<br>
        DEF:cpu_sys=vmstat.rrd:cpu_sys:AVERAGE<br>
        AREA:cpu_sys#FF0000:System \:<br>
        GPRINT:cpu_sys:LAST:%5.1lf (cur)<br>
        GPRINT:cpu_sys:MAX: \: %5.1lf (max)<br>
        GPRINT:cpu_sys:MIN: \: %5.1lf (min)<br>
        GPRINT:cpu_sys:AVERAGE: \: %5.1lf (avg)\n<br>
        STACK:cpu_usr#FFFF00:User   \:<br>
        GPRINT:cpu_usr:LAST:%5.1lf (cur)<br>
        GPRINT:cpu_usr:MAX: \: %5.1lf (max)<br>
        GPRINT:cpu_usr:MIN: \: %5.1lf (min)<br>
        GPRINT:cpu_usr:AVERAGE: \: %5.1lf (avg)\n<br>
        STACK:cpu_idl#00FF00:Idle   \:<br>
        GPRINT:cpu_idl:LAST:%5.1lf (cur)<br>
        GPRINT:cpu_idl:MAX: \: %5.1lf (max)<br>
        GPRINT:cpu_idl:MIN: \: %5.1lf (min)<br>
        GPRINT:cpu_idl:AVERAGE: \: %5.1lf (avg)\n</tt><br>
<br>
Result:<br>
<img alt="legend" src="cid:part3.09060705.00050109@bakarasse.de"
 border="2" height="73" width="563"><br>
<br>
Regards<br>
 Alex<br>
<br>
</body>
</html>