Scollector can also monitor any Windows processes using the .NET framework. If no ProcessDotNet settings are specified it will default to just monitoring the w3wp worker processes for IIS. You can specify which applications to monitor in the configuration file.
[[ProcessDotNet]]
Name = "^w3wp"
[[ProcessDotNet]]
Name = "LINQPad"
Matching process will be monitored under the dotnet.*
metrics, and if there is more than one matching process they will be assigned incrementing id tag values starting at 1. Where possible the w3wp names will be changed to match the iis_pool-names used for process monitoring.