View comments | RSS feed

Configuring the monitoring output format

The metricsFormat attribute specifies the information displayed by the metrics logger. By default, metricsFormat is set as follows:

Web threads (busy/total): {jrpp.busyTh}/{jrpp.totalTh} Sessions: {sessions} Total Memory={totalMemory} Free={freeMemory}

In addition to literal text and variables, you can also perform arithmetic operations on variable values as long as you enclose the full expression within curly braces, {}. For example, the following specification displays the combined total worker thread count for the JWS and for the web server connector:

Total worker threads={{jrpp.totalTh}+{web.totalTh}}

Comments


Techek said on Nov 26, 2003 at 2:01 PM :
Why doesn't this output the difference between total and free memory then? It is ofcourse the value of MetricsFormat ...

Memory (total/free/used): {totalMemory}/{freeMemory}/{{totalMemory}-{freeMemory}}
jrunrandy said on Dec 11, 2003 at 10:38 AM :
This has been entered as bug 53855.

 

RSS feed | Send me an e-mail when comments are added to this page | Comment Report

Current page: http://livedocs.adobe.com/jrun/4/JRun_Administrators_Guide/netmon3.htm