<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="/rss.xsl"?><rss version="2.0"><channel><title>QPerfmon Wiki Rss Feed</title><link>http://qperfmon.codeplex.com/wikipage</link><description>QPerfmon Wiki Rss Description</description><item><title>Updated Wiki: Home</title><link>http://qperfmon.codeplex.com/wikipage?version=47</link><description>&lt;div class="wikidoc"&gt;
&lt;p&gt;&lt;span style="color:#800000"&gt;&lt;strong&gt;Project Description&lt;/strong&gt;&lt;/span&gt;&lt;br&gt;
This small utility helps to monitor performance counters without using the full blown perfmon tool from Windows. It supports a number of command line parameters and can be launched from batch files, shortcuts or (from version 1.4) preset qpmset files.&lt;br&gt;
&lt;br&gt;
&lt;img title="QPerfMon.jpg" src="http://i3.codeplex.com/download?ProjectName=qperfmon&amp;DownloadId=186855" alt="QPerfMon.jpg"&gt;&lt;/p&gt;
&lt;h1&gt;&lt;span style="color:#800000"&gt;Introduction&lt;/span&gt;&lt;/h1&gt;
&lt;p&gt;This small utility was developed to help monitor sets of performance counters quickly and (only) as needed.
&lt;br&gt;
The original graph control was based on &lt;a href="http://www.codeproject.com/KB/miscctrl/C2DPushGraph.aspx"&gt;
C2DPushGraph&lt;/a&gt; graph control but was customized and enhanced quite a bit for this application's needs. The main aim for the utility is to be really 'simple' without too many fancies - but it is evolving and more things might get added over time.&lt;/p&gt;
&lt;h2&gt;&lt;span style="color:#800000"&gt;Update history&lt;/span&gt;&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;1.4.4 - The tool now has the functionality to log the performance counter values to a csv file.
&lt;/li&gt;&lt;li&gt;1.4.5 - Enhanced logging options. Check for available disk space, create new file every X MB and change sample rate i.e. only log data for every N times the graph is updated. Additionally the tool will now upgrade/remember previous version settings.
&lt;/li&gt;&lt;li&gt;1.4.6 - Small bug fix to graph control to avoid negative/large perf counter values crashing the app.
&lt;/li&gt;&lt;li&gt;1.4.8 - Added 'snapping' to desktop plus 'cloning' of performance counters to ease adding a bunch of counters together.
&lt;/li&gt;&lt;li&gt;1.4.9 - Added displaying latest and earliest times and more line formatting options.
&lt;/li&gt;&lt;li&gt;1.4.10/11 More line formatting options plus fix bug to not allow duplicate counters.
&lt;/li&gt;&lt;li&gt;1.4.13 Fixed reported issue with decimal scaled values when using other 'cultures'/formatting.
&lt;/li&gt;&lt;li&gt;1.5.0 New graph control implemented. Colors and font can now be customized. &lt;/li&gt;&lt;li&gt;1.6.0 Improved the initial loading speed of application (user experience) &lt;/li&gt;&lt;li&gt;1.7.0 Converted to use .Net 4.0 framework. Line color customizations are now stored in qpmset files. As a result the structure of qpmset files has changed and not compatible with earlier versions. Now includes a proper MSI installer.
&lt;/li&gt;&lt;li&gt;1.8.0 Now you can add multiple counters/instances at once! Selecting a category you can multi-select the counters and instances you want to add from lists.
&lt;/li&gt;&lt;li&gt;1.8.1 - Added the ability to set the main Window as 'Always On Top'. &lt;/li&gt;&lt;li&gt;1.8.2 - Add the ability for qpmset files to also store the Window location/size so predefined 'sets' can be forced to always open on the same place of the screen.
&lt;/li&gt;&lt;li&gt;1.9.1 - Drag and drop now possible inside the app so you can re-order items. Also added the ability to copy &amp;amp; paste counter definitions so it can be edited outside the app (notepad or something) and then added as a new counter or set of counters.
&lt;/li&gt;&lt;li&gt;1.9.2 - Drag and drop now possible across multiple windows (not compatible with previous versions)
&lt;/li&gt;&lt;/ul&gt;
&lt;h1&gt;&lt;span style="color:#800000"&gt;Usage&lt;/span&gt;&lt;/h1&gt;
&lt;p&gt;The tool can be executed with parameters. At the moment there is no restriction on the number of performance counters that can be specified although it would be impractical to specify too many. Each performance counter specified must looks like this:&lt;br&gt;
&lt;br&gt;
[Machine name]\[Category]\[Counter name]\[Instance name]\[scale]\[plot style]&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;The machine name is the name of the computer where the performance counter is published.
&lt;/li&gt;&lt;li&gt;The category of the performance counter &lt;/li&gt;&lt;li&gt;The name of the performance counter &lt;/li&gt;&lt;li&gt;The instance name if it exists &lt;/li&gt;&lt;li&gt;The scale of the performance counter (default = 1) &lt;/li&gt;&lt;li&gt;The plotting style of data points. could be 0 - None, 1 - Dots, 2 - Cross or 3 - Ex
&lt;/li&gt;&lt;/ul&gt;
&lt;p&gt;&lt;br&gt;
An example:&lt;br&gt;
&amp;quot;.\Processor\% Processor Time\_Total\1\1&amp;quot;&lt;br&gt;
&lt;br&gt;
note: if the instance name contains special characters like a backslash '\' you must 'escape' the whole value with double quotes.&lt;br&gt;
e.g. &lt;br&gt;
biztalkserver\BizTalk:Message Box:General Counters\Spool Size\&amp;quot;biztalkmsgboxdb:sqlserver\sqlinstance&amp;quot;\0.1\2&lt;/p&gt;
&lt;h2&gt;&lt;span style="color:#800000"&gt;Additional parameters&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;The following additional parameters can be specified:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;-max: Set the initial Y axis maximum value (default = 100) &lt;/li&gt;&lt;li&gt;-lt: Set the default line thickness (default = 1) &lt;/li&gt;&lt;li&gt;-title: Set a customized title for the window (helps if you have several windows open)
&lt;/li&gt;&lt;/ul&gt;
&lt;h2&gt;&lt;span style="color:#800000"&gt;Customize&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;You can customize the following while running:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Updating frequency/Pause &lt;/li&gt;&lt;li&gt;Color of each line/counter &lt;/li&gt;&lt;li&gt;Scale of each line/counter &lt;/li&gt;&lt;li&gt;Plot style of each line/counter. e.g. like &amp;#43;, o, x etc. &lt;/li&gt;&lt;/ul&gt;
&lt;h1&gt;&lt;span style="color:#800000"&gt;Run-time&lt;/span&gt;&lt;/h1&gt;
&lt;p&gt;As of version 1.4 the application allows you to add and remove performance counters at run-time.&lt;/p&gt;
&lt;h1&gt;&lt;span style="color:#800000"&gt;qpmset Files&lt;/span&gt;&lt;/h1&gt;
&lt;p&gt;As of version 1.4 you can load and save performance counter sets to a file for reuse. The files are actually only an XML file with a different extension so it can be edited with any text editor if needed.&lt;/p&gt;
&lt;p&gt;From version 1.7 the internal structure of the qpmset files have changed. The performance counter definition is now stored as an Xml string.&lt;/p&gt;
&lt;h1&gt;&lt;span style="color:#800000"&gt;Logging data to csv files&lt;/span&gt;&lt;/h1&gt;
&lt;p&gt;The tool supports logging data to a csv file. The following logging options are available:&lt;br&gt;
&lt;img title="QPerfMonLoggingOptions.jpg" src="http://i3.codeplex.com/download?ProjectName=qperfmon&amp;DownloadId=174543" alt="QPerfMonLoggingOptions.jpg"&gt;&lt;/p&gt;
&lt;h1&gt;&lt;span style="color:#800000"&gt;Example&lt;/span&gt;&lt;/h1&gt;
&lt;p&gt;Running the utility with the following parameters:&lt;br&gt;
QPerfMon.exe &amp;quot;.\Processor\% Processor Time\_Total&amp;quot; &amp;quot;.\Memory\% Committed Bytes In Use\\&amp;quot; &amp;quot;.\Memory\Pages/sec\\0.1&amp;quot; &amp;quot;.\PhysicalDisk\Avg. Disk Queue Length\_Total\100&amp;quot; -title:Test&lt;br&gt;
Note: remember to escape the '%' character in a batch file.&lt;br&gt;
Would look like this:&lt;br&gt;
&lt;img title="QPerfMon.jpg" src="http://i3.codeplex.com/download?ProjectName=qperfmon&amp;DownloadId=186855" alt="QPerfMon.jpg"&gt;&lt;/p&gt;
&lt;h1&gt;&lt;span style="color:#800000"&gt;Graph format customization&lt;/span&gt;&lt;/h1&gt;
&lt;p&gt;&lt;img title="QPerfmonGraphOptions.JPG" src="http://i3.codeplex.com/download?ProjectName=qperfmon&amp;DownloadId=187588" alt="QPerfmonGraphOptions.JPG"&gt;&lt;/p&gt;
&lt;h1&gt;&lt;span style="color:#800000"&gt;Line formatting&lt;/span&gt;&lt;/h1&gt;
&lt;p&gt;Additionally the formatting of a line can be changed afterwords:&lt;br&gt;
&lt;img title="QPerfMonFormatting.jpg" src="http://i3.codeplex.com/download?ProjectName=qperfmon&amp;DownloadId=109305" alt="QPerfMonFormatting.jpg"&gt;&lt;/p&gt;
&lt;h1&gt;&lt;span style="color:#800000"&gt;Dependencies and platform support&lt;/span&gt;&lt;/h1&gt;
&lt;p&gt;The utility was developed using C# with .Net 2.0 (using VS2008) - up to version 1.6. The reason for not using newer versions of the .Net framework was simply so it can still be used on older Win XP/2003 servers etc. It has been tested on Windows XP, 2003,
 Vista and Windows 7 (32 and 64-bit). From version 1.7 it uses the .Net 4.0 Client profile framework.&lt;/p&gt;
&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>RudolfHenning</author><pubDate>Tue, 26 Mar 2013 13:05:35 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Home 20130326010535P</guid></item><item><title>Updated Wiki: Home</title><link>http://qperfmon.codeplex.com/wikipage?version=46</link><description>&lt;div class="wikidoc"&gt;
&lt;p&gt;&lt;span style="color:#800000"&gt;&lt;strong&gt;Project Description&lt;/strong&gt;&lt;/span&gt;&lt;br&gt;
This small utility helps to monitor performance counters without using the full blown perfmon tool from Windows. It supports a number of command line parameters and can be launched from batch files, shortcuts or (from version 1.4) preset qpmset files.&lt;br&gt;
&lt;br&gt;
&lt;img title="QPerfMon.jpg" src="http://i3.codeplex.com/download?ProjectName=qperfmon&amp;DownloadId=186855" alt="QPerfMon.jpg"&gt;&lt;/p&gt;
&lt;h1&gt;&lt;span style="color:#800000"&gt;Introduction&lt;/span&gt;&lt;/h1&gt;
&lt;p&gt;This small utility was developed to help monitor sets of performance counters quickly and (only) as needed.
&lt;br&gt;
The original graph control was based on &lt;a href="http://www.codeproject.com/KB/miscctrl/C2DPushGraph.aspx"&gt;
C2DPushGraph&lt;/a&gt; graph control but was customized and enhanced quite a bit for this application's needs. The main aim for the utility is to be really 'simple' without too many fancies - but it is evolving and more things might get added over time.&lt;/p&gt;
&lt;h2&gt;&lt;span style="color:#800000"&gt;Update history&lt;/span&gt;&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;1.4.4 - The tool now has the functionality to log the performance counter values to a csv file.
&lt;/li&gt;&lt;li&gt;1.4.5 - Enhanced logging options. Check for available disk space, create new file every X MB and change sample rate i.e. only log data for every N times the graph is updated. Additionally the tool will now upgrade/remember previous version settings.
&lt;/li&gt;&lt;li&gt;1.4.6 - Small bug fix to graph control to avoid negative/large perf counter values crashing the app.
&lt;/li&gt;&lt;li&gt;1.4.8 - Added 'snapping' to desktop plus 'cloning' of performance counters to ease adding a bunch of counters together.
&lt;/li&gt;&lt;li&gt;1.4.9 - Added displaying latest and earliest times and more line formatting options.
&lt;/li&gt;&lt;li&gt;1.4.10/11 More line formatting options plus fix bug to not allow duplicate counters.
&lt;/li&gt;&lt;li&gt;1.4.13 Fixed reported issue with decimal scaled values when using other 'cultures'/formatting.
&lt;/li&gt;&lt;li&gt;1.5.0 New graph control implemented. Colors and font can now be customized. &lt;/li&gt;&lt;li&gt;1.6.0 Improved the initial loading speed of application (user experience) &lt;/li&gt;&lt;li&gt;1.7.0 Converted to use .Net 4.0 framework. Line color customizations are now stored in qpmset files. As a result the structure of qpmset files has changed and not compatible with earlier versions. Now includes a proper MSI installer.
&lt;/li&gt;&lt;li&gt;1.8.0 Now you can add multiple counters/instances at once! Selecting a category you can multi-select the counters and instances you want to add from lists.
&lt;/li&gt;&lt;li&gt;1.8.1 - Added the ability to set the main Window as 'Always On Top'. &lt;/li&gt;&lt;li&gt;1.8.2 - Add the ability for qpmset files to also store the Window location/size so predefined 'sets' can be forced to always open on the same place of the screen.
&lt;/li&gt;&lt;li&gt;1.9.1 - Drag and drop now possible inside the app so you can re-order items. Also added the ability to copy &amp;amp; paste counter definitions so it can be edited outside the app (notepad or something) and then added as a new counter or set of counters.
&lt;/li&gt;&lt;/ul&gt;
&lt;h1&gt;&lt;span style="color:#800000"&gt;Usage&lt;/span&gt;&lt;/h1&gt;
&lt;p&gt;The tool can be executed with parameters. At the moment there is no restriction on the number of performance counters that can be specified although it would be impractical to specify too many. Each performance counter specified must looks like this:&lt;br&gt;
&lt;br&gt;
[Machine name]\[Category]\[Counter name]\[Instance name]\[scale]\[plot style]&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;The machine name is the name of the computer where the performance counter is published.
&lt;/li&gt;&lt;li&gt;The category of the performance counter &lt;/li&gt;&lt;li&gt;The name of the performance counter &lt;/li&gt;&lt;li&gt;The instance name if it exists &lt;/li&gt;&lt;li&gt;The scale of the performance counter (default = 1) &lt;/li&gt;&lt;li&gt;The plotting style of data points. could be 0 - None, 1 - Dots, 2 - Cross or 3 - Ex
&lt;/li&gt;&lt;/ul&gt;
&lt;p&gt;&lt;br&gt;
An example:&lt;br&gt;
&amp;quot;.\Processor\% Processor Time\_Total\1\1&amp;quot;&lt;br&gt;
&lt;br&gt;
note: if the instance name contains special characters like a backslash '\' you must 'escape' the whole value with double quotes.&lt;br&gt;
e.g. &lt;br&gt;
biztalkserver\BizTalk:Message Box:General Counters\Spool Size\&amp;quot;biztalkmsgboxdb:sqlserver\sqlinstance&amp;quot;\0.1\2&lt;/p&gt;
&lt;h2&gt;&lt;span style="color:#800000"&gt;Additional parameters&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;The following additional parameters can be specified:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;-max: Set the initial Y axis maximum value (default = 100) &lt;/li&gt;&lt;li&gt;-lt: Set the default line thickness (default = 1) &lt;/li&gt;&lt;li&gt;-title: Set a customized title for the window (helps if you have several windows open)
&lt;/li&gt;&lt;/ul&gt;
&lt;h2&gt;&lt;span style="color:#800000"&gt;Customize&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;You can customize the following while running:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Updating frequency/Pause &lt;/li&gt;&lt;li&gt;Color of each line/counter &lt;/li&gt;&lt;li&gt;Scale of each line/counter &lt;/li&gt;&lt;li&gt;Plot style of each line/counter. e.g. like &amp;#43;, o, x etc. &lt;/li&gt;&lt;/ul&gt;
&lt;h1&gt;&lt;span style="color:#800000"&gt;Run-time&lt;/span&gt;&lt;/h1&gt;
&lt;p&gt;As of version 1.4 the application allows you to add and remove performance counters at run-time.&lt;/p&gt;
&lt;h1&gt;&lt;span style="color:#800000"&gt;qpmset Files&lt;/span&gt;&lt;/h1&gt;
&lt;p&gt;As of version 1.4 you can load and save performance counter sets to a file for reuse. The files are actually only an XML file with a different extension so it can be edited with any text editor if needed.&lt;/p&gt;
&lt;p&gt;From version 1.7 the internal structure of the qpmset files have changed. The performance counter definition is now stored as an Xml string.&lt;/p&gt;
&lt;h1&gt;&lt;span style="color:#800000"&gt;Logging data to csv files&lt;/span&gt;&lt;/h1&gt;
&lt;p&gt;The tool supports logging data to a csv file. The following logging options are available:&lt;br&gt;
&lt;img title="QPerfMonLoggingOptions.jpg" src="http://i3.codeplex.com/download?ProjectName=qperfmon&amp;DownloadId=174543" alt="QPerfMonLoggingOptions.jpg"&gt;&lt;/p&gt;
&lt;h1&gt;&lt;span style="color:#800000"&gt;Example&lt;/span&gt;&lt;/h1&gt;
&lt;p&gt;Running the utility with the following parameters:&lt;br&gt;
QPerfMon.exe &amp;quot;.\Processor\% Processor Time\_Total&amp;quot; &amp;quot;.\Memory\% Committed Bytes In Use\\&amp;quot; &amp;quot;.\Memory\Pages/sec\\0.1&amp;quot; &amp;quot;.\PhysicalDisk\Avg. Disk Queue Length\_Total\100&amp;quot; -title:Test&lt;br&gt;
Note: remember to escape the '%' character in a batch file.&lt;br&gt;
Would look like this:&lt;br&gt;
&lt;img title="QPerfMon.jpg" src="http://i3.codeplex.com/download?ProjectName=qperfmon&amp;DownloadId=186855" alt="QPerfMon.jpg"&gt;&lt;/p&gt;
&lt;h1&gt;&lt;span style="color:#800000"&gt;Graph format customization&lt;/span&gt;&lt;/h1&gt;
&lt;p&gt;&lt;img title="QPerfmonGraphOptions.JPG" src="http://i3.codeplex.com/download?ProjectName=qperfmon&amp;DownloadId=187588" alt="QPerfmonGraphOptions.JPG"&gt;&lt;/p&gt;
&lt;h1&gt;&lt;span style="color:#800000"&gt;Line formatting&lt;/span&gt;&lt;/h1&gt;
&lt;p&gt;Additionally the formatting of a line can be changed afterwords:&lt;br&gt;
&lt;img title="QPerfMonFormatting.jpg" src="http://i3.codeplex.com/download?ProjectName=qperfmon&amp;DownloadId=109305" alt="QPerfMonFormatting.jpg"&gt;&lt;/p&gt;
&lt;h1&gt;&lt;span style="color:#800000"&gt;Dependencies and platform support&lt;/span&gt;&lt;/h1&gt;
&lt;p&gt;The utility was developed using C# with .Net 2.0 (using VS2008) - up to version 1.6. The reason for not using newer versions of the .Net framework was simply so it can still be used on older Win XP/2003 servers etc. It has been tested on Windows XP, 2003,
 Vista and Windows 7 (32 and 64-bit). From version 1.7 it uses the .Net 4.0 Client profile framework.&lt;/p&gt;
