This content has been marked as final.
Show 2 replies
-
Re: Parse function for UnDP Transform option
Vijay Raje Jul 21, 2016 7:22 AM (in response to Vijay Raje)-
Re: Parse function for UnDP Transform option
Vijay Raje Aug 5, 2016 8:59 AM (in response to Vijay Raje)Transform Value for CPU
parse((?<result>\d[0-9]*\.\d[0-9]*), {tomcat}) -- Output --> 2.2
Transform Value for Memory
parse(.+\s+(?<result>\d[0-9]*\.\d[0-9]*), {tomcat}) -- Output --> 1.3
-