Hi!
You can create another DCI for System.CPU.Count parameter and read it's value in transformation script by calling GetDCIValueByName($node, "System.CPU.Count"). Full script could looks like
Best regards,
Victor
You can create another DCI for System.CPU.Count parameter and read it's value in transformation script by calling GetDCIValueByName($node, "System.CPU.Count"). Full script could looks like
Code Select
return $1 / GetDCIValueByName($node, "System.CPU.Count");
Best regards,
Victor
I've added a bugtracker issue (