Plugin - PerfMon
【版权声明】
本文档翻译者:雨滴社区-jyf823691221
本文档仅用于雨滴社区站内交流,禁止转载,由此引发的一切责任及版权纠纷由转载、传播本文档者负责。
PerfMonPlugin=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返回当前值. 示例皮肤 DynamicWindowSize=1Update=1000; Display how much CPU Rainmeter is using:; (use Scale=100000.0 in STRING meters ifyou want perceptual value)Measure=PluginPlugin=Perfmon.dllPerfMonObject="Process"PerfMonCounter="% Processor Time"PerfMonInstance=Rainmeter ; Display the number of running processes: Measure=Plugin Plugin=Perfmon.dllPerfMonObject="System" PerfMonCounter="Processes"PerfMonInstance="" PerfMonDifference=0 ; Display the disk access in drive C: Measure=Plugin Plugin=PerfMon.dll PerfMonObject=LogicalDiskPerfMonCounter="Disk Bytes/sec" PerfMonInstance="C:"
页:
[1]