&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>RudolfHenning</author><pubDate>Tue, 19 Mar 2013 13:12:48 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Home 20130319011248P</guid></item><item><title>Updated Wiki: Home</title><link>http://qperfmon.codeplex.com/wikipage?version=45</link><description>&lt;div class="wikidoc"&gt;
&lt;p&gt;&lt;span style="color:#800000"&gt;&lt;strong&gt;Project Description&lt;/strong&gt;&lt;/span&gt;&lt;br&gt;
This small utility helps to monitor performance counters without using the full blown perfmon tool from Windows. It supports a number of command line parameters and can be launched from batch files, shortcuts or (from version 1.4) preset qpmset files.&lt;br&gt;
&lt;br&gt;
&lt;img title="QPerfMon.jpg" src="http://i3.codeplex.com/download?ProjectName=qperfmon&amp;DownloadId=186855" alt="QPerfMon.jpg"&gt;&lt;/p&gt;
&lt;h1&gt;&lt;span style="color:#800000"&gt;Introduction&lt;/span&gt;&lt;/h1&gt;
&lt;p&gt;This small utility was developed to help monitor sets of performance counters quickly and (only) as needed.
&lt;br&gt;
The original graph control was based on &lt;a href="http://www.codeproject.com/KB/miscctrl/C2DPushGraph.aspx"&gt;
C2DPushGraph&lt;/a&gt; graph control but was customized and enhanced quite a bit for this application's needs. The main aim for the utility is to be really 'simple' without too many fancies - but it is evolving and more things might get added over time.&lt;/p&gt;
&lt;h2&gt;&lt;span style="color:#800000"&gt;Update history&lt;/span&gt;&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;1.4.4 - The tool now has the functionality to log the performance counter values to a csv file.
&lt;/li&gt;&lt;li&gt;1.4.5 - Enhanced logging options. Check for available disk space, create new file every X MB and change sample rate i.e. only log data for every N times the graph is updated. Additionally the tool will now upgrade/remember previous version settings.
&lt;/li&gt;&lt;li&gt;1.4.6 - Small bug fix to graph control to avoid negative/large perf counter values crashing the app.
&lt;/li&gt;&lt;li&gt;1.4.8 - Added 'snapping' to desktop plus 'cloning' of performance counters to ease adding a bunch of counters together.
&lt;/li&gt;&lt;li&gt;1.4.9 - Added displaying latest and earliest times and more line formatting options.
&lt;/li&gt;&lt;li&gt;1.4.10/11 More line formatting options plus fix bug to not allow duplicate counters.
&lt;/li&gt;&lt;li&gt;1.4.13 Fixed reported issue with decimal scaled values when using other 'cultures'/formatting.
&lt;/li&gt;&lt;li&gt;1.5.0 New graph control implemented. Colors and font can now be customized. &lt;/li&gt;&lt;li&gt;1.6.0 Improved the initial loading speed of application (user experience) &lt;/li&gt;&lt;li&gt;1.7.0 Converted to use .Net 4.0 framework. Line color customizations are now stored in qpmset files. As a result the structure of qpmset files has changed and not compatible with earlier versions. Now includes a proper MSI installer.
&lt;/li&gt;&lt;li&gt;1.8.0 Now you can add multiple counters/instances at once! Selecting a category you can multi-select the counters and instances you want to add from lists.
&lt;/li&gt;&lt;li&gt;1.8.1 - Added the ability to set the main Window as 'Always On Top'. &lt;/li&gt;&lt;li&gt;1.8.2 - Add the ability for qpmset files to also store the Window location/size so predefined 'sets' can be forced to always open on the same place of the screen.
&lt;/li&gt;&lt;/ul&gt;
&lt;h1&gt;&lt;span style="color:#800000"&gt;Usage&lt;/span&gt;&lt;/h1&gt;
&lt;p&gt;The tool can be executed with parameters. At the moment there is no restriction on the number of performance counters that can be specified although it would be impractical to specify too many. Each performance counter specified must looks like this:&lt;br&gt;
&lt;br&gt;
[Machine name]\[Category]\[Counter name]\[Instance name]\[scale]\[plot style]&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;The machine name is the name of the computer where the performance counter is published.
&lt;/li&gt;&lt;li&gt;The category of the performance counter &lt;/li&gt;&lt;li&gt;The name of the performance counter &lt;/li&gt;&lt;li&gt;The instance name if it exists &lt;/li&gt;&lt;li&gt;The scale of the performance counter (default = 1) &lt;/li&gt;&lt;li&gt;The plotting style of data points. could be 0 - None, 1 - Dots, 2 - Cross or 3 - Ex
&lt;/li&gt;&lt;/ul&gt;
&lt;p&gt;&lt;br&gt;
An example:&lt;br&gt;
&amp;quot;.\Processor\% Processor Time\_Total\1\1&amp;quot;&lt;br&gt;
&lt;br&gt;
note: if the instance name contains special characters like a backslash '\' you must 'escape' the whole value with double quotes.&lt;br&gt;
e.g. &lt;br&gt;
biztalkserver\BizTalk:Message Box:General Counters\Spool Size\&amp;quot;biztalkmsgboxdb:sqlserver\sqlinstance&amp;quot;\0.1\2&lt;/p&gt;
&lt;h2&gt;&lt;span style="color:#800000"&gt;Additional parameters&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;The following additional parameters can be specified:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;-max: Set the initial Y axis maximum value (default = 100) &lt;/li&gt;&lt;li&gt;-lt: Set the default line thickness (default = 1) &lt;/li&gt;&lt;li&gt;-title: Set a customized title for the window (helps if you have several windows open)
&lt;/li&gt;&lt;/ul&gt;
&lt;h2&gt;&lt;span style="color:#800000"&gt;Customize&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;You can customize the following while running:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Updating frequency/Pause &lt;/li&gt;&lt;li&gt;Color of each line/counter &lt;/li&gt;&lt;li&gt;Scale of each line/counter &lt;/li&gt;&lt;li&gt;Plot style of each line/counter. e.g. like &amp;#43;, o, x etc. &lt;/li&gt;&lt;/ul&gt;
&lt;h1&gt;&lt;span style="color:#800000"&gt;Run-time&lt;/span&gt;&lt;/h1&gt;
&lt;p&gt;As of version 1.4 the application allows you to add and remove performance counters at run-time.&lt;/p&gt;
&lt;h1&gt;&lt;span style="color:#800000"&gt;qpmset Files&lt;/span&gt;&lt;/h1&gt;
&lt;p&gt;As of version 1.4 you can load and save performance counter sets to a file for reuse. The files are actually only an XML file with a different extension so it can be edited with any text editor if needed.&lt;/p&gt;
&lt;p&gt;From version 1.7 the internal structure of the qpmset files have changed. The performance counter definition is now stored as an Xml string.&lt;/p&gt;
&lt;h1&gt;&lt;span style="color:#800000"&gt;Logging data to csv files&lt;/span&gt;&lt;/h1&gt;
&lt;p&gt;The tool supports logging data to a csv file. The following logging options are available:&lt;br&gt;
&lt;img title="QPerfMonLoggingOptions.jpg" src="http://i3.codeplex.com/download?ProjectName=qperfmon&amp;DownloadId=174543" alt="QPerfMonLoggingOptions.jpg"&gt;&lt;/p&gt;
&lt;h1&gt;&lt;span style="color:#800000"&gt;Example&lt;/span&gt;&lt;/h1&gt;
&lt;p&gt;Running the utility with the following parameters:&lt;br&gt;
QPerfMon.exe &amp;quot;.\Processor\% Processor Time\_Total&amp;quot; &amp;quot;.\Memory\% Committed Bytes In Use\\&amp;quot; &amp;quot;.\Memory\Pages/sec\\0.1&amp;quot; &amp;quot;.\PhysicalDisk\Avg. Disk Queue Length\_Total\100&amp;quot; -title:Test&lt;br&gt;
Note: remember to escape the '%' character in a batch file.&lt;br&gt;
Would look like this:&lt;br&gt;
&lt;img title="QPerfMon.jpg" src="http://i3.codeplex.com/download?ProjectName=qperfmon&amp;DownloadId=186855" alt="QPerfMon.jpg"&gt;&lt;/p&gt;
&lt;h1&gt;&lt;span style="color:#800000"&gt;Graph format customization&lt;/span&gt;&lt;/h1&gt;
&lt;p&gt;&lt;img title="QPerfmonGraphOptions.JPG" src="http://i3.codeplex.com/download?ProjectName=qperfmon&amp;DownloadId=187588" alt="QPerfmonGraphOptions.JPG"&gt;&lt;/p&gt;
&lt;h1&gt;&lt;span style="color:#800000"&gt;Line formatting&lt;/span&gt;&lt;/h1&gt;
&lt;p&gt;Additionally the formatting of a line can be changed afterwords:&lt;br&gt;
&lt;img title="QPerfMonFormatting.jpg" src="http://i3.codeplex.com/download?ProjectName=qperfmon&amp;DownloadId=109305" alt="QPerfMonFormatting.jpg"&gt;&lt;/p&gt;
&lt;h1&gt;&lt;span style="color:#800000"&gt;Dependencies and platform support&lt;/span&gt;&lt;/h1&gt;
&lt;p&gt;The utility was developed using C# with .Net 2.0 (using VS2008) - up to version 1.6. The reason for not using newer versions of the .Net framework was simply so it can still be used on older Win XP/2003 servers etc. It has been tested on Windows XP, 2003,
 Vista and Windows 7 (32 and 64-bit). From version 1.7 it uses the .Net 4.0 Client profile framework.&lt;/p&gt;
&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>RudolfHenning</author><pubDate>Thu, 12 Apr 2012 07:56:38 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Home 20120412075638A</guid></item><item><title>Updated Wiki: Home</title><link>http://qperfmon.codeplex.com/wikipage?version=44</link><description>&lt;div class="wikidoc"&gt;
&lt;p&gt;&lt;span style="color:#800000"&gt;&lt;strong&gt;Project Description&lt;/strong&gt;&lt;/span&gt;&lt;br&gt;
This small utility helps to monitor performance counters without using the full blown perfmon tool from Windows. It supports a number of command line parameters and can be launched from batch files, shortcuts or (from version 1.4) preset qpmset files.&lt;br&gt;
&lt;br&gt;
&lt;img title="QPerfMon.jpg" src="http://i3.codeplex.com/download?ProjectName=qperfmon&amp;DownloadId=186855" alt="QPerfMon.jpg"&gt;&lt;/p&gt;
&lt;h1&gt;&lt;span style="color:#800000"&gt;Introduction&lt;/span&gt;&lt;/h1&gt;
&lt;p&gt;This small utility was developed to help monitor sets of performance counters quickly and (only) as needed.
&lt;br&gt;
The original graph control was based on &lt;a href="http://www.codeproject.com/KB/miscctrl/C2DPushGraph.aspx"&gt;
C2DPushGraph&lt;/a&gt; graph control but was customized and enhanced quite a bit for this application's needs. The main aim for the utility is to be really 'simple' without too many fancies - but it is evolving and more things might get added over time.&lt;/p&gt;
&lt;h2&gt;&lt;span style="color:#800000"&gt;Update history&lt;/span&gt;&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;1.4.4 - The tool now has the functionality to log the performance counter values to a csv file.
&lt;/li&gt;&lt;li&gt;1.4.5 - Enhanced logging options. Check for available disk space, create new file every X MB and change sample rate i.e. only log data for every N times the graph is updated. Additionally the tool will now upgrade/remember previous version settings.
&lt;/li&gt;&lt;li&gt;1.4.6 - Small bug fix to graph control to avoid negative/large perf counter values crashing the app.
&lt;/li&gt;&lt;li&gt;1.4.8 - Added 'snapping' to desktop plus 'cloning' of performance counters to ease adding a bunch of counters together.
&lt;/li&gt;&lt;li&gt;1.4.9 - Added displaying latest and earliest times and more line formatting options.
&lt;/li&gt;&lt;li&gt;1.4.10/11 More line formatting options plus fix bug to not allow duplicate counters.
&lt;/li&gt;&lt;li&gt;1.4.13 Fixed reported issue with decimal scaled values when using other 'cultures'/formatting.
&lt;/li&gt;&lt;li&gt;1.5.0 New graph control implemented. Colors and font can now be customized. &lt;/li&gt;&lt;li&gt;1.6.0 Improved the initial loading speed of application (user experience) &lt;/li&gt;&lt;li&gt;1.7.0 Converted to use .Net 4.0 framework. Line color customizations are now stored in qpmset files. As a result the structure of qpmset files has changed and not compatible with earlier versions. Now includes a proper MSI installer.
&lt;/li&gt;&lt;li&gt;1.8.0 Now you can add multiple counters/instances at once! Selecting a category you can multi-select the counters and instances you want to add from lists.
&lt;/li&gt;&lt;li&gt;1.8.1 - Added the ability to set the main Window as 'Always On Top'. &lt;/li&gt;&lt;/ul&gt;
&lt;h1&gt;&lt;span style="color:#800000"&gt;Usage&lt;/span&gt;&lt;/h1&gt;
&lt;p&gt;The tool can be executed with parameters. At the moment there is no restriction on the number of performance counters that can be specified although it would be impractical to specify too many. Each performance counter specified must looks like this:&lt;br&gt;
&lt;br&gt;
[Machine name]\[Category]\[Counter name]\[Instance name]\[scale]\[plot style]&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;The machine name is the name of the computer where the performance counter is published.
&lt;/li&gt;&lt;li&gt;The category of the performance counter &lt;/li&gt;&lt;li&gt;The name of the performance counter &lt;/li&gt;&lt;li&gt;The instance name if it exists &lt;/li&gt;&lt;li&gt;The scale of the performance counter (default = 1) &lt;/li&gt;&lt;li&gt;The plotting style of data points. could be 0 - None, 1 - Dots, 2 - Cross or 3 - Ex
&lt;/li&gt;&lt;/ul&gt;
&lt;p&gt;&lt;br&gt;
An example:&lt;br&gt;
&amp;quot;.\Processor\% Processor Time\_Total\1\1&amp;quot;&lt;br&gt;
&lt;br&gt;
note: if the instance name contains special characters like a backslash '\' you must 'escape' the whole value with double quotes.&lt;br&gt;
e.g. &lt;br&gt;
biztalkserver\BizTalk:Message Box:General Counters\Spool Size\&amp;quot;biztalkmsgboxdb:sqlserver\sqlinstance&amp;quot;\0.1\2&lt;/p&gt;
&lt;h2&gt;&lt;span style="color:#800000"&gt;Additional parameters&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;The following additional parameters can be specified:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;-max: Set the initial Y axis maximum value (default = 100) &lt;/li&gt;&lt;li&gt;-lt: Set the default line thickness (default = 1) &lt;/li&gt;&lt;li&gt;-title: Set a customized title for the window (helps if you have several windows open)
&lt;/li&gt;&lt;/ul&gt;
&lt;h2&gt;&lt;span style="color:#800000"&gt;Customize&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;You can customize the following while running:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Updating frequency/Pause &lt;/li&gt;&lt;li&gt;Color of each line/counter &lt;/li&gt;&lt;li&gt;Scale of each line/counter &lt;/li&gt;&lt;li&gt;Plot style of each line/counter. e.g. like &amp;#43;, o, x etc. &lt;/li&gt;&lt;/ul&gt;
&lt;h1&gt;&lt;span style="color:#800000"&gt;Run-time&lt;/span&gt;&lt;/h1&gt;
&lt;p&gt;As of version 1.4 the application allows you to add and remove performance counters at run-time.&lt;/p&gt;
&lt;h1&gt;&lt;span style="color:#800000"&gt;qpmset Files&lt;/span&gt;&lt;/h1&gt;
&lt;p&gt;As of version 1.4 you can load and save performance counter sets to a file for reuse. The files are actually only an XML file with a different extension so it can be edited with any text editor if needed.&lt;/p&gt;
&lt;p&gt;From version 1.7 the internal structure of the qpmset files have changed. The performance counter definition is now stored as an Xml string.&lt;/p&gt;
&lt;h1&gt;&lt;span style="color:#800000"&gt;Logging data to csv files&lt;/span&gt;&lt;/h1&gt;
&lt;p&gt;The tool supports logging data to a csv file. The following logging options are available:&lt;br&gt;
&lt;img title="QPerfMonLoggingOptions.jpg" src="http://i3.codeplex.com/download?ProjectName=qperfmon&amp;DownloadId=174543" alt="QPerfMonLoggingOptions.jpg"&gt;&lt;/p&gt;
&lt;h1&gt;&lt;span style="color:#800000"&gt;Example&lt;/span&gt;&lt;/h1&gt;
&lt;p&gt;Running the utility with the following parameters:&lt;br&gt;
QPerfMon.exe &amp;quot;.\Processor\% Processor Time\_Total&amp;quot; &amp;quot;.\Memory\% Committed Bytes In Use\\&amp;quot; &amp;quot;.\Memory\Pages/sec\\0.1&amp;quot; &amp;quot;.\PhysicalDisk\Avg. Disk Queue Length\_Total\100&amp;quot; -title:Test&lt;br&gt;
Note: remember to escape the '%' character in a batch file.&lt;br&gt;
Would look like this:&lt;br&gt;
&lt;img title="QPerfMon.jpg" src="http://i3.codeplex.com/download?ProjectName=qperfmon&amp;DownloadId=186855" alt="QPerfMon.jpg"&gt;&lt;/p&gt;
&lt;h1&gt;&lt;span style="color:#800000"&gt;Graph format customization&lt;/span&gt;&lt;/h1&gt;
&lt;p&gt;&lt;img title="QPerfmonGraphOptions.JPG" src="http://i3.codeplex.com/download?ProjectName=qperfmon&amp;DownloadId=187588" alt="QPerfmonGraphOptions.JPG"&gt;&lt;/p&gt;
&lt;h1&gt;&lt;span style="color:#800000"&gt;Line formatting&lt;/span&gt;&lt;/h1&gt;
&lt;p&gt;Additionally the formatting of a line can be changed afterwords:&lt;br&gt;
&lt;img title="QPerfMonFormatting.jpg" src="http://i3.codeplex.com/download?ProjectName=qperfmon&amp;DownloadId=109305" alt="QPerfMonFormatting.jpg"&gt;&lt;/p&gt;
&lt;h1&gt;&lt;span style="color:#800000"&gt;Dependencies and platform support&lt;/span&gt;&lt;/h1&gt;
&lt;p&gt;The utility was developed using C# with .Net 2.0 (using VS2008) - up to version 1.6. The reason for not using newer versions of the .Net framework was simply so it can still be used on older Win XP/2003 servers etc. It has been tested on Windows XP, 2003,
 Vista and Windows 7 (32 and 64-bit). From version 1.7 it uses the .Net 4.0 Client profile framework.&lt;/p&gt;
