super(appName, TRX_NAME);
}
protected Response process (Request request) throws Exception {
TrxStats.TrxStatsEntry stats = Transaction.getTrxStats().getStats("STATS", null);
if (stats == null) return new HtmlResponse("OK [STATS ] [MIN:MED:MAX:COUNT] 0:0:0:0");
return new HtmlResponse("OK "+stats);
}