I am trying to create customized jboss server log with server cpu utilization and disk usages. Please let me know if any one has any idea about the same.
I am thinking of writting a class and calling that class in jboss-log4j.xml.
Thanks
I am trying to create customized jboss server log with server cpu utilization and disk usages. Please let me know if any one has any idea about the same.
I am thinking of writting a class and calling that class in jboss-log4j.xml.
Thanks
I am not sure about the disk usages, if you want to log jvm metrics like cpu utilization, heap usage, thread counts etc you could have a look at jmxtrans. It queries the configured jmx metrics and provides various output writers including a Log4jWriter.