&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>RudolfHenning</author><pubDate>Tue, 27 Mar 2012 04:55:25 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Home 20120327045525A</guid></item><item><title>Updated Wiki: Home</title><link>http://qperfmon.codeplex.com/wikipage?version=43</link><description>&lt;div class="wikidoc"&gt;
&lt;p&gt;&lt;span style="color:#800000"&gt;&lt;strong&gt;Project Description&lt;/strong&gt;&lt;/span&gt;&lt;br&gt;
This small utility helps to monitor performance counters without using the full blown perfmon tool from Windows. It supports a number of command line parameters and can be launched from batch files, shortcuts or (from version 1.4) preset qpmset files.&lt;br&gt;
&lt;br&gt;
&lt;img title="QPerfMon.jpg" src="http://i3.codeplex.com/download?ProjectName=qperfmon&amp;DownloadId=186855" alt="QPerfMon.jpg"&gt;&lt;/p&gt;
&lt;h1&gt;&lt;span style="color:#800000"&gt;Introduction&lt;/span&gt;&lt;/h1&gt;
&lt;p&gt;This small utility was developed to help monitor sets of performance counters quickly and (only) as needed.
&lt;br&gt;
The original graph control was based on &lt;a href="http://www.codeproject.com/KB/miscctrl/C2DPushGraph.aspx"&gt;
C2DPushGraph&lt;/a&gt; graph control but was customized and enhanced quite a bit for this application's needs. The main aim for the utility is to be really 'simple' without too many fancies - but it is evolving and more things might get added over time.&lt;/p&gt;
&lt;h2&gt;&lt;span style="color:#800000"&gt;Update history&lt;/span&gt;&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;1.4.4 - The tool now has the functionality to log the performance counter values to a csv file.
&lt;/li&gt;&lt;li&gt;1.4.5 - Enhanced logging options. Check for available disk space, create new file every X MB and change sample rate i.e. only log data for every N times the graph is updated. Additionally the tool will now upgrade/remember previous version settings.
&lt;/li&gt;&lt;li&gt;1.4.6 - Small bug fix to graph control to avoid negative/large perf counter values crashing the app.
&lt;/li&gt;&lt;li&gt;1.4.8 - Added 'snapping' to desktop plus 'cloning' of performance counters to ease adding a bunch of counters together.
&lt;/li&gt;&lt;li&gt;1.4.9 - Added displaying latest and earliest times and more line formatting options.
&lt;/li&gt;&lt;li&gt;1.4.10/11 More line formatting options plus fix bug to not allow duplicate counters.
&lt;/li&gt;&lt;li&gt;1.4.13 Fixed reported issue with decimal scaled values when using other 'cultures'/formatting.
&lt;/li&gt;&lt;li&gt;1.5.0 New graph control implemented. Colors and font can now be customized. &lt;/li&gt;&lt;li&gt;1.6.0 Improved the initial loading speed of application (user experience) &lt;/li&gt;&lt;li&gt;1.7.0 Converted to use .Net 4.0 framework. Line color customizations are now stored in qpmset files. As a result the structure of qpmset files has changed and not compatible with earlier versions. Now includes a proper MSI installer.
&lt;/li&gt;&lt;li&gt;1.8.0 Now you can add multiple counters/instances at once! Selecting a category you can multi-select the counters and instances you want to add from lists.
&lt;/li&gt;&lt;/ul&gt;
&lt;h1&gt;&lt;span style="color:#800000"&gt;Usage&lt;/span&gt;&lt;/h1&gt;
&lt;p&gt;The tool can be executed with parameters. At the moment there is no restriction on the number of performance counters that can be specified although it would be impractical to specify too many. Each performance counter specified must looks like this:&lt;br&gt;
&lt;br&gt;
[Machine name]\[Category]\[Counter name]\[Instance name]\[scale]\[plot style]&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;The machine name is the name of the computer where the performance counter is published.
&lt;/li&gt;&lt;li&gt;The category of the performance counter &lt;/li&gt;&lt;li&gt;The name of the performance counter &lt;/li&gt;&lt;li&gt;The instance name if it exists &lt;/li&gt;&lt;li&gt;The scale of the performance counter (default = 1) &lt;/li&gt;&lt;li&gt;The plotting style of data points. could be 0 - None, 1 - Dots, 2 - Cross or 3 - Ex
&lt;/li&gt;&lt;/ul&gt;
&lt;p&gt;&lt;br&gt;
An example:&lt;br&gt;
&amp;quot;.\Processor\% Processor Time\_Total\1\1&amp;quot;&lt;br&gt;
&lt;br&gt;
note: if the instance name contains special characters like a backslash '\' you must 'escape' the whole value with double quotes.&lt;br&gt;
e.g. &lt;br&gt;
biztalkserver\BizTalk:Message Box:General Counters\Spool Size\&amp;quot;biztalkmsgboxdb:sqlserver\sqlinstance&amp;quot;\0.1\2&lt;/p&gt;
&lt;h2&gt;&lt;span style="color:#800000"&gt;Additional parameters&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;The following additional parameters can be specified:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;-max: Set the initial Y axis maximum value (default = 100) &lt;/li&gt;&lt;li&gt;-lt: Set the default line thickness (default = 1) &lt;/li&gt;&lt;li&gt;-title: Set a customized title for the window (helps if you have several windows open)
&lt;/li&gt;&lt;/ul&gt;
&lt;h2&gt;&lt;span style="color:#800000"&gt;Customize&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;You can customize the following while running:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Updating frequency/Pause &lt;/li&gt;&lt;li&gt;Color of each line/counter &lt;/li&gt;&lt;li&gt;Scale of each line/counter &lt;/li&gt;&lt;li&gt;Plot style of each line/counter. e.g. like &amp;#43;, o, x etc. &lt;/li&gt;&lt;/ul&gt;
&lt;h1&gt;&lt;span style="color:#800000"&gt;Run-time&lt;/span&gt;&lt;/h1&gt;
&lt;p&gt;As of version 1.4 the application allows you to add and remove performance counters at run-time.&lt;/p&gt;
&lt;h1&gt;&lt;span style="color:#800000"&gt;qpmset Files&lt;/span&gt;&lt;/h1&gt;
&lt;p&gt;As of version 1.4 you can load and save performance counter sets to a file for reuse. The files are actually only an XML file with a different extension so it can be edited with any text editor if needed.&lt;/p&gt;
&lt;p&gt;From version 1.7 the internal structure of the qpmset files have changed. The performance counter definition is now stored as an Xml string.&lt;/p&gt;
&lt;h1&gt;&lt;span style="color:#800000"&gt;Logging data to csv files&lt;/span&gt;&lt;/h1&gt;
&lt;p&gt;The tool supports logging data to a csv file. The following logging options are available:&lt;br&gt;
&lt;img title="QPerfMonLoggingOptions.jpg" src="http://i3.codeplex.com/download?ProjectName=qperfmon&amp;DownloadId=174543" alt="QPerfMonLoggingOptions.jpg"&gt;&lt;/p&gt;
&lt;h1&gt;&lt;span style="color:#800000"&gt;Example&lt;/span&gt;&lt;/h1&gt;
&lt;p&gt;Running the utility with the following parameters:&lt;br&gt;
QPerfMon.exe &amp;quot;.\Processor\% Processor Time\_Total&amp;quot; &amp;quot;.\Memory\% Committed Bytes In Use\\&amp;quot; &amp;quot;.\Memory\Pages/sec\\0.1&amp;quot; &amp;quot;.\PhysicalDisk\Avg. Disk Queue Length\_Total\100&amp;quot; -title:Test&lt;br&gt;
Note: remember to escape the '%' character in a batch file.&lt;br&gt;
Would look like this:&lt;br&gt;
&lt;img title="QPerfMon.jpg" src="http://i3.codeplex.com/download?ProjectName=qperfmon&amp;DownloadId=186855" alt="QPerfMon.jpg"&gt;&lt;/p&gt;
&lt;h1&gt;&lt;span style="color:#800000"&gt;Graph format customization&lt;/span&gt;&lt;/h1&gt;
&lt;p&gt;&lt;img title="QPerfmonGraphOptions.JPG" src="http://i3.codeplex.com/download?ProjectName=qperfmon&amp;DownloadId=187588" alt="QPerfmonGraphOptions.JPG"&gt;&lt;/p&gt;
&lt;h1&gt;&lt;span style="color:#800000"&gt;Line formatting&lt;/span&gt;&lt;/h1&gt;
&lt;p&gt;Additionally the formatting of a line can be changed afterwords:&lt;br&gt;
&lt;img title="QPerfMonFormatting.jpg" src="http://i3.codeplex.com/download?ProjectName=qperfmon&amp;DownloadId=109305" alt="QPerfMonFormatting.jpg"&gt;&lt;/p&gt;
&lt;h1&gt;&lt;span style="color:#800000"&gt;Dependencies and platform support&lt;/span&gt;&lt;/h1&gt;
&lt;p&gt;The utility was developed using C# with .Net 2.0 (using VS2008) - up to version 1.6. The reason for not using newer versions of the .Net framework was simply so it can still be used on older Win XP/2003 servers etc. It has been tested on Windows XP, 2003,
 Vista and Windows 7 (32 and 64-bit). From version 1.7 it uses the .Net 4.0 Client profile framework.&lt;/p&gt;
&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>RudolfHenning</author><pubDate>Thu, 10 Nov 2011 09:48:15 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Home 20111110094815A</guid></item><item><title>Updated Wiki: Home</title><link>http://qperfmon.codeplex.com/wikipage?version=42</link><description>&lt;div class="wikidoc"&gt;
&lt;p&gt;&lt;span style="color:#800000"&gt;&lt;strong&gt;Project Description&lt;/strong&gt;&lt;/span&gt;&lt;br&gt;
This small utility helps to monitor performance counters without using the full blown perfmon tool from Windows. It supports a number of command line parameters and can be launched from batch files, shortcuts or (from version 1.4) preset qpmset files.&lt;br&gt;
&lt;br&gt;
&lt;img title="QPerfMon.jpg" src="http://i3.codeplex.com/download?ProjectName=qperfmon&amp;DownloadId=186855" alt="QPerfMon.jpg"&gt;&lt;/p&gt;
&lt;h1&gt;&lt;span style="color:#800000"&gt;Introduction&lt;/span&gt;&lt;/h1&gt;
&lt;p&gt;This small utility was developed to help monitor sets of performance counters quickly and (only) as needed.
&lt;br&gt;
The original graph control was based on &lt;a href="http://www.codeproject.com/KB/miscctrl/C2DPushGraph.aspx"&gt;
C2DPushGraph&lt;/a&gt; graph control but was customized and enhanced quite a bit for this application's needs. The main aim for the utility is to be really 'simple' without too many fancies - but it is evolving and more things might get added over time.&lt;/p&gt;
&lt;h2&gt;&lt;span style="color:#800000"&gt;Update history&lt;/span&gt;&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;1.4.4 - The tool now has the functionality to log the performance counter values to a csv file.
&lt;/li&gt;&lt;li&gt;1.4.5 - Enhanced logging options. Check for available disk space, create new file every X MB and change sample rate i.e. only log data for every N times the graph is updated. Additionally the tool will now upgrade/remember previous version settings.
&lt;/li&gt;&lt;li&gt;1.4.6 - Small bug fix to graph control to avoid negative/large perf counter values crashing the app.
&lt;/li&gt;&lt;li&gt;1.4.8 - Added 'snapping' to desktop plus 'cloning' of performance counters to ease adding a bunch of counters together.
&lt;/li&gt;&lt;li&gt;1.4.9 - Added displaying latest and earliest times and more line formatting options.
&lt;/li&gt;&lt;li&gt;1.4.10/11 More line formatting options plus fix bug to not allow duplicate counters.
&lt;/li&gt;&lt;li&gt;1.4.13 Fixed reported issue with decimal scaled values when using other 'cultures'/formatting.
&lt;/li&gt;&lt;li&gt;1.5.0 New graph control implemented. Colors and font can now be customized. &lt;/li&gt;&lt;li&gt;1.6.0 Improved the initial loading speed of application (user experience) &lt;/li&gt;&lt;li&gt;1.7.0 Converted to use .Net 4.0 framework. Line color customizations are now stored in qpmset files. As a result the structure of qpmset files has changed and not compatible with earlier versions. Now includes a proper MSI installer.
&lt;/li&gt;&lt;li&gt;1.8.0 Now you can add multiple counters/instances at once! Selecting a category you can multi-select the counters and instances you want to add from lists.
&lt;/li&gt;&lt;/ul&gt;
&lt;h1&gt;&lt;span style="color:#800000"&gt;Usage&lt;/span&gt;&lt;/h1&gt;
&lt;p&gt;The tool can be executed with parameters. At the moment there is no restriction on the number of performance counters that can be specified although it would be impractical to specify too many. Each performance counter specified must looks like this:&lt;br&gt;
&lt;br&gt;
[Machine name]\[Category]\[Counter name]\[Instance name]\[scale]\[plot style]&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;The machine name is the name of the computer where the performance counter is published.
&lt;/li&gt;&lt;li&gt;The category of the performance counter &lt;/li&gt;&lt;li&gt;The name of the performance counter &lt;/li&gt;&lt;li&gt;The instance name if it exists &lt;/li&gt;&lt;li&gt;The scale of the performance counter (default = 1) &lt;/li&gt;&lt;li&gt;The plotting style of data points. could be 0 - None, 1 - Dots, 2 - Cross or 3 - Ex
&lt;/li&gt;&lt;/ul&gt;
&lt;p&gt;&lt;br&gt;
An example:&lt;br&gt;
&amp;quot;.\Processor\% Processor Time\_Total\1\1&amp;quot;&lt;br&gt;
&lt;br&gt;
note: if the instance name contains special characters like a backslash '\' you must 'escape' the whole value with double quotes.&lt;br&gt;
e.g. &lt;br&gt;
biztalkserver\BizTalk:Message Box:General Counters\Spool Size\&amp;quot;biztalkmsgboxdb:sqlserver\sqlinstance&amp;quot;\0.1\2&lt;/p&gt;
&lt;h2&gt;&lt;span style="color:#800000"&gt;Additional parameters&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;The following additional parameters can be specified:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;-max: Set the initial Y axis maximum value (default = 100) &lt;/li&gt;&lt;li&gt;-lt: Set the default line thickness (default = 1) &lt;/li&gt;&lt;li&gt;-title: Set a customized title for the window (helps if you have several windows open)
&lt;/li&gt;&lt;/ul&gt;
&lt;h2&gt;&lt;span style="color:#800000"&gt;Customize&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;You can customize the following while running:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Updating frequency/Pause &lt;/li&gt;&lt;li&gt;Color of each line/counter &lt;/li&gt;&lt;li&gt;Scale of each line/counter &lt;/li&gt;&lt;/ul&gt;
&lt;h1&gt;&lt;span style="color:#800000"&gt;Run-time&lt;/span&gt;&lt;/h1&gt;
&lt;p&gt;As of version 1.4 the application allows you to add and remove performance counters at run-time.&lt;/p&gt;
&lt;h1&gt;&lt;span style="color:#800000"&gt;qpmset Files&lt;/span&gt;&lt;/h1&gt;
&lt;p&gt;As of version 1.4 you can load and save performance counter sets to a file for reuse. The files are actually only an XML file with a different extension so it can be edited with any text editor if needed.&lt;/p&gt;
&lt;p&gt;From version 1.7 the internal structure of the qpmset files have changed. The performance counter definition is now stored as an Xml string.&lt;/p&gt;
&lt;h1&gt;&lt;span style="color:#800000"&gt;Logging data to csv files&lt;/span&gt;&lt;/h1&gt;
&lt;p&gt;The tool supports logging data to a csv file. The following logging options are available:&lt;br&gt;
&lt;img title="QPerfMonLoggingOptions.jpg" src="http://i3.codeplex.com/download?ProjectName=qperfmon&amp;DownloadId=174543" alt="QPerfMonLoggingOptions.jpg"&gt;&lt;/p&gt;
&lt;h1&gt;&lt;span style="color:#800000"&gt;Example&lt;/span&gt;&lt;/h1&gt;
&lt;p&gt;Running the utility with the following parameters:&lt;br&gt;
QPerfMon.exe &amp;quot;.\Processor\% Processor Time\_Total&amp;quot; &amp;quot;.\Memory\% Committed Bytes In Use\\&amp;quot; &amp;quot;.\Memory\Pages/sec\\0.1&amp;quot; &amp;quot;.\PhysicalDisk\Avg. Disk Queue Length\_Total\100&amp;quot; -title:Test&lt;br&gt;
Note: remember to escape the '%' character in a batch file.&lt;br&gt;
Would look like this:&lt;br&gt;
&lt;img title="QPerfMon.jpg" src="http://i3.codeplex.com/download?ProjectName=qperfmon&amp;DownloadId=186855" alt="QPerfMon.jpg"&gt;&lt;/p&gt;
&lt;h1&gt;&lt;span style="color:#800000"&gt;Graph format customization&lt;/span&gt;&lt;/h1&gt;
&lt;p&gt;&lt;img title="QPerfmonGraphOptions.JPG" src="http://i3.codeplex.com/download?ProjectName=qperfmon&amp;DownloadId=187588" alt="QPerfmonGraphOptions.JPG"&gt;&lt;/p&gt;
&lt;h1&gt;&lt;span style="color:#800000"&gt;Line formatting&lt;/span&gt;&lt;/h1&gt;
&lt;p&gt;Additionally the formatting of a line can be changed afterwords:&lt;br&gt;
&lt;img title="QPerfMonFormatting.jpg" src="http://i3.codeplex.com/download?ProjectName=qperfmon&amp;DownloadId=109305" alt="QPerfMonFormatting.jpg"&gt;&lt;/p&gt;
&lt;h1&gt;&lt;span style="color:#800000"&gt;Dependencies and platform support&lt;/span&gt;&lt;/h1&gt;
&lt;p&gt;The utility was developed using C# with .Net 2.0 (using VS2008) - up to version 1.6. The reason for not using newer versions of the .Net framework was simply so it can still be used on older Win XP/2003 servers etc. It has been tested on Windows XP, 2003,
 Vista and Windows 7 (32 and 64-bit). From version 1.7 it uses the .Net 4.0 Client profile framework.&lt;/p&gt;
