Accessing the Application Statistics Page
WebObjects applications record statistics about themselves while they run. You can access the WOStats page while the application is running to obtain access to these statistics. Most WebObjects applications have a WOStats page automatically included in the application. Access the WOStats page with a URL like the following:
http://localhost/cgi-bin/WebObjects/MyWebApp.woa/-/WOStats
If there are multiple instances, specify the instance number as well:
http://myhost/cgi-bin/WebObjects/MyWebApp.woa/-/WOStats.wo/-/-/1/myhost
The "1" just before the last occurrence of "myhost" is the instance number.
See the description of WOStats in the WOExtensions Reference for more information about what the page displays.
Table of Contents Next Section