Hi, I'm trying to write a Trigger which tells me if my JVM PermGen memory has reached 70% of total available.
I've created a trigger with the following syntax, but it doesnt seem to fire ... am I missing some parenthesis or something?
{Template_JVM_Memusage:jvm.permgen.used.last(0)}/{Template_JVM_Memusage:jvm.permgen.commit.last(0)} >10
I've created a trigger with the following syntax, but it doesnt seem to fire ... am I missing some parenthesis or something?
{Template_JVM_Memusage:jvm.permgen.used.last(0)}/{Template_JVM_Memusage:jvm.permgen.commit.last(0)} >10
Comment