0

In the wildfly config file (standalone.xml), it is possible to enable statistics for the ejb and datasources susbsystems I would like to enable them to get useful infos at runtime (invocations, execution times,...)

But is it something that can be activated on a production server ? Is there any overhead ?

Olivier Masseau
  • 778
  • 7
  • 23

1 Answers1

0

The answer to both question is yes :) you can activate it and there will be an overhead. You can use the jboss-cli to enable/disable the stats without requiring a restart of the server.

ehsavoie
  • 3,126
  • 1
  • 16
  • 14