&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>RudolfHenning</author><pubDate>Thu, 10 Nov 2011 09:46:02 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Home 20111110094602A</guid></item><item><title>Updated Wiki: Requirements</title><link>http://qperfmon.codeplex.com/wikipage?title=Requirements&amp;version=2</link><description>&lt;div class="wikidoc"&gt;&lt;h1&gt;Requirements&lt;/h1&gt;To run QPerfmon you need the .Net 4.0 Client Profile runtimes installed. The tool consist of the main executable (QPerfMon.exe) and the graph control. &lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>RudolfHenning</author><pubDate>Fri, 21 Oct 2011 10:41:30 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Requirements 20111021104130A</guid></item><item><title>Updated Wiki: Home</title><link>http://qperfmon.codeplex.com/wikipage?version=41</link><description>&lt;div class="wikidoc"&gt;
&lt;p&gt;&lt;span style="color:#800000"&gt;&lt;strong&gt;Project Description&lt;/strong&gt;&lt;/span&gt;&lt;br&gt;
This small utility helps to monitor performance counters without using the full blown perfmon tool from Windows. It supports a number of command line parameters and can be launched from batch files, shortcuts or (from version 1.4) preset qpmset files.&lt;br&gt;
&lt;br&gt;
&lt;img title="QPerfMon.jpg" src="http://i3.codeplex.com/download?ProjectName=qperfmon&amp;DownloadId=186855" alt="QPerfMon.jpg"&gt;&lt;/p&gt;
&lt;h1&gt;&lt;span style="color:#800000"&gt;Introduction&lt;/span&gt;&lt;/h1&gt;
&lt;p&gt;This small utility was developed to help monitor sets of performance counters quickly and (only) as needed.
&lt;br&gt;
The original graph control was based on &lt;a href="http://www.codeproject.com/KB/miscctrl/C2DPushGraph.aspx"&gt;
C2DPushGraph&lt;/a&gt; graph control but was customized and enhanced quite a bit for this application's needs. The main aim for the utility is to be really 'simple' without too many fancies - but it is evolving and more things might get added over time.&lt;/p&gt;
&lt;h2&gt;&lt;span style="color:#800000"&gt;Update history&lt;/span&gt;&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;1.4.4 - The tool now has the functionality to log the performance counter values to a csv file.
&lt;/li&gt;&lt;li&gt;1.4.5 - Enhanced logging options. Check for available disk space, create new file every X MB and change sample rate i.e. only log data for every N times the graph is updated. Additionally the tool will now upgrade/remember previous version settings.
&lt;/li&gt;&lt;li&gt;1.4.6 - Small bug fix to graph control to avoid negative/large perf counter values crashing the app.
&lt;/li&gt;&lt;li&gt;1.4.8 - Added 'snapping' to desktop plus 'cloning' of performance counters to ease adding a bunch of counters together.
&lt;/li&gt;&lt;li&gt;1.4.9 - Added displaying latest and earliest times and more line formatting options.
&lt;/li&gt;&lt;li&gt;1.4.10/11 More line formatting options plus fix bug to not allow duplicate counters.
&lt;/li&gt;&lt;li&gt;1.4.13 Fixed reported issue with decimal scaled values when using other 'cultures'/formatting.
&lt;/li&gt;&lt;li&gt;1.5.0 New graph control implemented. Colors and font can now be customized. &lt;/li&gt;&lt;li&gt;1.6.0 Improved the initial loading speed of application (user experience) &lt;/li&gt;&lt;li&gt;1.7.0 Converted to use .Net 4.0 framework. Line color customizations are now stored in qpmset files. As a result the structure of qpmset files has changed and not compatible with earlier versions. Now includes a proper MSI installer.
&lt;/li&gt;&lt;/ul&gt;
&lt;h1&gt;&lt;span style="color:#800000"&gt;Usage&lt;/span&gt;&lt;/h1&gt;
&lt;p&gt;The tool can be executed with parameters. At the moment there is no restriction on the number of performance counters that can be specified although it would be impractical to specify too many. Each performance counter specified must looks like this:&lt;br&gt;
&lt;br&gt;
[Machine name]\[Category]\[Counter name]\[Instance name]\[scale]\[plot style]&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;The machine name is the name of the computer where the performance counter is published.
&lt;/li&gt;&lt;li&gt;The category of the performance counter &lt;/li&gt;&lt;li&gt;The name of the performance counter &lt;/li&gt;&lt;li&gt;The instance name if it exists &lt;/li&gt;&lt;li&gt;The scale of the performance counter (default = 1) &lt;/li&gt;&lt;li&gt;The plotting style of data points. could be 0 - None, 1 - Dots, 2 - Cross or 3 - Ex
&lt;/li&gt;&lt;/ul&gt;
&lt;p&gt;&lt;br&gt;
An example:&lt;br&gt;
&amp;quot;.\Processor\% Processor Time\_Total\1\1&amp;quot;&lt;br&gt;
&lt;br&gt;
note: if the instance name contains special characters like a backslash '\' you must 'escape' the whole value with double quotes.&lt;br&gt;
e.g. &lt;br&gt;
biztalkserver\BizTalk:Message Box:General Counters\Spool Size\&amp;quot;biztalkmsgboxdb:sqlserver\sqlinstance&amp;quot;\0.1\2&lt;/p&gt;
&lt;h2&gt;&lt;span style="color:#800000"&gt;Additional parameters&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;The following additional parameters can be specified:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;-max: Set the initial Y axis maximum value (default = 100) &lt;/li&gt;&lt;li&gt;-lt: Set the default line thickness (default = 1) &lt;/li&gt;&lt;li&gt;-title: Set a customized title for the window (helps if you have several windows open)
&lt;/li&gt;&lt;/ul&gt;
&lt;h2&gt;&lt;span style="color:#800000"&gt;Customize&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;You can customize the following while running:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Updating frequency/Pause &lt;/li&gt;&lt;li&gt;Color of each line/counter &lt;/li&gt;&lt;li&gt;Scale of each line/counter &lt;/li&gt;&lt;/ul&gt;
&lt;h1&gt;&lt;span style="color:#800000"&gt;Run-time&lt;/span&gt;&lt;/h1&gt;
&lt;p&gt;As of version 1.4 the application allows you to add and remove performance counters at run-time.&lt;/p&gt;
&lt;h1&gt;&lt;span style="color:#800000"&gt;qpmset Files&lt;/span&gt;&lt;/h1&gt;
&lt;p&gt;As of version 1.4 you can load and save performance counter sets to a file for reuse. The files are actually only an XML file with a different extension so it can be edited with any text editor if needed.&lt;/p&gt;
&lt;p&gt;From version 1.7 the internal structure of the qpmset files have changed. The performance counter definition is now stored as an Xml string.&lt;/p&gt;
&lt;h1&gt;&lt;span style="color:#800000"&gt;Logging data to csv files&lt;/span&gt;&lt;/h1&gt;
&lt;p&gt;The tool supports logging data to a csv file. The following logging options are available:&lt;br&gt;
&lt;img title="QPerfMonLoggingOptions.jpg" src="http://i3.codeplex.com/download?ProjectName=qperfmon&amp;DownloadId=174543" alt="QPerfMonLoggingOptions.jpg"&gt;&lt;/p&gt;
&lt;h1&gt;&lt;span style="color:#800000"&gt;Example&lt;/span&gt;&lt;/h1&gt;
&lt;p&gt;Running the utility with the following parameters:&lt;br&gt;
QPerfMon.exe &amp;quot;.\Processor\% Processor Time\_Total&amp;quot; &amp;quot;.\Memory\% Committed Bytes In Use\\&amp;quot; &amp;quot;.\Memory\Pages/sec\\0.1&amp;quot; &amp;quot;.\PhysicalDisk\Avg. Disk Queue Length\_Total\100&amp;quot; -title:Test&lt;br&gt;
Note: remember to escape the '%' character in a batch file.&lt;br&gt;
Would look like this:&lt;br&gt;
&lt;img title="QPerfMon.jpg" src="http://i3.codeplex.com/download?ProjectName=qperfmon&amp;DownloadId=186855" alt="QPerfMon.jpg"&gt;&lt;/p&gt;
&lt;h1&gt;&lt;span style="color:#800000"&gt;Graph format customization&lt;/span&gt;&lt;/h1&gt;
&lt;p&gt;&lt;img title="QPerfmonGraphOptions.JPG" src="http://i3.codeplex.com/download?ProjectName=qperfmon&amp;DownloadId=187588" alt="QPerfmonGraphOptions.JPG"&gt;&lt;/p&gt;
&lt;h1&gt;&lt;span style="color:#800000"&gt;Line formatting&lt;/span&gt;&lt;/h1&gt;
&lt;p&gt;Additionally the formatting of a line can be changed afterwords:&lt;br&gt;
&lt;img title="QPerfMonFormatting.jpg" src="http://i3.codeplex.com/download?ProjectName=qperfmon&amp;DownloadId=109305" alt="QPerfMonFormatting.jpg"&gt;&lt;/p&gt;
&lt;h1&gt;&lt;span style="color:#800000"&gt;Dependencies and platform support&lt;/span&gt;&lt;/h1&gt;
&lt;p&gt;The utility was developed using C# with .Net 2.0 (using VS2008) - up to version 1.6. The reason for not using newer versions of the .Net framework was simply so it can still be used on older Win XP/2003 servers etc. It has been tested on Windows XP, 2003,
 Vista and Windows 7 (32 and 64-bit). From version 1.7 it uses the .Net 4.0 Client profile framework.&lt;/p&gt;
&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>RudolfHenning</author><pubDate>Fri, 21 Oct 2011 10:32:06 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Home 20111021103206A</guid></item><item><title>Updated Wiki: Home</title><link>http://qperfmon.codeplex.com/wikipage?version=40</link><description>&lt;div class="wikidoc"&gt;
&lt;p&gt;&lt;span style="color:#800000"&gt;&lt;strong&gt;Project Description&lt;/strong&gt;&lt;/span&gt;&lt;br&gt;
This small utility helps to monitor performance counters without using the full blown perfmon tool from Windows. It supports a number of command line parameters and can be launched from batch files, shortcuts or (from version 1.4) preset qpmset files.&lt;br&gt;
&lt;br&gt;
&lt;img title="QPerfMon.jpg" src="http://i3.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=qperfmon&amp;DownloadId=186855" alt="QPerfMon.jpg"&gt;&lt;/p&gt;
&lt;h1&gt;&lt;span style="color:#800000"&gt;Introduction&lt;/span&gt;&lt;/h1&gt;
&lt;p&gt;This small utility was developed to help monitor sets of performance counters quickly and (only) as needed.
&lt;br&gt;
The original graph control was based on &lt;a href="http://www.codeproject.com/KB/miscctrl/C2DPushGraph.aspx"&gt;
C2DPushGraph&lt;/a&gt; graph control but was customized and enhanced quite a bit for this application's needs. The main aim for the utility is to be really 'simple' without too many fancies - but it is evolving and more things might get added over time.&lt;/p&gt;
&lt;h2&gt;&lt;span style="color:#800000"&gt;Update history&lt;/span&gt;&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;1.4.4 - The tool now has the functionality to log the performance counter values to a csv file.
&lt;/li&gt;&lt;li&gt;1.4.5 - Enhanced logging options. Check for available disk space, create new file every X MB and change sample rate i.e. only log data for every N times the graph is updated. Additionally the tool will now upgrade/remember previous version settings.
&lt;/li&gt;&lt;li&gt;1.4.6 - Small bug fix to graph control to avoid negative/large perf counter values crashing the app.
&lt;/li&gt;&lt;li&gt;1.4.8 - Added 'snapping' to desktop plus 'cloning' of performance counters to ease adding a bunch of counters together.
&lt;/li&gt;&lt;li&gt;1.4.9 - Added displaying latest and earliest times and more line formatting options.
&lt;/li&gt;&lt;li&gt;1.4.10/11 More line formatting options plus fix bug to not allow duplicate counters.
&lt;/li&gt;&lt;li&gt;1.4.13 Fixed reported issue with decimal scaled values when using other 'cultures'/formatting.
&lt;/li&gt;&lt;li&gt;1.5.0 New graph control implemented. Colors and font can now be customized. &lt;/li&gt;&lt;li&gt;1.6.0 Improved the initial loading speed of application (user experience) &lt;/li&gt;&lt;/ul&gt;
&lt;h1&gt;&lt;span style="color:#800000"&gt;Usage&lt;/span&gt;&lt;/h1&gt;
&lt;p&gt;The tool can be executed with parameters. At the moment there is no restriction on the number of performance counters that can be specified although it would be impractical to specify too many. Each performance counter specified must looks like this:&lt;br&gt;
&lt;br&gt;
[Machine name]\[Category]\[Counter name]\[Instance name]\[scale]\[plot style]&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;The machine name is the name of the computer where the performance counter is published.
&lt;/li&gt;&lt;li&gt;The category of the performance counter &lt;/li&gt;&lt;li&gt;The name of the performance counter &lt;/li&gt;&lt;li&gt;The instance name if it exists &lt;/li&gt;&lt;li&gt;The scale of the performance counter (default = 1) &lt;/li&gt;&lt;li&gt;The plotting style of data points. could be 0 - None, 1 - Dots, 2 - Cross or 3 - Ex
&lt;/li&gt;&lt;/ul&gt;
&lt;p&gt;&lt;br&gt;
An example:&lt;br&gt;
&amp;quot;.\Processor\% Processor Time\_Total\1\1&amp;quot;&lt;br&gt;
&lt;br&gt;
note: if the instance name contains special characters like a backslash '\' you must 'escape' the whole value with double quotes.&lt;br&gt;
e.g. &lt;br&gt;
biztalkserver\BizTalk:Message Box:General Counters\Spool Size\&amp;quot;biztalkmsgboxdb:sqlserver\sqlinstance&amp;quot;\0.1\2&lt;/p&gt;
&lt;h2&gt;&lt;span style="color:#800000"&gt;Additional parameters&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;The following additional parameters can be specified:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;-max: Set the initial Y axis maximum value (default = 100) &lt;/li&gt;&lt;li&gt;-lt: Set the default line thickness (default = 1) &lt;/li&gt;&lt;li&gt;-title: Set a customized title for the window (helps if you have several windows open)
&lt;/li&gt;&lt;/ul&gt;
&lt;h2&gt;&lt;span style="color:#800000"&gt;Customize&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;You can customize the following while running:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Updating frequency/Pause &lt;/li&gt;&lt;li&gt;Color of each line/counter &lt;/li&gt;&lt;li&gt;Scale of each line/counter &lt;/li&gt;&lt;/ul&gt;
&lt;h1&gt;&lt;span style="color:#800000"&gt;Run-time&lt;/span&gt;&lt;/h1&gt;
&lt;p&gt;As of version 1.4 the application allows you to add and remove performance counters at run-time.&lt;/p&gt;
&lt;h1&gt;&lt;span style="color:#800000"&gt;qpmset Files&lt;/span&gt;&lt;/h1&gt;
&lt;p&gt;As of version 1.4 you can load and save performance counter sets to a file for reuse. The files are actually only an XML file with a different extension so it can be edited with any text editor if needed.&lt;/p&gt;
&lt;h1&gt;&lt;span style="color:#800000"&gt;Logging data to csv files&lt;/span&gt;&lt;/h1&gt;
&lt;p&gt;The tool supports logging data to a csv file. The following logging options are available:&lt;br&gt;
&lt;img title="QPerfMonLoggingOptions.jpg" src="http://i3.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=qperfmon&amp;DownloadId=174543" alt="QPerfMonLoggingOptions.jpg"&gt;&lt;/p&gt;
&lt;h1&gt;&lt;span style="color:#800000"&gt;Example&lt;/span&gt;&lt;/h1&gt;
&lt;p&gt;Running the utility with the following parameters:&lt;br&gt;
QPerfMon.exe &amp;quot;.\Processor\% Processor Time\_Total&amp;quot; &amp;quot;.\Memory\% Committed Bytes In Use\\&amp;quot; &amp;quot;.\Memory\Pages/sec\\0.1&amp;quot; &amp;quot;.\PhysicalDisk\Avg. Disk Queue Length\_Total\100&amp;quot; -title:Test&lt;br&gt;
Note: remember to escape the '%' character in a batch file.&lt;br&gt;
Would look like this:&lt;br&gt;
&lt;img title="QPerfMon.jpg" src="http://i3.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=qperfmon&amp;DownloadId=186855" alt="QPerfMon.jpg"&gt;&lt;/p&gt;
&lt;h1&gt;&lt;span style="color:#800000"&gt;Graph format customization&lt;/span&gt;&lt;/h1&gt;
&lt;p&gt;&lt;img title="QPerfmonGraphOptions.JPG" src="http://i3.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=qperfmon&amp;DownloadId=187588" alt="QPerfmonGraphOptions.JPG"&gt;&lt;/p&gt;
&lt;h1&gt;&lt;span style="color:#800000"&gt;Line formatting&lt;/span&gt;&lt;/h1&gt;
&lt;p&gt;Additionally the formatting of a line can be changed afterwords:&lt;br&gt;
&lt;img title="QPerfMonFormatting.jpg" src="http://i3.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=qperfmon&amp;DownloadId=109305" alt="QPerfMonFormatting.jpg"&gt;&lt;/p&gt;
&lt;h1&gt;&lt;span style="color:#800000"&gt;Dependencies and platform support&lt;/span&gt;&lt;/h1&gt;
&lt;p&gt;The utility was developed using C# with .Net 2.0 (using VS2008). The reason for not using newer versions of the .Net framework is simply so it can still be used on older Win XP/2003 servers etc. It has been tested on Windows XP, 2003, Vista and Windows 7
 (32 and 64-bit).&lt;/p&gt;
