# Plugin - PerfMon - Rainmeter官方文档 - 雨滴社区 - Powered by Discuz!
 找回密码
 点击注册

QQ登录

只需一步,快速开始

扫一扫,访问微社区

查看: 2107|回复: 0

Plugin - PerfMon

[复制链接]

签到天数: 265 天

[LV.8]以坛为家I

发表于 2012-5-27 14:03:57 | 显示全部楼层 |阅读模式

马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。

您需要 登录 才可以下载或查看,没有账号?点击注册

x

【版权声明】
   本文档翻译者:雨滴社区-jyf823691221
   本文档仅用于雨滴社区站内交流,禁止转载,由此引发的一切责任及版权纠纷由转载、传播本文档者负责。


PerfMon
Plugin=Plugins\PerfMon.dll
利用Windows的性能监视器找出用户希望显示的信息.Windows的性能监视器是一个强大的工具.在开始菜单运行里面键入” Perfmon.msc”,运行该工具,找到你要测量的计数器.
Note:需要测量的计数器和实例往往都是英文的,即使在中文版本的Windows.
Options:
PerfMonObject
性能对象的名称.例如:Memory(内存),Process(进程),Processor(处理器)…

PerfMonCounter
性能计数器的名称.例如: "% Processor Time", "Disk Read Bytes/sec", ...

PerfMonInstance
实例的名称.例如: "_Total".如果计数器没有任何的数据返回时,捏可以留空.

PerfMonDifference
如果设置为1,两次测量的差值会用实际值代替.这是非常有用的,你可以知道此值前后的变化.
Note:此值默认为1.设置为0返回当前值.
示例皮肤
[Rainmeter]
DynamicWindowSize=1
Update=1000
; Display how much CPU Rainmeter is using:
; (use Scale=100000.0 in STRING meters ifyou want perceptual value)
[MeasureRainmeterCPU]
Measure=Plugin
Plugin=Perfmon.dll
PerfMonObject="Process"
PerfMonCounter="% Processor Time"
PerfMonInstance=Rainmeter
; Display the number of running processes:[MeasureProcesses] Measure=Plugin Plugin=Perfmon.dllPerfMonObject="System" PerfMonCounter="Processes"PerfMonInstance="" PerfMonDifference=0
; Display the disk access in drive C:[MeasureDiskAccess] Measure=Plugin Plugin=PerfMon.dll PerfMonObject=LogicalDiskPerfMonCounter="Disk Bytes/sec" PerfMonInstance="C:"

回复

使用道具 举报

您需要登录后才可以回帖 登录 | 点击注册

本版积分规则

快速回复 返回顶部 返回列表