<?xml version="1.0" encoding="utf-8" ?>
<GraphSet>
	<reportName>MySQL Connections</reportName>
	<description>Graphs MySQL connections</description>
	<GraphGenerator>
		<Properties>
			<graphTitle desc="Name">MySQL Connections (%SOURCE%)</graphTitle>
			<graphXLabel desc="X Axis Label">Time</graphXLabel>
			<graphYLabel desc="Y Axis Label">No/Conn</graphYLabel>
			<timeStamp desc="Show Time Stamp" type="bool">false</timeStamp>
			<renderStamp desc="Show Render Time" type="bool">true</renderStamp>
			<graphNormalize desc="Normalize Stream Data" type="bool" tip="If turned on, all streams will be scaled such that all values will be between 0 and 1">false</graphNormalize>
			<graphYMinFixed desc="Fixed Y Minimum ('auto' for dynamic limits)">0</graphYMinFixed>
			<graphYMaxFixed desc="Fixed Y Maximum ('auto' for dynamic limits)">auto</graphYMaxFixed>
                        <graphYTopExtraMultiplier>1.1</graphYTopExtraMultiplier>
			<graphWidth desc="Graph Width">672</graphWidth>
			<graphHeight desc="Graph Height">280</graphHeight>
			<graphTopOffset desc="Graph Top Offset">20</graphTopOffset>
			<graphLeftOffset desc="Graph Left Offset">45</graphLeftOffset>
			<graphRightOffset desc="Graph Right Offset">30</graphRightOffset>
			<graphGutter desc="Graph Gutter Size">10</graphGutter>
			<titleFontSize desc="Title Font Size">14</titleFontSize>
			<yLabelFontSize desc="Y Label Font Size">7</yLabelFontSize>
			<xLabelFontSize desc="X Label Font Size">7</xLabelFontSize>
			<yValuesFontSize desc="Y Values Font Size">7</yValuesFontSize>
			<xValuesFontSize desc="X Values Font Size">7</xValuesFontSize>
			<tableHeaderFontSize desc="Table Header Font Size">7</tableHeaderFontSize>
			<tableValueFontsize desc="Table Values Font Size">7</tableValueFontsize>
			<tableValueMargin desc="Table Values Margin">7</tableValueMargin>
			<renderTimeFontSize desc="Render Time Font Size">6</renderTimeFontSize>
			<!-- Needs to be generated on the fly  <fileName type="hidden">data/staticgraphs/1/graph.png</fileName> -->
			<graphFont type="hidden">c:\windows\fonts\arial.ttf</graphFont>
			<backgroundColor>#eeeeee</backgroundColor>
		</Properties>
	</GraphGenerator>
	<Pivot>
		<Schema>
			<namespace>MySQLStats</namespace>
			<version>1</version>
			<name>schema</name>
		</Schema>
	</Pivot>
	<stream>
                <Properties>
                        <rgb desc="Color" type="color">#C7CDFF</rgb>
			<title desc="Title">Connected</title>
                        <renderStyle desc="Render Style" type="list" values="Line,Fill,Point">Fill</renderStyle>
                        <pointColor>#BDAB72</pointColor>
                </Properties>
		<key></key>
		<field>Threads_connected</field>
		<Schema>
			<namespace>MySQLStats</namespace>
			<version>1</version>
			<name>schema</name>
		</Schema>
	</stream>
	<stream>
		<Properties>
			<rgb desc="Color" type="color">#00ff00</rgb>
			<title desc="Title">Running</title>
			<renderStyle desc="Render Style" type="list" values="Line,Fill,Point">Line</renderStyle>
		</Properties>
		<key></key>
		<field>Threads_running</field>
		<Schema>
			<namespace>MySQLStats</namespace>
			<version>1</version>
			<name>schema</name>
		</Schema>
	</stream>
	<!--	<stream>
		<Properties>
			<rgb desc="Color" type="color">#FFAA00</rgb>
			<title desc="Title">Cached</title>
			<renderStyle desc="Render Style" type="list" values="Line,Fill,Point">Line</renderStyle>
		</Properties>
		<key></key>
		<field>Threads_cached</field>
		<Schema>
			<namespace>MySQLStats</namespace>
			<version>1</version>
			<name>schema</name>
		</Schema>
	</stream>-->
	<stream>
		<Properties>
			<rgb desc="Color" type="color">#FF0000</rgb>
			<title desc="Title">Created (rate)</title>
			<renderStyle desc="Render Style" type="list" values="Line,Fill,Point">Line</renderStyle>
		</Properties>
		<key></key>
		<field>Threads_created_rate</field>
		<Schema>
			<namespace>MySQLStats</namespace>
			<version>1</version>
			<name>schema</name>
		</Schema>
	</stream>
</GraphSet>