&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>RudolfHenning</author><pubDate>Fri, 08 Jul 2011 08:30:29 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Home 20110708083029A</guid></item><item><title>Updated Wiki: Home</title><link>http://qperfmon.codeplex.com/wikipage?version=39</link><description>&lt;div class="wikidoc"&gt;
&lt;p&gt;&lt;span style="color:#800000"&gt;&lt;strong&gt;Project Description&lt;/strong&gt;&lt;/span&gt;&lt;br&gt;
This small utility helps to monitor performance counters without using the full blown perfmon tool from Windows. It supports a number of command line parameters and can be launched from batch files, shortcuts or (from version 1.4) preset qpmset files.&lt;br&gt;
&lt;br&gt;
&lt;img title="QPerfMon.jpg" src="http://i3.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=qperfmon&amp;DownloadId=186855" alt="QPerfMon.jpg"&gt;&lt;/p&gt;
&lt;h1&gt;&lt;span style="color:#800000"&gt;Introduction&lt;/span&gt;&lt;/h1&gt;
&lt;p&gt;This small utility was developed to help monitor sets of performance counters quickly and (only) as needed.
&lt;br&gt;
The original graph control was based on &lt;a href="http://www.codeproject.com/KB/miscctrl/C2DPushGraph.aspx"&gt;
C2DPushGraph&lt;/a&gt; graph control but was customized and enhanced quite a bit for this application's needs. The main aim for the utility is to be really 'simple' without too many fancies - but it is evolving and more things might get added over time.&lt;/p&gt;
&lt;h2&gt;&lt;span style="color:#800000"&gt;Update history&lt;/span&gt;&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;1.4.4 - The tool now has the functionality to log the performance counter values to a csv file.
&lt;/li&gt;&lt;li&gt;1.4.5 - Enhanced logging options. Check for available disk space, create new file every X MB and change sample rate i.e. only log data for every N times the graph is updated. Additionally the tool will now upgrade/remember previous version settings.
&lt;/li&gt;&lt;li&gt;1.4.6 - Small bug fix to graph control to avoid negative/large perf counter values crashing the app.
&lt;/li&gt;&lt;li&gt;1.4.8 - Added 'snapping' to desktop plus 'cloning' of performance counters to ease adding a bunch of counters together.
&lt;/li&gt;&lt;li&gt;1.4.9 - Added displaying latest and earliest times and more line formatting options.
&lt;/li&gt;&lt;li&gt;1.4.10/11 More line formatting options plus fix bug to not allow duplicate counters.
&lt;/li&gt;&lt;li&gt;1.4.13 Fixed reported issue with decimal scaled values when using other 'cultures'/formatting.
&lt;/li&gt;&lt;li&gt;1.5.0 New graph control implemented. Colors and font can now be customized. &lt;/li&gt;&lt;/ul&gt;
&lt;h1&gt;&lt;span style="color:#800000"&gt;Usage&lt;/span&gt;&lt;/h1&gt;
&lt;p&gt;The tool can be executed with parameters. At the moment there is no restriction on the number of performance counters that can be specified although it would be impractical to specify too many. Each performance counter specified must looks like this:&lt;br&gt;
&lt;br&gt;
[Machine name]\[Category]\[Counter name]\[Instance name]\[scale]\[plot style]&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;The machine name is the name of the computer where the performance counter is published.
&lt;/li&gt;&lt;li&gt;The category of the performance counter &lt;/li&gt;&lt;li&gt;The name of the performance counter &lt;/li&gt;&lt;li&gt;The instance name if it exists &lt;/li&gt;&lt;li&gt;The scale of the performance counter (default = 1) &lt;/li&gt;&lt;li&gt;The plotting style of data points. could be 0 - None, 1 - Dots, 2 - Cross or 3 - Ex
&lt;/li&gt;&lt;/ul&gt;
&lt;p&gt;&lt;br&gt;
An example:&lt;br&gt;
&amp;quot;.\Processor\% Processor Time\_Total\1\1&amp;quot;&lt;br&gt;
&lt;br&gt;
note: if the instance name contains special characters like a backslash '\' you must 'escape' the whole value with double quotes.&lt;br&gt;
e.g. &lt;br&gt;
biztalkserver\BizTalk:Message Box:General Counters\Spool Size\&amp;quot;biztalkmsgboxdb:sqlserver\sqlinstance&amp;quot;\0.1\2&lt;/p&gt;
&lt;h2&gt;&lt;span style="color:#800000"&gt;Additional parameters&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;The following additional parameters can be specified:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;-max: Set the initial Y axis maximum value (default = 100) &lt;/li&gt;&lt;li&gt;-lt: Set the default line thickness (default = 1) &lt;/li&gt;&lt;li&gt;-title: Set a customized title for the window (helps if you have several windows open)
&lt;/li&gt;&lt;/ul&gt;
&lt;h2&gt;&lt;span style="color:#800000"&gt;Customize&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;You can customize the following while running:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Updating frequency/Pause &lt;/li&gt;&lt;li&gt;Color of each line/counter &lt;/li&gt;&lt;li&gt;Scale of each line/counter &lt;/li&gt;&lt;/ul&gt;
&lt;h1&gt;&lt;span style="color:#800000"&gt;Run-time&lt;/span&gt;&lt;/h1&gt;
&lt;p&gt;As of version 1.4 the application allows you to add and remove performance counters at run-time.&lt;/p&gt;
&lt;h1&gt;&lt;span style="color:#800000"&gt;qpmset Files&lt;/span&gt;&lt;/h1&gt;
&lt;p&gt;As of version 1.4 you can load and save performance counter sets to a file for reuse. The files are actually only an XML file with a different extension so it can be edited with any text editor if needed.&lt;/p&gt;
&lt;h1&gt;&lt;span style="color:#800000"&gt;Logging data to csv files&lt;/span&gt;&lt;/h1&gt;
&lt;p&gt;The tool supports logging data to a csv file. The following logging options are available:&lt;br&gt;
&lt;img title="QPerfMonLoggingOptions.jpg" src="http://i3.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=qperfmon&amp;DownloadId=174543" alt="QPerfMonLoggingOptions.jpg"&gt;&lt;/p&gt;
&lt;h1&gt;&lt;span style="color:#800000"&gt;Example&lt;/span&gt;&lt;/h1&gt;
&lt;p&gt;Running the utility with the following parameters:&lt;br&gt;
QPerfMon.exe &amp;quot;.\Processor\% Processor Time\_Total&amp;quot; &amp;quot;.\Memory\% Committed Bytes In Use\\&amp;quot; &amp;quot;.\Memory\Pages/sec\\0.1&amp;quot; &amp;quot;.\PhysicalDisk\Avg. Disk Queue Length\_Total\100&amp;quot; -title:Test&lt;br&gt;
Note: remember to escape the '%' character in a batch file.&lt;br&gt;
Would look like this:&lt;br&gt;
&lt;img title="QPerfMon.jpg" src="http://i3.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=qperfmon&amp;DownloadId=186855" alt="QPerfMon.jpg"&gt;&lt;/p&gt;
&lt;h1&gt;&lt;span style="color:#800000"&gt;Graph format customization&lt;/span&gt;&lt;/h1&gt;
&lt;p&gt;&lt;img title="QPerfmonGraphOptions.JPG" src="http://i3.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=qperfmon&amp;DownloadId=187588" alt="QPerfmonGraphOptions.JPG"&gt;&lt;/p&gt;
&lt;h1&gt;&lt;span style="color:#800000"&gt;Line formatting&lt;/span&gt;&lt;/h1&gt;
&lt;p&gt;Additionally the formatting of a line can be changed afterwords:&lt;br&gt;
&lt;img title="QPerfMonFormatting.jpg" src="http://i3.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=qperfmon&amp;DownloadId=109305" alt="QPerfMonFormatting.jpg"&gt;&lt;/p&gt;
&lt;h1&gt;&lt;span style="color:#800000"&gt;Dependencies and platform support&lt;/span&gt;&lt;/h1&gt;
&lt;p&gt;The utility was developed using C# with .Net 2.0 (using VS2008). The reason for not using newer versions of the .Net framework is simply so it can still be used on older Win XP/2003 servers etc. It has been tested on Windows XP, 2003, Vista and Windows 7
 (32 and 64-bit).&lt;/p&gt;
