I've not tried this but supposedly these are the steps you need to do:
Installing the perfdump Utility
To install perfdump, you need to make the following modifications in
obj.conf:
1. Add the following object to your obj.conf file after the default
object:
<Object name="perf">
Service fn="service-dump"
</Object>
2. Add the following to the default object:
NameTrans fn=assign-name from="/.perf" name="perf"
3. If not already enabled, enable stats-xml.
If you need to enable stats-xml, see Enabling Statistics .
4. Restart your server software.
5. Access perfdump by entering this URL:
http://yourhost/.perf
Enabling Statistics from the Server Manager
To enable statistics from the user interface, follow these steps:
1. From the Server Manager, select the Monitor tab.
2. Select Monitor Current Activity.
The Enable Statistics /Profiling page appears.
3. Select Yes to enable.
4. Click OK.
5. Click Apply.
6. Select Apply Changes to restart the server for your changes to
take effect.
Enabling Statistics with stats-xml
You can also enable statistics directly by editing obj.conf and
magnus.conf. Users who create automated tools or write customized
programs for monitoring and tuning may prefer to work directly with
stats-xml.
To enable the statistics using stats-xml, follow these steps:
1. Under the default object in obj.conf, add the following line:
NameTrans fn="assign-name" from="/stats-xml/*" name="stats-xml"
2. Add the following Service function to obj.conf:
<Object name="stats-xml">
Service fn="stats-xml"
</Object>
3. Add the stats-init SAF to magnus.conf.
Here's an example of stats-init in magnus.conf:
Init fn="stats-init" update-interval="5" virtual-servers="2000"
profiling="yes"
beena wrote:
Hello Group
Can anyone guide me for viewing the session statistics on IPlanet Web Server
6.0
Thanks
Beena
___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".
Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html
___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".
Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html