Hello,

We would like to review the SMF120_5 and SMF120_6 record and we have
customized WAS v.5 following described steps at WAS docs:

+BBOM0001I server_SMF_container_activity_enabled: 1.
+BBOM0001I server_SMF_container_interval_enabled: 1.
+BBOM0001I server_SMF_interval_length: 0.
+BBOM0001I server_SMF_server_activity_enabled: 1.
+BBOM0001I server_SMF_server_interval_enabled: 1.
+BBOM0001I server_SMF_web_container_activity_enabled: 1.
+BBOM0001I server_SMF_web_container_interval_enabled: 1.

SMF Records saved ok: SMF120_1, SMF120_3, SMF120_7 and SMF120_8
SMF Records saved nok: SMF120_5 and SMF_6


Also, we have applied SMF record exit IEFU83
http://www-128.ibm.com/developerworks/tivoli/library/t-wasz-smf/

Could you help us?




WAS Docs:
---------
Using the WebSphere Application Server administrative console to enable
properties for specific SMF record types

Before you begin

Ensure that you have proper access to the administrative console.

Why and when to perform this task

To enable SMF you must first use the WebSphere Application Server
administrative console to enable properties for specific record types. To
view or set properties using the WebSphere Application Server
administrative console:

Steps for this task

1. Click Server>Application Servers in the navigation tree. The
Application Servers page appears.

2. Click the application server name in the Name column of the
Application Server collection table. The configuration panel of the
application server selected appears.

3. On the configuration panel, under the Additional Properties
section, click on Custom Properties.

4. To enable SMF type 120 records, click New, and specify one or more
of the following properties:

name = server_SMF_server_activity_enabled = 1 (or
server_SMF_server_activity_enabled = true)
name = server_SMF_server_interval_enabled = 1 (or true)
name = server_SMF_container_activity_enabled = 1 (or true)
name = server_SMF_container_interval_enabled = 1 (or true)
name = server_SMF_interval_length, value=n, where n is the interval, in
seconds, that the system will use to write records for a server instance.
Set this value to 0 to use the default SMF recording interval.

5. Click OK or Apply.

6. Save the changes and make sure a file sync is performed before
restarting the servers.

7. For the changes to take effect, restart the application server.
Results

You have successfully activated SMF recording for WebSphere Application
Server when SMF type 120 records are being recorded.


Subtype 6: Container interval record (Version 2)

This section includes Subtype 6: Container interval record (Version 2)
The purpose of the J2EE container interval SMF record is to record activity
within a J2EE container that is located inside the WebSphere Application
Server transaction server.

This record is produced at regular intervals and is an aggregate of the
activities running inside a J2EE container during the interval. This record
can be used to perform application profiling, problem determination, and
capacity planning.

A single record is created for each active J2EE container located in a
WebSphere Application Server transaction server within the interval being
recorded. If there is more than one server instance associated with a
server, a record for the container will exist for each server instance. To
get a common view of the work running in the J2EE container during the
interval, you must merge the records after processing.

You can specify an interval through the WebSphere Application Server
administrative console by setting server_SMF_interval_length=n, where n is
the desired number of seconds.

You can activate this record by setting
server_SMF_container_interval_enabled=1 (or
server_SMF_container_interval_enabled=true) on the administrative console

Subtype 5: J2EE container activity record (Version 2)

This section includes Subtype 5: J2EE container activity record (Version 2)
The purpose of the J2EE container activity SMF record is to record activity
within a J2EE container that is located inside the WebSphere Application
Server transaction server.

This record can be used to perform basic charge-back accounting,
application profiling, problem determination, and capacity planning. A
single record is created for each activity that is run within a J2EE
container located inside a WebSphere Application Server transaction server.

You can activate this record through the administrative console by setting
server_SMF_container_activity_enabled=1 (or
server_SMF_container_activity_enabled=true) .
J2EE container activity record (Version 2) schema

This section includes Subtype 5: J2EE container activity record (Version 2).

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html

Reply via email to