&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>RudolfHenning</author><pubDate>Thu, 26 May 2011 11:36:11 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Home 20110526113611A</guid></item><item><title>Updated Wiki: Home</title><link>http://qperfmon.codeplex.com/wikipage?version=38</link><description>&lt;div class="wikidoc"&gt;&lt;b&gt;Project Description&lt;/b&gt;&lt;br /&gt;This small utility helps to monitor performance counters without using the full blown perfmon tool from Windows. It supports a number of command line parameters and can be launched from batch files, shortcuts or &amp;#40;from version 1.4&amp;#41; preset qpmset files.&lt;br /&gt;&lt;br /&gt;&lt;img src="http://i3.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=QPerfmon&amp;DownloadId=186855" alt="QPerfMon.jpg" title="QPerfMon.jpg" /&gt;
&lt;h1&gt;Introduction&lt;/h1&gt;This small utility was developed to help monitor sets of performance counters quickly and (only) as needed. &lt;br /&gt;The original graph control was based on &lt;a href="http://www.codeproject.com/KB/miscctrl/C2DPushGraph.aspx" class="externalLink"&gt;C2DPushGraph&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; graph control but was customized and enhanced quite a bit for this application&amp;#39;s needs. The main aim for the utility is to be really &amp;#39;simple&amp;#39; without too many fancies - but it is evolving and more things might get added over time.
&lt;h2&gt;Update history&lt;/h2&gt;&lt;ul&gt;&lt;li&gt;1.4.4 - The tool now has the functionality to log the performance counter values to a csv file.&lt;/li&gt;
&lt;li&gt;1.4.5 - Enhanced logging options. Check for available disk space, create new file every X MB and change sample rate i.e. only log data for every N times the graph is updated. Additionally the tool will now upgrade/remember previous version settings.&lt;/li&gt;
&lt;li&gt;1.4.6 - Small bug fix to graph control to avoid negative/large perf counter values crashing the app.&lt;/li&gt;
&lt;li&gt;1.4.8 - Added &amp;#39;snapping&amp;#39; to desktop plus &amp;#39;cloning&amp;#39; of performance counters to ease adding a bunch of counters together.&lt;/li&gt;
&lt;li&gt;1.4.9 - Added displaying latest and earliest times and more line formatting options.&lt;/li&gt;
&lt;li&gt;1.4.10/11 More line formatting options plus fix bug to not allow duplicate counters.&lt;/li&gt;
&lt;li&gt;1.4.13 Fixed reported issue with decimal scaled values when using other &amp;#39;cultures&amp;#39;/formatting.&lt;/li&gt;
&lt;li&gt;1.5.0 New graph control implemented. Colors and font can now be customized.&lt;/li&gt;&lt;/ul&gt;
&lt;h1&gt;Usage&lt;/h1&gt;The tool can be executed with parameters. At the moment there is no restriction on the number of performance counters that can be specified although it would be impractical to specify too many.  Each performance counter specified must looks like this:&lt;br /&gt;&lt;br /&gt;[Machine name]\[Category]\[Counter name]\[Instance name]\[scale]\[plot style]&lt;br /&gt;
&lt;ul&gt;&lt;li&gt;The machine name is the name of the computer where the performance counter is published.&lt;/li&gt;
&lt;li&gt;The category of the performance counter&lt;/li&gt;
&lt;li&gt;The name of the performance counter&lt;/li&gt;
&lt;li&gt;The instance name if it exists&lt;/li&gt;
&lt;li&gt;The scale of the performance counter (default = 1)&lt;/li&gt;
&lt;li&gt;The plotting style of data points. could be 0 - None, 1 - Dots, 2 - Cross or 3 - Ex&lt;/li&gt;&lt;/ul&gt;
&lt;br /&gt;An example:&lt;br /&gt;  &amp;quot;.\Processor\% Processor Time\_Total\1\1&amp;quot;&lt;br /&gt;&lt;br /&gt;note: if the instance name contains special characters like a backslash &amp;#39;\&amp;#39; you must &amp;#39;escape&amp;#39; the whole value with double quotes.&lt;br /&gt;e.g. &lt;br /&gt;    biztalkserver\BizTalk:Message Box:General Counters\Spool Size\&amp;quot;biztalkmsgboxdb:sqlserver\sqlinstance&amp;quot;\0.1\2&lt;br /&gt;
&lt;h2&gt;Additional parameters&lt;/h2&gt;The following additional parameters can be specified:
&lt;ul&gt;&lt;li&gt;-max: Set the initial Y axis maximum value (default = 100)&lt;/li&gt;
&lt;li&gt;-lt: Set the default line thickness (default = 1)&lt;/li&gt;
&lt;li&gt;-title: Set a customized title for the window (helps if you have several windows open)&lt;/li&gt;&lt;/ul&gt;
&lt;h2&gt;Customize&lt;/h2&gt;You can customize the following while running:
&lt;ul&gt;&lt;li&gt;Updating frequency/Pause&lt;/li&gt;
&lt;li&gt;Color of each line/counter&lt;/li&gt;
&lt;li&gt;Scale of each line/counter&lt;/li&gt;&lt;/ul&gt;
&lt;h1&gt;Run-time&lt;/h1&gt;As of version 1.4 the application allows you to add and remove performance counters at run-time. 
&lt;h1&gt;qpmset Files&lt;/h1&gt;As of version 1.4 you can load and save performance counter sets to a file for reuse. The files are actually only an XML file with a different extension so it can be edited with any text editor if needed.
&lt;h1&gt;Logging data to csv files&lt;/h1&gt;The tool supports logging data to a csv file. The following logging options are available:&lt;br /&gt;&lt;img src="http://i3.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=QPerfmon&amp;DownloadId=174543" alt="QPerfMonLoggingOptions.jpg" title="QPerfMonLoggingOptions.jpg" /&gt;
&lt;h1&gt;Example&lt;/h1&gt;Running the utility with the following parameters:&lt;br /&gt;QPerfMon.exe &amp;quot;.\Processor\% Processor Time\_Total&amp;quot; &amp;quot;.\Memory\% Committed Bytes In Use\\&amp;quot; &amp;quot;.\Memory\Pages/sec\\0.1&amp;quot; &amp;quot;.\PhysicalDisk\Avg. Disk Queue Length\_Total\100&amp;quot; -title:Test&lt;br /&gt;Note: remember to escape the &amp;#39;%&amp;#39; character in a batch file.&lt;br /&gt;Would look like this:&lt;br /&gt;&lt;img src="http://i3.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=QPerfmon&amp;DownloadId=186855" alt="QPerfMon.jpg" title="QPerfMon.jpg" /&gt;
&lt;h1&gt;Graph format customization&lt;/h1&gt;&lt;img src="http://i3.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=QPerfmon&amp;DownloadId=187588" alt="QPerfmonGraphOptions.JPG" title="QPerfmonGraphOptions.JPG" /&gt;
&lt;h1&gt;Line formatting&lt;/h1&gt;Additionally the formatting of a line can be changed afterwords:&lt;br /&gt;&lt;img src="http://i3.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=QPerfmon&amp;DownloadId=109305" alt="QPerfMonFormatting.jpg" title="QPerfMonFormatting.jpg" /&gt;
&lt;h1&gt;Dependencies and platform support&lt;/h1&gt;The utility was developed using C# with .Net 2.0 (using VS2008). The reason for not using newer versions of the .Net framework is simply so it can still be used on older Win XP/2003 servers etc. It has been tested on Windows XP, 2003, Vista and Windows 7 (32 and 64-bit).&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>RudolfHenning</author><pubDate>Tue, 08 Mar 2011 05:26:43 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Home 20110308052643A</guid></item><item><title>Updated Wiki: Home</title><link>http://qperfmon.codeplex.com/wikipage?version=37</link><description>&lt;div class="wikidoc"&gt;&lt;b&gt;Project Description&lt;/b&gt;&lt;br /&gt;This small utility helps to monitor performance counters without using the full blown perfmon tool from Windows. It supports a number of command line parameters and can be launched from batch files, shortcuts or &amp;#40;from version 1.4&amp;#41; preset qpmset files.&lt;br /&gt;&lt;br /&gt;&lt;img src="http://i3.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=QPerfmon&amp;DownloadId=186855" alt="QPerfMon.jpg" title="QPerfMon.jpg" /&gt;
&lt;h1&gt;Introduction&lt;/h1&gt;This small utility was developed to help monitor sets of performance counters quickly and (only) as needed. &lt;br /&gt;The original graph control was based on &lt;a href="http://www.codeproject.com/KB/miscctrl/C2DPushGraph.aspx" class="externalLink"&gt;C2DPushGraph&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; graph control but was customized and enhanced quite a bit for this application&amp;#39;s needs. The main aim for the utility is to be really &amp;#39;simple&amp;#39; without too many fancies - but it is evolving and more things might get added over time.
&lt;h2&gt;Update history&lt;/h2&gt;&lt;ul&gt;&lt;li&gt;1.4.4 - The tool now has the functionality to log the performance counter values to a csv file.&lt;/li&gt;
&lt;li&gt;1.4.5 - Enhanced logging options. Check for available disk space, create new file every X MB and change sample rate i.e. only log data for every N times the graph is updated. Additionally the tool will now upgrade/remember previous version settings.&lt;/li&gt;
&lt;li&gt;1.4.6 - Small bug fix to graph control to avoid negative/large perf counter values crashing the app.&lt;/li&gt;
&lt;li&gt;1.4.8 - Added &amp;#39;snapping&amp;#39; to desktop plus &amp;#39;cloning&amp;#39; of performance counters to ease adding a bunch of counters together.&lt;/li&gt;
&lt;li&gt;1.4.9 - Added displaying latest and earliest times and more line formatting options.&lt;/li&gt;
&lt;li&gt;1.4.10/11 More line formatting options plus fix bug to not allow duplicate counters.&lt;/li&gt;
&lt;li&gt;1.4.13 Fixed reported issue with decimal scaled values when using other &amp;#39;cultures&amp;#39;/formatting.&lt;/li&gt;
&lt;li&gt;1.5.0 New graph control implemented. Colors and font can now be customized.&lt;/li&gt;&lt;/ul&gt;
&lt;h1&gt;Usage&lt;/h1&gt;The tool can be executed with parameters. At the moment there is no restriction on the number of performance counters that can be specified although it would be impractical to specify too many.  Each performance counter specified must looks like this:&lt;br /&gt;&lt;br /&gt;[Machine name]\[Category]\[Counter name]\[Instance name]\[scale]\[plot style]&lt;br /&gt;
&lt;ul&gt;&lt;li&gt;The machine name is the name of the computer where the performance counter is published.&lt;/li&gt;
&lt;li&gt;The category of the performance counter&lt;/li&gt;
&lt;li&gt;The name of the performance counter&lt;/li&gt;
&lt;li&gt;The instance name if it exists&lt;/li&gt;
&lt;li&gt;The scale of the performance counter (default = 1)&lt;/li&gt;
&lt;li&gt;The plotting style of data points. could be 0 - None, 1 - Dots, 2 - Cross or 3 - Ex&lt;/li&gt;&lt;/ul&gt;
&lt;br /&gt;An example:&lt;br /&gt;  &amp;quot;.\Processor\% Processor Time\_Total\1\1&amp;quot;&lt;br /&gt;
&lt;h2&gt;Additional parameters&lt;/h2&gt;The following additional parameters can be specified:
&lt;ul&gt;&lt;li&gt;-max: Set the initial Y axis maximum value (default = 100)&lt;/li&gt;
&lt;li&gt;-lt: Set the default line thickness (default = 1)&lt;/li&gt;
&lt;li&gt;-title: Set a customized title for the window (helps if you have several windows open)&lt;/li&gt;&lt;/ul&gt;
&lt;h2&gt;Customize&lt;/h2&gt;You can customize the following while running:
&lt;ul&gt;&lt;li&gt;Updating frequency/Pause&lt;/li&gt;
&lt;li&gt;Color of each line/counter&lt;/li&gt;
&lt;li&gt;Scale of each line/counter&lt;/li&gt;&lt;/ul&gt;
&lt;h1&gt;Run-time&lt;/h1&gt;As of version 1.4 the application allows you to add and remove performance counters at run-time. 
&lt;h1&gt;qpmset Files&lt;/h1&gt;As of version 1.4 you can load and save performance counter sets to a file for reuse. The files are actually only an XML file with a different extension so it can be edited with any text editor if needed.
&lt;h1&gt;Logging data to csv files&lt;/h1&gt;The tool supports logging data to a csv file. The following logging options are available:&lt;br /&gt;&lt;img src="http://i3.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=QPerfmon&amp;DownloadId=174543" alt="QPerfMonLoggingOptions.jpg" title="QPerfMonLoggingOptions.jpg" /&gt;
&lt;h1&gt;Example&lt;/h1&gt;Running the utility with the following parameters:&lt;br /&gt;QPerfMon.exe &amp;quot;.\Processor\% Processor Time\_Total&amp;quot; &amp;quot;.\Memory\% Committed Bytes In Use\\&amp;quot; &amp;quot;.\Memory\Pages/sec\\0.1&amp;quot; &amp;quot;.\PhysicalDisk\Avg. Disk Queue Length\_Total\100&amp;quot; -title:Test&lt;br /&gt;Note: remember to escape the &amp;#39;%&amp;#39; character in a batch file.&lt;br /&gt;Would look like this:&lt;br /&gt;&lt;img src="http://i3.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=QPerfmon&amp;DownloadId=186855" alt="QPerfMon.jpg" title="QPerfMon.jpg" /&gt;
&lt;h1&gt;Graph format customization&lt;/h1&gt;&lt;img src="http://i3.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=QPerfmon&amp;DownloadId=187588" alt="QPerfmonGraphOptions.JPG" title="QPerfmonGraphOptions.JPG" /&gt;
&lt;h1&gt;Line formatting&lt;/h1&gt;Additionally the formatting of a line can be changed afterwords:&lt;br /&gt;&lt;img src="http://i3.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=QPerfmon&amp;DownloadId=109305" alt="QPerfMonFormatting.jpg" title="QPerfMonFormatting.jpg" /&gt;
&lt;h1&gt;Dependencies and platform support&lt;/h1&gt;The utility was developed using C# with .Net 2.0 (using VS2008). The reason for not using newer versions of the .Net framework is simply so it can still be used on older Win XP/2003 servers etc. It has been tested on Windows XP, 2003, Vista and Windows 7 (32 and 64-bit).&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>RudolfHenning</author><pubDate>Fri, 17 Dec 2010 05:54:54 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Home 20101217055454A</guid></item><item><title>Updated Wiki: Home</title><link>http://qperfmon.codeplex.com/wikipage?version=36</link><description>&lt;div class="wikidoc"&gt;&lt;b&gt;Project Description&lt;/b&gt;&lt;br /&gt;This small utility helps to monitor performance counters without using the full blown perfmon tool from Windows. It supports a number of command line parameters and can be launched from batch files, shortcuts or &amp;#40;from version 1.4&amp;#41; preset qpmset files.&lt;br /&gt;&lt;br /&gt;&lt;img src="http://i3.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=QPerfmon&amp;DownloadId=186855" alt="QPerfMon.jpg" title="QPerfMon.jpg" /&gt;
&lt;h1&gt;Introduction&lt;/h1&gt;This small utility was developed to help monitor sets of performance counters quickly and (only) as needed. &lt;br /&gt;The original graph control was based on &lt;a href="http://www.codeproject.com/KB/miscctrl/C2DPushGraph.aspx" class="externalLink"&gt;C2DPushGraph&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; graph control but was customized and enhanced quite a bit for this application&amp;#39;s needs. The main aim for the utility is to be really &amp;#39;simple&amp;#39; without too many fancies - but it is evolving and more things might get added over time.
&lt;h2&gt;Update history&lt;/h2&gt;&lt;ul&gt;&lt;li&gt;1.4.4 - The tool now has the functionality to log the performance counter values to a csv file.&lt;/li&gt;
&lt;li&gt;1.4.5 - Enhanced logging options. Check for available disk space, create new file every X MB and change sample rate i.e. only log data for every N times the graph is updated. Additionally the tool will now upgrade/remember previous version settings.&lt;/li&gt;
&lt;li&gt;1.4.6 - Small bug fix to graph control to avoid negative/large perf counter values crashing the app.&lt;/li&gt;
&lt;li&gt;1.4.8 - Added &amp;#39;snapping&amp;#39; to desktop plus &amp;#39;cloning&amp;#39; of performance counters to ease adding a bunch of counters together.&lt;/li&gt;
&lt;li&gt;1.4.9 - Added displaying latest and earliest times and more line formatting options.&lt;/li&gt;
&lt;li&gt;1.4.10/11 More line formatting options plus fix bug to not allow duplicate counters.&lt;/li&gt;
&lt;li&gt;1.4.13 Fixed reported issue with decimal scaled values when using other &amp;#39;cultures&amp;#39;/formatting.&lt;/li&gt;
&lt;li&gt;1.5.0 New graph control implemented. Colors and font can now be customized.&lt;/li&gt;&lt;/ul&gt;
&lt;h1&gt;Usage&lt;/h1&gt;The tool can be executed with parameters. At the moment there is no restriction on the number of performance counters that can be specified although it would be impractical to specify too many.  Each performance counter specified must looks like this:&lt;br /&gt;&lt;br /&gt;[Machine name]\[Category]\[Counter name]\[Instance name]\[scale]\[plot style]&lt;br /&gt;
&lt;ul&gt;&lt;li&gt;The machine name is the name of the computer where the performance counter is published.&lt;/li&gt;
&lt;li&gt;The category of the performance counter&lt;/li&gt;
&lt;li&gt;The name of the performance counter&lt;/li&gt;
&lt;li&gt;The instance name if it exists&lt;/li&gt;
&lt;li&gt;The scale of the performance counter (default = 1)&lt;/li&gt;
&lt;li&gt;The plotting style of data points. could be 0 - None, 1 - Dots, 2 - Cross or 3 - Ex&lt;/li&gt;&lt;/ul&gt;
&lt;br /&gt;An example:&lt;br /&gt;  &amp;quot;.\Processor\% Processor Time\_Total\1\1&amp;quot;&lt;br /&gt;
&lt;h2&gt;Additional parameters&lt;/h2&gt;The following additional parameters can be specified:
&lt;ul&gt;&lt;li&gt;-max: Set the initial Y axis maximum value (default = 100)&lt;/li&gt;
&lt;li&gt;-lt: Set the default line thickness (default = 1)&lt;/li&gt;
&lt;li&gt;-title: Set a customized title for the window (helps if you have several windows open)&lt;/li&gt;&lt;/ul&gt;
&lt;h2&gt;Customize&lt;/h2&gt;You can customize the following while running:
&lt;ul&gt;&lt;li&gt;Updating frequency/Pause&lt;/li&gt;
&lt;li&gt;Color of each line/counter&lt;/li&gt;
&lt;li&gt;Scale of each line/counter&lt;/li&gt;&lt;/ul&gt;
&lt;h1&gt;Run-time&lt;/h1&gt;As of version 1.4 the application allows you to add and remove performance counters at run-time. 
&lt;h1&gt;qpmset Files&lt;/h1&gt;As of version 1.4 you can load and save performance counter sets to a file for reuse. The files are actually only an XML file with a different extension so it can be edited with any text editor if needed.
&lt;h1&gt;Logging data to csv files&lt;/h1&gt;The tool supports logging data to a csv file. The following logging options are available:&lt;br /&gt;&lt;img src="http://i3.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=QPerfmon&amp;DownloadId=174543" alt="QPerfMonLoggingOptions.jpg" title="QPerfMonLoggingOptions.jpg" /&gt;
&lt;h1&gt;Example&lt;/h1&gt;Running the utility with the following parameters:&lt;br /&gt;QPerfMon.exe &amp;quot;.\Processor\% Processor Time\_Total&amp;quot; &amp;quot;.\Memory\% Committed Bytes In Use\\&amp;quot; &amp;quot;.\Memory\Pages/sec\\0.1&amp;quot; &amp;quot;.\PhysicalDisk\Avg. Disk Queue Length\_Total\100&amp;quot; -title:Test&lt;br /&gt;Note: remember to escape the &amp;#39;%&amp;#39; character in a batch file.&lt;br /&gt;Would look like this:&lt;br /&gt;&lt;img src="http://i3.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=QPerfmon&amp;DownloadId=186855" alt="QPerfMon.jpg" title="QPerfMon.jpg" /&gt;&lt;br /&gt;&lt;br /&gt;Additionally the formatting of a line can be changed afterwords:&lt;br /&gt;&lt;img src="http://i3.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=QPerfmon&amp;DownloadId=109305" alt="QPerfMonFormatting.jpg" title="QPerfMonFormatting.jpg" /&gt;
&lt;h1&gt;Dependencies and platform support&lt;/h1&gt;The utility was developed using C# with .Net 2.0 (using VS2008). The reason for not using newer versions of the .Net framework is simply so it can still be used on older Win XP/2003 servers etc. It has been tested on Windows XP, 2003, Vista and Windows 7 (32 and 64-bit).&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>RudolfHenning</author><pubDate>Wed, 15 Dec 2010 20:08:02 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Home 20101215080802P</guid></item><item><title>Updated Wiki: Home</title><link>http://qperfmon.codeplex.com/wikipage?version=35</link><description>&lt;div class="wikidoc"&gt;&lt;b&gt;Project Description&lt;/b&gt;&lt;br /&gt;This small utility helps to monitor performance counters without using the full blown perfmon tool from Windows. It supports a number of command line parameters and can be launched from batch files, shortcuts or &amp;#40;from version 1.4&amp;#41; preset qpmset files.&lt;br /&gt;&lt;br /&gt;&lt;img src="http://i3.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=QPerfmon&amp;DownloadId=186855" alt="QPerfMon.jpg" title="QPerfMon.jpg" /&gt;
&lt;h1&gt;Introduction&lt;/h1&gt;This small utility was developed to help monitor sets of performance counters quickly and (only) as needed. It is based on &lt;a href="http://www.codeproject.com/KB/miscctrl/C2DPushGraph.aspx" class="externalLink"&gt;C2DPushGraph&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; graph control but I have customized and enhanced it quite a bit for my needs. The main aim for the utility is to be really &amp;#39;simple&amp;#39; without too many fancies - but it is evolving and more things might get added over time.&lt;br /&gt;Note: The graph control is in the process of being completely rewritten with a few totally new functions built in. e.g. clicking to see the time somewhere in the middle of the graph - stay tuned!
&lt;h2&gt;Update history&lt;/h2&gt;&lt;ul&gt;&lt;li&gt;1.4.4 - The tool now has the functionality to log the performance counter values to a csv file.&lt;/li&gt;
&lt;li&gt;1.4.5 - Enhanced logging options. Check for available disk space, create new file every X MB and change sample rate i.e. only log data for every N times the graph is updated. Additionally the tool will now upgrade/remember previous version settings.&lt;/li&gt;
&lt;li&gt;1.4.6 - Small bug fix to graph control to avoid negative/large perf counter values crashing the app.&lt;/li&gt;
&lt;li&gt;1.4.8 - Added &amp;#39;snapping&amp;#39; to desktop plus &amp;#39;cloning&amp;#39; of performance counters to ease adding a bunch of counters together.&lt;/li&gt;
&lt;li&gt;1.4.9 - Added displaying latest and earliest times and more line formatting options.&lt;/li&gt;
&lt;li&gt;1.4.10/11 More line formatting options plus fix bug to not allow duplicate counters.&lt;/li&gt;
&lt;li&gt;1.4.13 Fixed reported issue with decimal scaled values when using other &amp;#39;cultures&amp;#39;/formatting.&lt;/li&gt;
&lt;li&gt;1.5.0 New graph control implemented. Colors and font can now be customized.&lt;/li&gt;&lt;/ul&gt;
&lt;h1&gt;Usage&lt;/h1&gt;The tool can be executed with parameters. At the moment there is no restriction on the number of performance counters that can be specified although it would be impractical to specify too many.  Each performance counter specified must looks like this:&lt;br /&gt;&lt;br /&gt;[Machine name]\[Category]\[Counter name]\[Instance name]\[scale]\[plot style]&lt;br /&gt;
&lt;ul&gt;&lt;li&gt;The machine name is the name of the computer where the performance counter is published.&lt;/li&gt;
&lt;li&gt;The category of the performance counter&lt;/li&gt;
&lt;li&gt;The name of the performance counter&lt;/li&gt;
&lt;li&gt;The instance name if it exists&lt;/li&gt;
&lt;li&gt;The scale of the performance counter (default = 1)&lt;/li&gt;
&lt;li&gt;The plotting style of data points. could be 0 - None, 1 - Dots, 2 - Cross or 3 - Ex&lt;/li&gt;&lt;/ul&gt;
&lt;br /&gt;An example:&lt;br /&gt;  &amp;quot;.\Processor\% Processor Time\_Total\1\1&amp;quot;&lt;br /&gt;
&lt;h2&gt;Additional parameters&lt;/h2&gt;The following additional parameters can be specified:
&lt;ul&gt;&lt;li&gt;-max: Set the initial Y axis maximum value (default = 100)&lt;/li&gt;
&lt;li&gt;-lt: Set the default line thickness (default = 1)&lt;/li&gt;
&lt;li&gt;-title: Set a customized title for the window (helps if you have several windows open)&lt;/li&gt;&lt;/ul&gt;
&lt;h2&gt;Customize&lt;/h2&gt;You can customize the following while running:
&lt;ul&gt;&lt;li&gt;Updating frequency/Pause&lt;/li&gt;
&lt;li&gt;Color of each line/counter&lt;/li&gt;
&lt;li&gt;Scale of each line/counter&lt;/li&gt;&lt;/ul&gt;
&lt;h1&gt;Run-time&lt;/h1&gt;As of version 1.4 the application allows you to add and remove performance counters at run-time. 
&lt;h1&gt;qpmset Files&lt;/h1&gt;As of version 1.4 you can load and save performance counter sets to a file for reuse. The files are actually only an XML file with a different extension so it can be edited with any text editor if needed.
&lt;h1&gt;Logging data to csv files&lt;/h1&gt;The tool supports logging data to a csv file. The following logging options are available:&lt;br /&gt;&lt;img src="http://i3.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=QPerfmon&amp;DownloadId=174543" alt="QPerfMonLoggingOptions.jpg" title="QPerfMonLoggingOptions.jpg" /&gt;
&lt;h1&gt;Example&lt;/h1&gt;Running the utility with the following parameters:&lt;br /&gt;QPerfMon.exe &amp;quot;.\Processor\% Processor Time\_Total&amp;quot; &amp;quot;.\Memory\% Committed Bytes In Use\\&amp;quot; &amp;quot;.\Memory\Pages/sec\\0.1&amp;quot; &amp;quot;.\PhysicalDisk\Avg. Disk Queue Length\_Total\100&amp;quot; -title:Test&lt;br /&gt;Note: remember to escape the &amp;#39;%&amp;#39; character in a batch file.&lt;br /&gt;Would look like this:&lt;br /&gt;&lt;img src="http://i3.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=QPerfmon&amp;DownloadId=186855" alt="QPerfMon.jpg" title="QPerfMon.jpg" /&gt;&lt;br /&gt;&lt;br /&gt;Additionally the formatting of a line can be changed afterwords:&lt;br /&gt;&lt;img src="http://i3.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=QPerfmon&amp;DownloadId=109305" alt="QPerfMonFormatting.jpg" title="QPerfMonFormatting.jpg" /&gt;
&lt;h1&gt;Dependencies and platform support&lt;/h1&gt;The utility was developed using C# with .Net 2.0 (using VS2008). The reason for not using newer versions of the .Net framework is simply so it can still be used on older Win XP/2003 servers etc. It has been tested on Windows XP, 2003, Vista and Windows 7 (32 and 64-bit).&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>RudolfHenning</author><pubDate>Wed, 15 Dec 2010 20:06:13 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Home 20101215080613P</guid></item><item><title>Updated Wiki: Home</title><link>http://qperfmon.codeplex.com/wikipage?version=34</link><description>&lt;div class="wikidoc"&gt;&lt;b&gt;Project Description&lt;/b&gt;&lt;br /&gt;This small utility helps to monitor performance counters without using the full blown perfmon tool from Windows. It supports a number of command line parameters and can be launched from batch files, shortcuts or &amp;#40;from version 1.4&amp;#41; preset qpmset files.&lt;br /&gt;&lt;br /&gt;&lt;img src="http://i3.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=QPerfmon&amp;DownloadId=183685" alt="QPerfMon.jpg" title="QPerfMon.jpg" /&gt;
&lt;h1&gt;Introduction&lt;/h1&gt;This small utility was developed to help monitor sets of performance counters quickly and (only) as needed. It is based on &lt;a href="http://www.codeproject.com/KB/miscctrl/C2DPushGraph.aspx" class="externalLink"&gt;C2DPushGraph&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; graph control but I have customized and enhanced it quite a bit for my needs. The main aim for the utility is to be really &amp;#39;simple&amp;#39; without too many fancies - but it is evolving and more things might get added over time.&lt;br /&gt;Note: The graph control is in the process of being completely rewritten with a few totally new functions built in. e.g. clicking to see the time somewhere in the middle of the graph - stay tuned!
&lt;h2&gt;Update history&lt;/h2&gt;&lt;ul&gt;&lt;li&gt;1.4.4 - The tool now has the functionality to log the performance counter values to a csv file.&lt;/li&gt;
&lt;li&gt;1.4.5 - Enhanced logging options. Check for available disk space, create new file every X MB and change sample rate i.e. only log data for every N times the graph is updated. Additionally the tool will now upgrade/remember previous version settings.&lt;/li&gt;
&lt;li&gt;1.4.6 - Small bug fix to graph control to avoid negative/large perf counter values crashing the app.&lt;/li&gt;
&lt;li&gt;1.4.8 - Added &amp;#39;snapping&amp;#39; to desktop plus &amp;#39;cloning&amp;#39; of performance counters to ease adding a bunch of counters together.&lt;/li&gt;
&lt;li&gt;1.4.9 - Added displaying latest and earliest times and more line formatting options.&lt;/li&gt;
&lt;li&gt;1.4.10/11 More line formatting options plus fix bug to not allow duplicate counters.&lt;/li&gt;
&lt;li&gt;1.4.13 Fixed reported issue with decimal scaled values when using other &amp;#39;cultures&amp;#39;/formatting.&lt;/li&gt;
&lt;li&gt;1.5.0 New graph control implemented. Colors and font can now be customized.&lt;/li&gt;&lt;/ul&gt;
&lt;h1&gt;Usage&lt;/h1&gt;The tool can be executed with parameters. At the moment there is no restriction on the number of performance counters that can be specified although it would be impractical to specify too many.  Each performance counter specified must looks like this:&lt;br /&gt;&lt;br /&gt;[Machine name]\[Category]\[Counter name]\[Instance name]\[scale]\[plot style]&lt;br /&gt;
&lt;ul&gt;&lt;li&gt;The machine name is the name of the computer where the performance counter is published.&lt;/li&gt;
&lt;li&gt;The category of the performance counter&lt;/li&gt;
&lt;li&gt;The name of the performance counter&lt;/li&gt;
&lt;li&gt;The instance name if it exists&lt;/li&gt;
&lt;li&gt;The scale of the performance counter (default = 1)&lt;/li&gt;
&lt;li&gt;The plotting style of data points. could be 0 - None, 1 - Dots, 2 - Cross or 3 - Ex&lt;/li&gt;&lt;/ul&gt;
&lt;br /&gt;An example:&lt;br /&gt;  &amp;quot;.\Processor\% Processor Time\_Total\1\1&amp;quot;&lt;br /&gt;
&lt;h2&gt;Additional parameters&lt;/h2&gt;The following additional parameters can be specified:
&lt;ul&gt;&lt;li&gt;-max: Set the initial Y axis maximum value (default = 100)&lt;/li&gt;
&lt;li&gt;-lt: Set the default line thickness (default = 1)&lt;/li&gt;
&lt;li&gt;-title: Set a customized title for the window (helps if you have several windows open)&lt;/li&gt;&lt;/ul&gt;
&lt;h2&gt;Customize&lt;/h2&gt;You can customize the following while running:
&lt;ul&gt;&lt;li&gt;Updating frequency/Pause&lt;/li&gt;
&lt;li&gt;Color of each line/counter&lt;/li&gt;
&lt;li&gt;Scale of each line/counter&lt;/li&gt;&lt;/ul&gt;
&lt;h1&gt;Run-time&lt;/h1&gt;As of version 1.4 the application allows you to add and remove performance counters at run-time. 
&lt;h1&gt;qpmset Files&lt;/h1&gt;As of version 1.4 you can load and save performance counter sets to a file for reuse. The files are actually only an XML file with a different extension so it can be edited with any text editor if needed.
&lt;h1&gt;Logging data to csv files&lt;/h1&gt;The tool supports logging data to a csv file. The following logging options are available:&lt;br /&gt;&lt;img src="http://i3.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=QPerfmon&amp;DownloadId=174543" alt="QPerfMonLoggingOptions.jpg" title="QPerfMonLoggingOptions.jpg" /&gt;
&lt;h1&gt;Example&lt;/h1&gt;Running the utility with the following parameters:&lt;br /&gt;QPerfMon.exe &amp;quot;.\Processor\% Processor Time\_Total&amp;quot; &amp;quot;.\Memory\% Committed Bytes In Use\\&amp;quot; &amp;quot;.\Memory\Pages/sec\\0.1&amp;quot; &amp;quot;.\PhysicalDisk\Avg. Disk Queue Length\_Total\100&amp;quot; -title:Test&lt;br /&gt;Note: remember to escape the &amp;#39;%&amp;#39; character in a batch file.&lt;br /&gt;Would look like this:&lt;br /&gt;&lt;img src="http://i3.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=QPerfmon&amp;DownloadId=183685" alt="QPerfMon.jpg" title="QPerfMon.jpg" /&gt;&lt;br /&gt;&lt;br /&gt;Additionally the formatting of a line can be changed afterwords:&lt;br /&gt;&lt;img src="http://i3.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=QPerfmon&amp;DownloadId=109305" alt="QPerfMonFormatting.jpg" title="QPerfMonFormatting.jpg" /&gt;
&lt;h1&gt;Dependencies and platform support&lt;/h1&gt;The utility was developed using C# with .Net 2.0 (using VS2008). The reason for not using newer versions of the .Net framework is simply so it can still be used on older Win XP/2003 servers etc. It has been tested on Windows XP, 2003, Vista and Windows 7 (32 and 64-bit).&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>RudolfHenning</author><pubDate>Wed, 15 Dec 2010 19:42:38 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Home 20101215074238P</guid></item><item><title>Updated Wiki: Home</title><link>http://qperfmon.codeplex.com/wikipage?version=33</link><description>&lt;div class="wikidoc"&gt;&lt;b&gt;Project Description&lt;/b&gt;&lt;br /&gt;This small utility helps to monitor performance counters without using the full blown perfmon tool from Windows. It supports a number of command line parameters and can be launched from batch files, shortcuts or &amp;#40;from version 1.4&amp;#41; preset qpmset files.&lt;br /&gt;&lt;br /&gt;&lt;img src="http://i3.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=QPerfmon&amp;DownloadId=183685" alt="QPerfMon.jpg" title="QPerfMon.jpg" /&gt;
&lt;h1&gt;Introduction&lt;/h1&gt;This small utility was developed to help monitor sets of performance counters quickly and (only) as needed. It is based on &lt;a href="http://www.codeproject.com/KB/miscctrl/C2DPushGraph.aspx" class="externalLink"&gt;C2DPushGraph&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; graph control but I have customized and enhanced it quite a bit for my needs. The main aim for the utility is to be really &amp;#39;simple&amp;#39; without too many fancies - but it is evolving and more things might get added over time.&lt;br /&gt;Note: The graph control is in the process of being completely rewritten with a few totally new functions built in. e.g. clicking to see the time somewhere in the middle of the graph - stay tuned!
&lt;h2&gt;Update history&lt;/h2&gt;&lt;ul&gt;&lt;li&gt;1.4.4 - The tool now has the functionality to log the performance counter values to a csv file.&lt;/li&gt;
&lt;li&gt;1.4.5 - Enhanced logging options. Check for available disk space, create new file every X MB and change sample rate i.e. only log data for every N times the graph is updated. Additionally the tool will now upgrade/remember previous version settings.&lt;/li&gt;
&lt;li&gt;1.4.6 - Small bug fix to graph control to avoid negative/large perf counter values crashing the app.&lt;/li&gt;
&lt;li&gt;1.4.8 - Added &amp;#39;snapping&amp;#39; to desktop plus &amp;#39;cloning&amp;#39; of performance counters to ease adding a bunch of counters together.&lt;/li&gt;
&lt;li&gt;1.4.9 - Added displaying latest and earliest times and more line formatting options.&lt;/li&gt;
&lt;li&gt;1.4.10/11 More line formatting options plus fix bug to not allow duplicate counters.&lt;/li&gt;
&lt;li&gt;1.4.13 Fixed reported issue with decimal scaled values when using other &amp;#39;cultures&amp;#39;/formatting.&lt;/li&gt;&lt;/ul&gt;
&lt;h1&gt;Usage&lt;/h1&gt;The tool can be executed with parameters. At the moment there is no restriction on the number of performance counters that can be specified although it would be impractical to specify too many.  Each performance counter specified must looks like this:&lt;br /&gt;&lt;br /&gt;[Machine name]\[Category]\[Counter name]\[Instance name]\[scale]\[plot style]&lt;br /&gt;
&lt;ul&gt;&lt;li&gt;The machine name is the name of the computer where the performance counter is published.&lt;/li&gt;
&lt;li&gt;The category of the performance counter&lt;/li&gt;
&lt;li&gt;The name of the performance counter&lt;/li&gt;
&lt;li&gt;The instance name if it exists&lt;/li&gt;
&lt;li&gt;The scale of the performance counter (default = 1)&lt;/li&gt;
&lt;li&gt;The plotting style of data points. could be 0 - None, 1 - Dots, 2 - Cross or 3 - Ex&lt;/li&gt;&lt;/ul&gt;
&lt;br /&gt;An example:&lt;br /&gt;  &amp;quot;.\Processor\% Processor Time\_Total\1\1&amp;quot;&lt;br /&gt;
&lt;h2&gt;Additional parameters&lt;/h2&gt;The following additional parameters can be specified:
&lt;ul&gt;&lt;li&gt;-max: Set the initial Y axis maximum value (default = 100)&lt;/li&gt;
&lt;li&gt;-lt: Set the default line thickness (default = 1)&lt;/li&gt;
&lt;li&gt;-title: Set a customized title for the window (helps if you have several windows open)&lt;/li&gt;&lt;/ul&gt;
&lt;h2&gt;Customize&lt;/h2&gt;You can customize the following while running:
&lt;ul&gt;&lt;li&gt;Updating frequency/Pause&lt;/li&gt;
&lt;li&gt;Color of each line/counter&lt;/li&gt;
&lt;li&gt;Scale of each line/counter&lt;/li&gt;&lt;/ul&gt;
&lt;h1&gt;Run-time&lt;/h1&gt;As of version 1.4 the application allows you to add and remove performance counters at run-time. 
&lt;h1&gt;qpmset Files&lt;/h1&gt;As of version 1.4 you can load and save performance counter sets to a file for reuse. The files are actually only an XML file with a different extension so it can be edited with any text editor if needed.
&lt;h1&gt;Logging data to csv files&lt;/h1&gt;The tool supports logging data to a csv file. The following logging options are available:&lt;br /&gt;&lt;img src="http://i3.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=QPerfmon&amp;DownloadId=174543" alt="QPerfMonLoggingOptions.jpg" title="QPerfMonLoggingOptions.jpg" /&gt;
&lt;h1&gt;Example&lt;/h1&gt;Running the utility with the following parameters:&lt;br /&gt;QPerfMon.exe &amp;quot;.\Processor\% Processor Time\_Total&amp;quot; &amp;quot;.\Memory\% Committed Bytes In Use\\&amp;quot; &amp;quot;.\Memory\Pages/sec\\0.1&amp;quot; &amp;quot;.\PhysicalDisk\Avg. Disk Queue Length\_Total\100&amp;quot; -title:Test&lt;br /&gt;Note: remember to escape the &amp;#39;%&amp;#39; character in a batch file.&lt;br /&gt;Would look like this:&lt;br /&gt;&lt;img src="http://i3.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=QPerfmon&amp;DownloadId=183685" alt="QPerfMon.jpg" title="QPerfMon.jpg" /&gt;&lt;br /&gt;&lt;br /&gt;Additionally the formatting of a line can be changed afterwords:&lt;br /&gt;&lt;img src="http://i3.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=QPerfmon&amp;DownloadId=109305" alt="QPerfMonFormatting.jpg" title="QPerfMonFormatting.jpg" /&gt;
&lt;h1&gt;Dependencies and platform support&lt;/h1&gt;The utility was developed using C# with .Net 2.0 (using VS2008). The reason for not using newer versions of the .Net framework is simply so it can still be used on older Win XP/2003 servers etc. It has been tested on Windows XP, 2003, Vista and Windows 7 (32 and 64-bit).&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>RudolfHenning</author><pubDate>Wed, 15 Dec 2010 12:48:03 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Home 20101215124803P</guid></item><item><title>Updated Wiki: Home</title><link>http://qperfmon.codeplex.com/wikipage?version=32</link><description>&lt;div class="wikidoc"&gt;&lt;b&gt;Project Description&lt;/b&gt;&lt;br /&gt;This small utility helps to monitor performance counters without using the full blown perfmon tool from Windows. It supports a number of command line parameters and can be launched from batch files, shortcuts or &amp;#40;from version 1.4&amp;#41; preset qpmset files.&lt;br /&gt;&lt;br /&gt;&lt;img src="http://i3.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=QPerfmon&amp;DownloadId=183685" alt="QPerfMon.jpg" title="QPerfMon.jpg" /&gt;
&lt;h1&gt;Introduction&lt;/h1&gt;This small utility was developed to help monitor sets of performance counters quickly and (only) as needed. It is based on &lt;a href="http://www.codeproject.com/KB/miscctrl/C2DPushGraph.aspx" class="externalLink"&gt;C2DPushGraph&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; graph control but I have customized and enhanced it quite a bit for my needs. The main aim for the utility is to be really &amp;#39;simple&amp;#39; without too many fancies - but it is evolving and more things might get added over time.&lt;br /&gt;Note: The graph control is in the process of being totally rewritten with a few totally new functions built in. e.g. clicking to see the time somewhere in the middle of the graph - stay tuned!
&lt;h2&gt;Update history&lt;/h2&gt;&lt;ul&gt;&lt;li&gt;1.4.4 - The tool now has the functionality to log the performance counter values to a csv file.&lt;/li&gt;
&lt;li&gt;1.4.5 - Enhanced logging options. Check for available disk space, create new file every X MB and change sample rate i.e. only log data for every N times the graph is updated. Additionally the tool will now upgrade/remember previous version settings.&lt;/li&gt;
&lt;li&gt;1.4.6 - Small bug fix to graph control to avoid negative/large perf counter values crashing the app.&lt;/li&gt;
&lt;li&gt;1.4.8 - Added &amp;#39;snapping&amp;#39; to desktop plus &amp;#39;cloning&amp;#39; of performance counters to ease adding a bunch of counters together.&lt;/li&gt;
&lt;li&gt;1.4.9 - Added displaying latest and earliest times and more line formatting options.&lt;/li&gt;
&lt;li&gt;1.4.10/11 More line formatting options plus fix bug to not allow duplicate counters.&lt;/li&gt;
&lt;li&gt;1.4.13 Fixed reported issue with decimal scaled values when using other &amp;#39;cultures&amp;#39;/formatting.&lt;/li&gt;&lt;/ul&gt;
&lt;h1&gt;Usage&lt;/h1&gt;The tool can be executed with parameters. At the moment there is no restriction on the number of performance counters that can be specified although it would be impractical to specify too many.  Each performance counter specified must looks like this:&lt;br /&gt;&lt;br /&gt;[Machine name]\[Category]\[Counter name]\[Instance name]\[scale]\[plot style]&lt;br /&gt;
&lt;ul&gt;&lt;li&gt;The machine name is the name of the computer where the performance counter is published.&lt;/li&gt;
&lt;li&gt;The category of the performance counter&lt;/li&gt;
&lt;li&gt;The name of the performance counter&lt;/li&gt;
&lt;li&gt;The instance name if it exists&lt;/li&gt;
&lt;li&gt;The scale of the performance counter (default = 1)&lt;/li&gt;
&lt;li&gt;The plotting style of data points. could be 0 - None, 1 - Dots, 2 - Cross or 3 - Ex&lt;/li&gt;&lt;/ul&gt;
&lt;br /&gt;An example:&lt;br /&gt;  &amp;quot;.\Processor\% Processor Time\_Total\1\1&amp;quot;&lt;br /&gt;
&lt;h2&gt;Additional parameters&lt;/h2&gt;The following additional parameters can be specified:
&lt;ul&gt;&lt;li&gt;-max: Set the initial Y axis maximum value (default = 100)&lt;/li&gt;
&lt;li&gt;-lt: Set the default line thickness (default = 1)&lt;/li&gt;
&lt;li&gt;-title: Set a customized title for the window (helps if you have several windows open)&lt;/li&gt;&lt;/ul&gt;
&lt;h2&gt;Customize&lt;/h2&gt;You can customize the following while running:
&lt;ul&gt;&lt;li&gt;Updating frequency/Pause&lt;/li&gt;
&lt;li&gt;Color of each line/counter&lt;/li&gt;
&lt;li&gt;Scale of each line/counter&lt;/li&gt;&lt;/ul&gt;
&lt;h1&gt;Run-time&lt;/h1&gt;As of version 1.4 the application allows you to add and remove performance counters at run-time. 
&lt;h1&gt;qpmset Files&lt;/h1&gt;As of version 1.4 you can load and save performance counter sets to a file for reuse. The files are actually only an XML file with a different extension so it can be edited with any text editor if needed.
&lt;h1&gt;Logging data to csv files&lt;/h1&gt;The tool supports logging data to a csv file. The following logging options are available:&lt;br /&gt;&lt;img src="http://i3.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=QPerfmon&amp;DownloadId=174543" alt="QPerfMonLoggingOptions.jpg" title="QPerfMonLoggingOptions.jpg" /&gt;
&lt;h1&gt;Example&lt;/h1&gt;Running the utility with the following parameters:&lt;br /&gt;QPerfMon.exe &amp;quot;.\Processor\% Processor Time\_Total&amp;quot; &amp;quot;.\Memory\% Committed Bytes In Use\\&amp;quot; &amp;quot;.\Memory\Pages/sec\\0.1&amp;quot; &amp;quot;.\PhysicalDisk\Avg. Disk Queue Length\_Total\100&amp;quot; -title:Test&lt;br /&gt;Note: remember to escape the &amp;#39;%&amp;#39; character in a batch file.&lt;br /&gt;Would look like this:&lt;br /&gt;&lt;img src="http://i3.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=QPerfmon&amp;DownloadId=183685" alt="QPerfMon.jpg" title="QPerfMon.jpg" /&gt;&lt;br /&gt;&lt;br /&gt;Additionally the formatting of a line can be changed afterwords:&lt;br /&gt;&lt;img src="http://i3.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=QPerfmon&amp;DownloadId=109305" alt="QPerfMonFormatting.jpg" title="QPerfMonFormatting.jpg" /&gt;
&lt;h1&gt;Dependencies and platform support&lt;/h1&gt;The utility was developed using C# with .Net 2.0 (using VS2008). The reason for not using newer versions of the .Net framework is simply so it can still be used on older Win XP/2003 servers etc. It has been tested on Windows XP, 2003, Vista and Windows 7 (32 and 64-bit).&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>RudolfHenning</author><pubDate>Wed, 15 Dec 2010 12:47:12 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Home 20101215124712P</guid></item><item><title>Updated Wiki: Home</title><link>http://qperfmon.codeplex.com/wikipage?version=31</link><description>&lt;div class="wikidoc"&gt;&lt;b&gt;Project Description&lt;/b&gt;&lt;br /&gt;This small utility helps to monitor performance counters without using the full blown perfmon tool from Windows. It supports a number of command line parameters and can be launched from batch files, shortcuts or &amp;#40;from version 1.4&amp;#41; preset qpmset files.&lt;br /&gt;&lt;br /&gt;&lt;img src="http://i3.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=QPerfmon&amp;DownloadId=183685" alt="QPerfMon.jpg" title="QPerfMon.jpg" /&gt;
&lt;h1&gt;Introduction&lt;/h1&gt;This small utility was developed to help monitor sets of performance counters quickly and (only) as needed. It is based on &lt;a href="http://www.codeproject.com/KB/miscctrl/C2DPushGraph.aspx" class="externalLink"&gt;C2DPushGraph&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; graph control but I have customized and enhanced it quite a bit for my needs. The main aim for the utility is to be really &amp;#39;simple&amp;#39; without too many fancies - but it is evolving and more things might get added over time.
&lt;h2&gt;Update history&lt;/h2&gt;&lt;ul&gt;&lt;li&gt;1.4.4 - The tool now has the functionality to log the performance counter values to a csv file.&lt;/li&gt;
&lt;li&gt;1.4.5 - Enhanced logging options. Check for available disk space, create new file every X MB and change sample rate i.e. only log data for every N times the graph is updated. Additionally the tool will now upgrade/remember previous version settings.&lt;/li&gt;
&lt;li&gt;1.4.6 - Small bug fix to graph control to avoid negative/large perf counter values crashing the app.&lt;/li&gt;
&lt;li&gt;1.4.8 - Added &amp;#39;snapping&amp;#39; to desktop plus &amp;#39;cloning&amp;#39; of performance counters to ease adding a bunch of counters together.&lt;/li&gt;
&lt;li&gt;1.4.9 - Added displaying latest and earliest times and more line formatting options.&lt;/li&gt;
&lt;li&gt;1.4.10/11 More line formatting options plus fix bug to not allow duplicate counters.&lt;/li&gt;
&lt;li&gt;1.4.13 Fixed reported issue with decimal scaled values when using other &amp;#39;cultures&amp;#39;/formatting.&lt;/li&gt;&lt;/ul&gt;
&lt;h1&gt;Usage&lt;/h1&gt;The tool can be executed with parameters. At the moment there is no restriction on the number of performance counters that can be specified although it would be impractical to specify too many.  Each performance counter specified must looks like this:&lt;br /&gt;&lt;br /&gt;[Machine name]\[Category]\[Counter name]\[Instance name]\[scale]\[plot style]&lt;br /&gt;
&lt;ul&gt;&lt;li&gt;The machine name is the name of the computer where the performance counter is published.&lt;/li&gt;
&lt;li&gt;The category of the performance counter&lt;/li&gt;
&lt;li&gt;The name of the performance counter&lt;/li&gt;
&lt;li&gt;The instance name if it exists&lt;/li&gt;
&lt;li&gt;The scale of the performance counter (default = 1)&lt;/li&gt;
&lt;li&gt;The plotting style of data points. could be 0 - None, 1 - Dots, 2 - Cross or 3 - Ex&lt;/li&gt;&lt;/ul&gt;
&lt;br /&gt;An example:&lt;br /&gt;  &amp;quot;.\Processor\% Processor Time\_Total\1\1&amp;quot;&lt;br /&gt;
&lt;h2&gt;Additional parameters&lt;/h2&gt;The following additional parameters can be specified:
&lt;ul&gt;&lt;li&gt;-max: Set the initial Y axis maximum value (default = 100)&lt;/li&gt;
&lt;li&gt;-lt: Set the default line thickness (default = 1)&lt;/li&gt;
&lt;li&gt;-title: Set a customized title for the window (helps if you have several windows open)&lt;/li&gt;&lt;/ul&gt;
&lt;h2&gt;Customize&lt;/h2&gt;You can customize the following while running:
&lt;ul&gt;&lt;li&gt;Updating frequency/Pause&lt;/li&gt;
&lt;li&gt;Color of each line/counter&lt;/li&gt;
&lt;li&gt;Scale of each line/counter&lt;/li&gt;&lt;/ul&gt;
&lt;h1&gt;Run-time&lt;/h1&gt;As of version 1.4 the application allows you to add and remove performance counters at run-time. 
&lt;h1&gt;qpmset Files&lt;/h1&gt;As of version 1.4 you can load and save performance counter sets to a file for reuse. The files are actually only an XML file with a different extension so it can be edited with any text editor if needed.
&lt;h1&gt;Logging data to csv files&lt;/h1&gt;The tool supports logging data to a csv file. The following logging options are available:&lt;br /&gt;&lt;img src="http://i3.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=QPerfmon&amp;DownloadId=174543" alt="QPerfMonLoggingOptions.jpg" title="QPerfMonLoggingOptions.jpg" /&gt;
&lt;h1&gt;Example&lt;/h1&gt;Running the utility with the following parameters:&lt;br /&gt;QPerfMon.exe &amp;quot;.\Processor\% Processor Time\_Total&amp;quot; &amp;quot;.\Memory\% Committed Bytes In Use\\&amp;quot; &amp;quot;.\Memory\Pages/sec\\0.1&amp;quot; &amp;quot;.\PhysicalDisk\Avg. Disk Queue Length\_Total\100&amp;quot; -title:Test&lt;br /&gt;Note: remember to escape the &amp;#39;%&amp;#39; character in a batch file.&lt;br /&gt;Would look like this:&lt;br /&gt;&lt;img src="http://i3.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=QPerfmon&amp;DownloadId=183685" alt="QPerfMon.jpg" title="QPerfMon.jpg" /&gt;&lt;br /&gt;&lt;br /&gt;Additionally the formatting of a line can be changed afterwords:&lt;br /&gt;&lt;img src="http://i3.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=QPerfmon&amp;DownloadId=109305" alt="QPerfMonFormatting.jpg" title="QPerfMonFormatting.jpg" /&gt;
&lt;h1&gt;Dependencies and platform support&lt;/h1&gt;The utility was developed using C# with .Net 2.0 (using VS2008). The reason for not using newer versions of the .Net framework is simply so it can still be used on older Win XP/2003 servers etc. It has been tested on Windows XP, 2003, Vista and Windows 7 (32 and 64-bit).&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>RudolfHenning</author><pubDate>Tue, 14 Dec 2010 08:30:49 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Home 20101214083049A</guid></item><item><title>Updated Wiki: Home</title><link>http://qperfmon.codeplex.com/wikipage?version=30</link><description>&lt;div class="wikidoc"&gt;&lt;b&gt;Project Description&lt;/b&gt;&lt;br /&gt;This small utility helps to monitor performance counters without using the full blown perfmon tool from Windows. It supports a number of command line parameters and can be launched from batch files, shortcuts or &amp;#40;from version 1.4&amp;#41; preset qpmset files.&lt;br /&gt;&lt;br /&gt;&lt;img src="http://i3.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=QPerfmon&amp;DownloadId=183685" alt="QPerfMon.jpg" title="QPerfMon.jpg" /&gt;
&lt;h1&gt;Introduction&lt;/h1&gt;This small utility was developed to help monitor sets of performance counters quickly and (only) as needed. It is based on &lt;a href="http://www.codeproject.com/KB/miscctrl/C2DPushGraph.aspx" class="externalLink"&gt;C2DPushGraph&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; graph control but I have customized and enhanced it quite a bit for my needs. The main aim for the utility is to be really &amp;#39;simple&amp;#39; without too many fancies - but it is evolving and more things might get added over time.
&lt;h2&gt;Update history&lt;/h2&gt;&lt;ul&gt;&lt;li&gt;1.4.4 - The tool now has the functionality to log the performance counter values to a csv file.&lt;/li&gt;
&lt;li&gt;1.4.5 - Enhanced logging options. Check for available disk space, create new file every X MB and change sample rate i.e. only log data for every N times the graph is updated. Additionally the tool will now upgrade/remember previous version settings.&lt;/li&gt;
&lt;li&gt;1.4.6 - Small bug fix to graph control to avoid negative/large perf counter values crashing the app.&lt;/li&gt;
&lt;li&gt;1.4.8 - Added &amp;#39;snapping&amp;#39; to desktop plus &amp;#39;cloning&amp;#39; of performance counters to ease adding a bunch of counters together.&lt;/li&gt;
&lt;li&gt;1.4.9 - Added displaying latest and earliest times and more line formatting options.&lt;/li&gt;
&lt;li&gt;1.4.10/11 More line formatting options plus fix bug to not allow duplicate counters.&lt;/li&gt;&lt;/ul&gt;
&lt;h1&gt;Usage&lt;/h1&gt;The tool can be executed with parameters. At the moment there is no restriction on the number of performance counters that can be specified although it would be impractical to specify too many.  Each performance counter specified must looks like this:&lt;br /&gt;&lt;br /&gt;[Machine name]\[Category]\[Counter name]\[Instance name]\[scale]\[plot style]&lt;br /&gt;
&lt;ul&gt;&lt;li&gt;The machine name is the name of the computer where the performance counter is published.&lt;/li&gt;
&lt;li&gt;The category of the performance counter&lt;/li&gt;
&lt;li&gt;The name of the performance counter&lt;/li&gt;
&lt;li&gt;The instance name if it exists&lt;/li&gt;
&lt;li&gt;The scale of the performance counter (default = 1)&lt;/li&gt;
&lt;li&gt;The plotting style of data points. could be 0 - None, 1 - Dots, 2 - Cross or 3 - Ex&lt;/li&gt;&lt;/ul&gt;
&lt;br /&gt;An example:&lt;br /&gt;  &amp;quot;.\Processor\% Processor Time\_Total\1\1&amp;quot;&lt;br /&gt;
&lt;h2&gt;Additional parameters&lt;/h2&gt;The following additional parameters can be specified:
&lt;ul&gt;&lt;li&gt;-max: Set the initial Y axis maximum value (default = 100)&lt;/li&gt;
&lt;li&gt;-lt: Set the default line thickness (default = 1)&lt;/li&gt;
&lt;li&gt;-title: Set a customized title for the window (helps if you have several windows open)&lt;/li&gt;&lt;/ul&gt;
&lt;h2&gt;Customize&lt;/h2&gt;You can customize the following while running:
&lt;ul&gt;&lt;li&gt;Updating frequency/Pause&lt;/li&gt;
&lt;li&gt;Color of each line/counter&lt;/li&gt;
&lt;li&gt;Scale of each line/counter&lt;/li&gt;&lt;/ul&gt;
&lt;h1&gt;Run-time&lt;/h1&gt;As of version 1.4 the application allows you to add and remove performance counters at run-time. 
&lt;h1&gt;qpmset Files&lt;/h1&gt;As of version 1.4 you can load and save performance counter sets to a file for reuse. The files are actually only an XML file with a different extension so it can be edited with any text editor if needed.
&lt;h1&gt;Logging data to csv files&lt;/h1&gt;The tool supports logging data to a csv file. The following logging options are available:&lt;br /&gt;&lt;img src="http://i3.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=QPerfmon&amp;DownloadId=174543" alt="QPerfMonLoggingOptions.jpg" title="QPerfMonLoggingOptions.jpg" /&gt;
&lt;h1&gt;Example&lt;/h1&gt;Running the utility with the following parameters:&lt;br /&gt;QPerfMon.exe &amp;quot;.\Processor\% Processor Time\_Total&amp;quot; &amp;quot;.\Memory\% Committed Bytes In Use\\&amp;quot; &amp;quot;.\Memory\Pages/sec\\0.1&amp;quot; &amp;quot;.\PhysicalDisk\Avg. Disk Queue Length\_Total\100&amp;quot; -title:Test&lt;br /&gt;Note: remember to escape the &amp;#39;%&amp;#39; character in a batch file.&lt;br /&gt;Would look like this:&lt;br /&gt;&lt;img src="http://i3.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=QPerfmon&amp;DownloadId=183685" alt="QPerfMon.jpg" title="QPerfMon.jpg" /&gt;&lt;br /&gt;&lt;br /&gt;Additionally the formatting of a line can be changed afterwords:&lt;br /&gt;&lt;img src="http://i3.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=QPerfmon&amp;DownloadId=109305" alt="QPerfMonFormatting.jpg" title="QPerfMonFormatting.jpg" /&gt;
&lt;h1&gt;Dependencies and platform support&lt;/h1&gt;The utility was developed using C# with .Net 2.0 (using VS2008). The reason for not using newer versions of the .Net framework is simply so it can still be used on older Win XP/2003 servers etc. It has been tested on Windows XP, 2003, Vista and Windows 7 (32 and 64-bit).&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>RudolfHenning</author><pubDate>Tue, 14 Dec 2010 06:24:04 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Home 20101214062404A</guid></item><item><title>Updated Wiki: Home</title><link>http://qperfmon.codeplex.com/wikipage?version=29</link><description>&lt;div class="wikidoc"&gt;&lt;b&gt;Project Description&lt;/b&gt;&lt;br /&gt;This small utility helps to monitor performance counters without using the full blown perfmon tool from Windows. It supports a number of command line parameters and can be launched from batch files, shortcuts or &amp;#40;from version 1.4&amp;#41; preset qpmset files.&lt;br /&gt;&lt;br /&gt;&lt;img src="http://i3.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=QPerfmon&amp;DownloadId=183685" alt="QPerfMon.jpg" title="QPerfMon.jpg" /&gt;
&lt;h1&gt;Introduction&lt;/h1&gt;This small utility was developed to help monitor sets of performance counters quickly and (only) as needed. It is based on &lt;a href="http://www.codeproject.com/KB/miscctrl/C2DPushGraph.aspx" class="externalLink"&gt;C2DPushGraph&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; graph control but I have customized and enhanced it quite a bit for my needs. The main aim for the utility is to be really &amp;#39;simple&amp;#39; without too many fancies - but it is evolving and more things might get added over time.
&lt;h2&gt;Update history&lt;/h2&gt;&lt;ul&gt;&lt;li&gt;1.4.4 - The tool now has the functionality to log the performance counter values to a csv file.&lt;/li&gt;
&lt;li&gt;1.4.5 - Enhanced logging options. Check for available disk space, create new file every X MB and change sample rate i.e. only log data for every N times the graph is updated. Additionally the tool will now upgrade/remember previous version settings.&lt;/li&gt;
&lt;li&gt;1.4.6 - Small bug fix to graph control to avoid negative/large perf counter values crashing the app.&lt;/li&gt;
&lt;li&gt;1.4.8 - Added &amp;#39;snapping&amp;#39; to desktop plus &amp;#39;cloning&amp;#39; of performance counters to ease adding a bunch of counters together.&lt;/li&gt;
&lt;li&gt;1.4.9 - Added displaying latest and earliest times and more line formatting options.&lt;/li&gt;&lt;/ul&gt;
&lt;h1&gt;Usage&lt;/h1&gt;The tool can be executed with parameters. At the moment there is no restriction on the number of performance counters that can be specified although it would be impractical to specify too many.  Each performance counter specified must looks like this:&lt;br /&gt;&lt;br /&gt;[Machine name]\[Category]\[Counter name]\[Instance name]\[scale]\[plot style]&lt;br /&gt;
&lt;ul&gt;&lt;li&gt;The machine name is the name of the computer where the performance counter is published.&lt;/li&gt;
&lt;li&gt;The category of the performance counter&lt;/li&gt;
&lt;li&gt;The name of the performance counter&lt;/li&gt;
&lt;li&gt;The instance name if it exists&lt;/li&gt;
&lt;li&gt;The scale of the performance counter (default = 1)&lt;/li&gt;
&lt;li&gt;The plotting style of data points. could be 0 - None, 1 - Dots, 2 - Cross or 3 - Ex&lt;/li&gt;&lt;/ul&gt;
&lt;br /&gt;An example:&lt;br /&gt;  &amp;quot;.\Processor\% Processor Time\_Total\1\1&amp;quot;&lt;br /&gt;
&lt;h2&gt;Additional parameters&lt;/h2&gt;The following additional parameters can be specified:
&lt;ul&gt;&lt;li&gt;-max: Set the initial Y axis maximum value (default = 100)&lt;/li&gt;
&lt;li&gt;-lt: Set the default line thickness (default = 1)&lt;/li&gt;
&lt;li&gt;-title: Set a customized title for the window (helps if you have several windows open)&lt;/li&gt;&lt;/ul&gt;
&lt;h2&gt;Customize&lt;/h2&gt;You can customize the following while running:
&lt;ul&gt;&lt;li&gt;Updating frequency/Pause&lt;/li&gt;
&lt;li&gt;Color of each line/counter&lt;/li&gt;
&lt;li&gt;Scale of each line/counter&lt;/li&gt;&lt;/ul&gt;
&lt;h1&gt;Run-time&lt;/h1&gt;As of version 1.4 the application allows you to add and remove performance counters at run-time. 
&lt;h1&gt;qpmset Files&lt;/h1&gt;As of version 1.4 you can load and save performance counter sets to a file for reuse. The files are actually only an XML file with a different extension so it can be edited with any text editor if needed.
&lt;h1&gt;Logging data to csv files&lt;/h1&gt;The tool supports logging data to a csv file. The following logging options are available:&lt;br /&gt;&lt;img src="http://i3.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=QPerfmon&amp;DownloadId=174543" alt="QPerfMonLoggingOptions.jpg" title="QPerfMonLoggingOptions.jpg" /&gt;
&lt;h1&gt;Example&lt;/h1&gt;Running the utility with the following parameters:&lt;br /&gt;QPerfMon.exe &amp;quot;.\Processor\% Processor Time\_Total&amp;quot; &amp;quot;.\Memory\% Committed Bytes In Use\\&amp;quot; &amp;quot;.\Memory\Pages/sec\\0.1&amp;quot; &amp;quot;.\PhysicalDisk\Avg. Disk Queue Length\_Total\100&amp;quot; -title:Test&lt;br /&gt;Note: remember to escape the &amp;#39;%&amp;#39; character in a batch file.&lt;br /&gt;Would look like this:&lt;br /&gt;&lt;img src="http://i3.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=QPerfmon&amp;DownloadId=183685" alt="QPerfMon.jpg" title="QPerfMon.jpg" /&gt;&lt;br /&gt;&lt;br /&gt;Additionally the formatting of a line can be changed afterwords:&lt;br /&gt;&lt;img src="http://i3.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=QPerfmon&amp;DownloadId=109305" alt="QPerfMonFormatting.jpg" title="QPerfMonFormatting.jpg" /&gt;
&lt;h1&gt;Dependencies and platform support&lt;/h1&gt;The utility was developed using C# with .Net 2.0 (using VS2008). The reason for not using newer versions of the .Net framework is simply so it can still be used on older Win XP/2003 servers etc. It has been tested on Windows XP, 2003, Vista and Windows 7 (32 and 64-bit).&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>RudolfHenning</author><pubDate>Mon, 13 Dec 2010 07:58:56 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Home 20101213075856A</guid></item></channel></rss>