By PVG viagra

some GH pounds and in a hurry Payday loans It becomes more
C:\>type "Docs.txt" | more

TaskMeter Documentation v1.00

© 2002 Mason McCuskey, Spin Studios

Put performance stats right on your taskbar!

TaskMeter lets you put your CPU usage graph right on your taskbar. You can also measure a wide variety of other things, including disk access, network access, context switches, memory usage, and many more. Anything you can monitor in performance monitor (perfmon), you can monitor in TaskMeter. You can even monitor statistics different machines on your network!

Dock TaskMeter to any edge of any monitor, or put it inside your taskbar. It behaves exactly like any other "desk band" (aka explorer toolbar or taskbar toolbar) on the system.

TaskMeter supports multiple graphs, with multiple lines, and user-definable colors and font settings. XML data files make it easy to automate or deploy throughout an enterprise, and low resource consumption ensures you'll get accurate data.

This documentation is divided into the following sections:


Ordering

The demo version of TaskMeter behaves identically to the registered version, with one limitation: after 15 minutes of run time, the graphs stop displaying. The graphs come back when you reboot your system.

You can purchase the full version by clicking here.


Introduction

TaskMeter is a small utility that lets you monitor your CPU usage (or other performance stats) through a small graph (or multiple small graphs) in your taskbar. TaskMeter uses the same libraries as the performance monitor program (perfmon) distributed with Windows 2000 / NT / XP. Anything you can see in perfmon, you can see using TaskMeter.

TaskMeter supports multiple graphs. Each graph can contain multiple lines. Each graph also gets its own scale, update speed, and appearance. A collection of graphs in TaskMeter is called a "graph set."


The Graph Set Configuration Dialog

graphsetdlgThis dialog is the "top level" configuration dialog. Every configurable item in the program is accessible from this dialog. You reach this dialog by selecting "Configure" from the right-click context menu, or by double-clicking a graph currently running.

The Graph Set Dialog contains two tabs. The Graphs tab is where you'll spend most of your time. This tab allows you to edit all of the graphs in your graph set. The other tab, Global Options, allows you to adjust some options that apply to all the graphs. Currently there's just one but in the future there could be more.

Adding a graph

You have two options for adding a graph. You can add a graph "from scratch" by clicking the Add button. When you do this the system will create a new graph with default values, and will bring you to the graph dialog so you can edit those defaults.

The second method for adding a graph is to use the Duplicate button. When you click Duplicate, the system copies the graph that's currently selected in the graph list, and opens the graph dialog so you can edit the copy you just made. This is useful if you want your new graph to be "almost the same as" an existing graph - perhaps you want the graph to look the same as another graph, but track different data.

For more information on what to do once you've created a graph, see the Graph Dialog section.

Editing a graph

To edit a graph, double-click it within the graph list, or select it in the list and click the Edit button. You'll be brought to the graph dialog.

Deleting a graph

To delete a graph, select it in the graph list and click the delete button. The system will prompt you for confirmation.

If you accidentally delete a graph you wanted, immediately click cancel to exit the configuration dialog and cancel your deletion. Note that this will also cancel any other changes you've made.

Changing the ordering of graphs

You can use the Move Up and Move Down buttons to move a graph you've selected up or down the graph list. A graph's position in the list determines its placement on the toolband.

Saving and Loading Graph Sets

TaskMeter automatically saves your graph configuration when you hit the OK button, however if you're sharing graph sets between computers or if you just want to have a backup, you can save and load graph sets using the Save... and Load buttons. Graph sets are stored in a file format resembling XML, and are human readable. Gutsy users can refer to the section on advanced topics for more information.

Background Color and Grid Alignment

At the bottom of this dialog are two additional options. The BG Color drop-down lets you change the background color of the graphs. Currently you only see this when the registration message is displayed instead of the graphs.

The Alignment drop-down lets you control whether the graphs are placed horizontally (next to each other) or vertically (stacked on top of each other). You can also set this to "automatic." When it automatic mode, the graphs are aligned based on whichever direction has more room. If the graph window is wider than it is tall, the graphs will be arranged horizontally, otherwise they'll be arranged vertically.


