wrote:
> *Info cpu working?
*info cpu won't work on xp; use the getsystemperformancedata
plugin. See here for example and possible registry update you may
need
http://groups.yahoo.com/group/power-pro/message/26987
>
> And could somebody please explain me how i can use plugins ?
The short answer is that plugin calls compute some value or perform
some other function. They are used in expressions. The plugin call
looks like
myplug.service
where myplug is the name of the dll file and service is the name of
one of the capabilities (services) that the plugin provides. In the
above quoted note you will find
Getsystemperformancedata.get_cpu_usage
as the call, Getsystemperformancedata is the dll file name,
get_cpu_usage is the service documented in the help for the plugin.
Plugins are part of using expressions to compute values in
PowerPro. If you have not done much programming or scripting, then
it will be more for you to learn use them, as they use the same
concepts as script programming. But if you want to, you could read
the PowerPro scripting tutorial (see the start menu entry for
PowerPro or looking int he PowerPro folder).
To use an _expression_ in *info, you have to put
*info expr(yourExpression)
as in the above example, where the complete _expression_ is the plugin
call.
Attention: PowerPro's Web site has moved: http://www.ppro.org
SPONSORED LINKS
| Computer monitoring software | Power pro | Computer and internet software |
| Free computer monitoring software |
YAHOO! GROUPS LINKS
- Visit your group "power-pro" on the web.
- To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]
- Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.
