It is currently March 29th, 2024, 8:13 am

UsageMonitor plugin

Get help with creating, editing & fixing problems with skins
User avatar
CyberTheWorm
Posts: 860
Joined: August 22nd, 2016, 11:32 pm
Location: Surrey, B.C., Canada

UsageMonitor plugin

Post by CyberTheWorm »

I know the PerfMon plugin has been Deprecated, but I was using that to show the activity of individual drives. With the usagemonitor is does it across all drives at the same time. Is there a way to use it for individual drives?
Last edited by CyberTheWorm on April 27th, 2021, 6:50 am, edited 1 time in total.
The only source of knowledge is experience. Albert Einstein
Deviant Art Page
User avatar
SilverAzide
Rainmeter Sage
Posts: 2588
Joined: March 23rd, 2015, 5:26 pm

Re: UsageMonitor plugin

Post by SilverAzide »

CyberTheWorm wrote: April 26th, 2021, 4:02 pm I know the PerfMon plugin has been Deprecated, but I was using that to show the activity of individual drives. With the usagemonitor is does it across all drives at the same time. Is there a way to use it for individual drives?
I think so, if I understand what you are asking. Something like this, maybe?

Code: Select all

[MeasureDiskRead]
Measure=Plugin
Plugin=UsageMonitor
Category=LogicalDisk
Counter="Disk Read Bytes/sec"
Name="C:"

[MeasureDiskWrite]
Measure=Plugin
Plugin=UsageMonitor
Category=LogicalDisk
Counter="Disk Write Bytes/sec"
Name="C:"
The Name option is the key...
Gadgets Wiki GitHub More Gadgets...
User avatar
CyberTheWorm
Posts: 860
Joined: August 22nd, 2016, 11:32 pm
Location: Surrey, B.C., Canada

Re: UsageMonitor plugin

Post by CyberTheWorm »

Thanks, I'll give that a try.
Yup that works, don't know how I missed that.
The only source of knowledge is experience. Albert Einstein
Deviant Art Page