Global Options

  • Flicker-free drawing: Check this box if you want TaskMeter to double-buffer the drawing of the graphs. Double-buffering eliminates flicker, but requires slightly more work from your CPU. In normal use double-buffering is fine but if you're doing precise CPU usage measurements you may want to turn it off to ensure that TaskMeter generates the minimum amount of "noise."

The Graph Dialog

graphdlg

When you add a graph, or duplicate or edit an existing graph, you're brought to the graph dialog, which lets you place lines on the graph, setup the graph's appearance, and so on.

To Add a Line

To add a line to a graph, click the add line button (addlinebtn). You'll be brought to the line dialog where you can configure what the line is tracking, and what the line looks like.

To Edit a Line

To edit a line, click the edit line button (editlinebtn). You'll be brought to the line dialog where you can change the settings for the line.

To Delete a Line

To delete a line, click the delete line button (deletelinebtn). You won't be prompted to confirm the deletion, but if you accidentally delete something you can get it back by clicking Cancel (note that you will also lose any other changes you have made).

Saving and Loading Graphs

You can save the graph you're editing to disk by clicking the Save button (savebtn).

To load a graph previously saved into this graph, click the Load button (loadbtn).

Changing the Ordering of Lines

To change the ordering of lines, click the move up and move down buttons (moveupbtn and movedownbtn). Lines at the top of the line list are drawn first, and will appear behind the other lines. The line at the bottom of the list will appear in front of all other lines in that graph.

Setting up Graph Colors, Fonts, and Other Appearance Settings

On the right side of the dialog are several controls that let you adjust the appearance of the graph. You can play with these and see your changes applied on the preview of the graph in the top-left of the dialog.

One particularly useful feature is the Graph Colorization button (colorbtn). This button lets you chose a color, then uses that color to "colorize" the graph, and all the lines in the graph.

Setting the Graph's Refresh Rate

At the bottom of the dialog is an "Update Speed" slider that lets you control how frequently the graph is updated (and therefore how quickly it scrolls). To change the update speed, move the slider, or type a new speed directly into the edit box to your right.

WARNING: Setting the graph's refresh rate to an extremely small delay (20 ms and under) may put a load on older computers. Only use fast update speeds if you have a relatively modern CPU.


The Line Dialog

linedlg

The line dialog is where you change the appearance of lines on a grid, and where you tell TaskMeter what performance data the lines should track.

Note that only solid lines can be thicker than 1 pixel.


Advanced Topics

The data files that TaskMeter uses are a subset of XML. They are human-readable and can be opened for editing in any text editing application (i.e., notepad). You may find it easier to perform bulk editing directly inside these files rather than through the TaskMeter GUI.

Here's an example of a graphset file:

<AlignGrids>2</AlignGrids>

<BGColor>&rgb(128,128,128)</BGColor>

<BorderWidth>3</BorderWidth>

<FlickerFree>1</FlickerFree>

<Graph 1>

<BGColor>&rgb(0,32,0)</BGColor>

<BorderColor>&rgb(0,255,0)</BorderColor>

<Font>

<CharSet>0</CharSet>

<ClipPrecision>2</ClipPrecision>

<Escapement>0</Escapement>

<FaceName></FaceName>

<Height>-11</Height>

<Italic>0</Italic>

<Orientation>0</Orientation>

<OutPrecision>3</OutPrecision>

<PitchAndFamily>34</PitchAndFamily>

<Quality>1</Quality>

<Strikeout>0</Strikeout>

<Underline>0</Underline>

<Weight>700</Weight>

<Width>0</Width>

</Font>

<FontColor>&rgb(255,255,255)</FontColor>

<GridLineColor>&rgb(0,64,0)</GridLineColor>

<GridSpacing>5</GridSpacing>

<Line 1>

<Color>&rgb(0,255,0)</Color>

<Counter>\\altaira\Processor(_Total)\% Processor Time</Counter>

