i want email notification using jconsole , when java application uses more than given threshold memory. Is it possible through Jconsole or not, if it possible how can i achieve this. Can anybody give some examples or clue ?
Thanks
i want email notification using jconsole , when java application uses more than given threshold memory. Is it possible through Jconsole or not, if it possible how can i achieve this. Can anybody give some examples or clue ?
Thanks
I don't think you could use the JConsole for such tasks, it is just a GUI for JMX. You should use a special monitoring tool, e.g. Zabbix, Nagios, or any other among dozens.