Description
Currently, system.cpu.util[] on Windows supports only type "system", like so: "system.cpu.util[,system,avg15]".
First of all, this is incorrect, because system time is time that an operating system spends for its own purposes.
Anyway, it would be nice to support other types like "user", "idle", "iowait", if possible.