<Name>Line 1</Name>

<ScaleFactor>0</ScaleFactor>

<Style>0</Style>

<Thickness>2</Thickness>

</Line 1>

<MaxScale>100.000000</MaxScale>

<MinScale>0.000000</MinScale>

<Name>Altaira Stats</Name>

<NameLocation>7</NameLocation>

<ScrollDir>-1</ScrollDir>

<ShadowColor>&rgb(0,0,0)</ShadowColor>

<ShowBorder>1</ShowBorder>

<ShowGridLines>1</ShowGridLines>

<Size>1.000000</Size>

<UpdateInterval>50</UpdateInterval>

</Graph 1>

<Graph 2>

<BGColor>&rgb(0,32,0)</BGColor>

<BorderColor>&rgb(255,0,0)</BorderColor>

<Font>

<CharSet>0</CharSet>

<ClipPrecision>2</ClipPrecision>

<Escapement>0</Escapement>

<FaceName></FaceName>

<Height>-11</Height>

<Italic>0</Italic>

<Orientation>0</Orientation>

<OutPrecision>3</OutPrecision>

<PitchAndFamily>34</PitchAndFamily>

<Quality>1</Quality>

<Strikeout>0</Strikeout>

<Underline>0</Underline>

<Weight>700</Weight>

<Width>0</Width>

</Font>

<FontColor>&rgb(255,255,255)</FontColor>

<GridLineColor>&rgb(139,0,0)</GridLineColor>

<GridSpacing>5</GridSpacing>

<Line 1>

<Color>&rgb(255,0,0)</Color>

<Counter>\\MINERVA\Processor(_Total)\% Processor Time</Counter>

<Name>Line 1</Name>

<ScaleFactor>0</ScaleFactor>

<Style>0</Style>

<Thickness>2</Thickness>

</Line 1>

<MaxScale>100.000000</MaxScale>

<MinScale>0.000000</MinScale>

<Name>Minerva Stats</Name>

<NameLocation>7</NameLocation>

<ScrollDir>-1</ScrollDir>

<ShadowColor>&rgb(0,0,0)</ShadowColor>

<ShowBorder>1</ShowBorder>

<ShowGridLines>1</ShowGridLines>

<Size>1.000000</Size>

<UpdateInterval>50</UpdateInterval>

</Graph 2>

The options in this file correspond directly to the controls in the dialogs. Just make sure that the graphs and lines are numbered sequentially, starting with <Graph 1>, <Line 1>, etc.


Licensing Information

SOFTWARE LICENSE AND LIMITED WARRANTY

This is an agreement between you, the end user, and Spin Studios (hereinafter the "Vendor"). By installing and/or using this software, you are agreeing to become bound by the terms of this agreement.

IF YOU DO NOT AGREE TO THE TERMS OF THIS AGREEMENT, DO NOT USE THIS SOFTWARE. PROMPTLY REMOVE IT FROM YOUR COMPUTER.

This software is protected by copyright laws and international treaties and may only be used in accordance with the license terms.

Do not install or use the software until you have read and accepted all of the warnings and license terms. Permission to use the software is conditional upon you agreeing to the license terms. Installation or use of the software by you will be deemed to be acceptance of the license terms. Acceptance will bind you to the license terms in a legally enforceable contract with Spin Studios.

The installation of this program will install files necessary to operate the program onto your computer. Other system files, such as .DLLs may be installed or updated and Windows registry entries may be made. Uninstalling the program will not remove all of the installed files or registry entries. As with all installations, it is recommended that you back up your hard drive before you install this program.

LICENSE. Vendor grants to you a non-exclusive right to use this software program (hereinafter the "Software") in accordance with the terms contained in this license. You agree to allow this Software to store small amounts of information necessary to protect the software against unauthorized use, and you acknowledge that Vendor will not disclose any information related to removing or overcoming such anti-piracy information stored in your system at any time.

OWNERSHIP OF SOFTWARE. Vendor and its suppliers retain the copyright, title and ownership of the Software and the written materials.

