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}}
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
Comments
Techek said on Nov 26, 2003 at 2:01 PM : jrunrandy said on Dec 11, 2003 at 10:38 AM :