USE. This License commences upon the installation of the software and is effective until terminated by Vendor. Vendor may terminate this License for any reason or for no reason. Vendor may have included code in the software that will cause the software to terminate automatically, or restrict functionality, after a certain date, a certain run time, or after a certain number of uses. Such termination may occur without notice to you. Upon termination you shall remove the Software from your computer(s).

US GOVERNMENT RESTRICTED RIGHTS. The Software and any accompanying materials are provided with Restricted Rights. Use, duplication or disclosure by the Government is subject to restrictions as set forth in subparagraph (c)(1)(ii) of The Rights in Technical Data and Computer Software clause at DFARS 252.227-7013, or subparagraphs (c)(1) and (2) of the Commercial Computer Software - Restricted Rights at 48 CFR 52.227-19, as applicable. Contractor/manufacturer is Spin Studios, 555 NW Park Ave., #404, Portland, OR, 97209, USA.

THIS SOFTWARE AND ACCOMPANYING DOCUMENTATION (INCLUDING INSTRUCTIONS FOR USE) ARE PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND, FURTHER, VENDOR DOES NOT WARRANT, GUARANTEE, OR MAKE ANY REPRESENTATIONS REGARDING THE USE, OR THE RESULTS OF USE, OF THE SOFTWARE OR DOCUMENTATION IN TERMS OF CORRECTNESS, ACCURACY, RELIABILITY, CURRENTNESS, OR OTHERWISE. THE ENTIRE RISK AS TO THE RESULTS AND PERFORMANCE OF THE SOFTWARE IS ASSUMED BY YOU. IF THE SOFTWARE OR WRITTEN MATERIALS ARE DEFECTIVE,YOU, AND NOT VENDOR OR ITS DEALERS, DISTRIBUTORS, AGENTS, OR EMPLOYEES, ASSUME THE ENTIRE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION.

TO THE MAXIMUM EXTENT PERMITTED BY LAW, VENDOR PROVIDES THIS SOFTWARE WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. NO ORAL OR WRITTEN INFORMATION OR ADVICE GIVEN BY VENDOR, ITS DEALERS, DISTRIBUTORS, AGENTS OR EMPLOYEES SHALL CREATE A WARRANTY OR IN ANY WAY INCREASE THE SCOPE OF THIS WARRANTY AND YOU MAY NOT RELY ON ANY SUCH INFORMATION OR ADVICE. YOU MAY HAVE OTHER RIGHTS WHICH VARY FROM STATE TO STATE.

NEITHER VENDOR NOR ANYONE ELSE WHO HAS BEEN INVOLVED IN THE CREATION, PRODUCTION OR DELIVERY OF THIS PRODUCT SHALL BE LIABLE FOR ANY DIRECT, INDIRECT, CONSEQUENTIAL OR INCIDENTAL DAMAGES (INCLUDING DAMAGES FOR LOSS OF BUSINESS PROFITS, BUSINESS INTERRUPTION, LOSS OF BUSINESS INFORMATION, AND THE LIKE) ARISING OUT OF THE USE OR INABILITY TO USE SUCH PRODUCT EVEN IF VENDOR HAS BEEN ADVISED OF THE POSSBILITY OF SUCH DAMAGES.

Should any other warranties be found to exist, such warranties shall be limited in duration to ninety (90) days following the date of delivery to you. In no event will Vendor's liability for any damages to you or any other person exceed the amount paid for the license to use the Software. Vendor shall have no obligation to provide technical support, maintenance, updates or other support for the Software.

This License shall be governed and construed in accordance with the laws of the United States and shall benefit Vendor, its successors and assigns. Any claim or dispute between you and Vendor or against any agent, employee, successor or assign of Vendor, whether related to this Agreement or otherwise, and any claim or dispute related to this Agreement or the relationship or duties contemplated under this Agreement, including the validity of this arbitration clause, shall be resolved by binding arbitration by the mutual agreement of the parties. Any award of the arbitrator(s) may be entered as a judgment in any court of competent jurisdiction.


END OF FILE