6.4.2 Settings for collecting user-specific performance data

To collect user-specific performance data:

  1. Determine the information to be stored in fields.
  2. Create user commands.
  3. Set the scheduler to collect user-specific performance data periodically.
  4. Specify the settings for collecting information from the user data file.

The following subsections describe the steps in this procedure.

Organization of this subsection
(1) Determining the information to be stored in fields
(2) Creating user commands
(3) Setting a scheduler to collect user-defined performance data periodically
(4) Specifying the settings for collecting information from the user data file

(1) Determining the information to be stored in fields

The fields of a user-defined record store two types of information, key information and data information. You will need to consider what to store as key information and what to store as data information.

Key information

A user-defined record for storing user-specific performance data is a multi-instance record in which one or more rows can be stored by one collection run. To identify each record instance in one user-defined record, key information must be set. If you specify multiple user-created data files in the jpcuser command, you must set key information that uniquely identifies each record instance across all of the specified files. The following table shows the types of key information.

Table 6-20 Types of key information

TypeField nameExplanation
Transaction typeTrans TypeIdentifies the instance type.
Transaction keyTrans Data Key (numeric type)Identifies each of the instances that have the same transaction type.
Trans String Key (string type)

The transaction type is used to identify the type of the performance data. For example, assume that information about a database is stored in one record and information about a Web server is stored in another record. In this case, you can use DATABASE and WEB as transaction types to indicate which type of information (information about a database or information about a Web server) is stored.

When there are multiple instances that have the same transaction type, the transaction key is used to identify each instance. If neither the Trans Data Key field nor the Trans String Key field is set, or the same value is set for multiple transaction keys, the record instances cannot be identified uniquely. As a result, the first record instance is used.

Data information

As data information, user-defined records can store three types of numeric data (double, long, and ulong types), three lengths of string data, and time data. The number of data items that can be stored differs depending on the user-defined record. For numeric data of the PI record type, either average or cumulative can be selected as the consolidation rule.

Select the user-defined record to be used based on the performance data to be collected. Note that a user-defined record that can store a larger amount of information consumes a larger amount of memory and other resources. We recommend that you select the user-defined record whose size is the minimum necessary.

The following table shows the number of fields for each type of user-defined record.

Table 6-21 Number of fields for each type of user-defined record

Record typeUser-defined record typeNumber of fields
Numeric dataString dataTime data
PD record typeUser Data Detail (PD_UPD)2 [Figure] 3 = 61 + 2 + 4 = 71
User Data Detail - Extended (PD_UPDB)5 [Figure] 3 = 155 + 5 + 5 = 151
PI record typeUser Data Interval (PI_UPI)4 [Figure] 3 = 121 + 2 + 4 = 71
User Data Interval - Extended (PI_UPIB)10 [Figure] 3 = 305 + 5 + 5 = 151

The following table shows the criteria for selecting the recommended user-defined record.

Table 6-22 Criteria for selecting the recommended user-defined record

Will cumulative data be stored as the performance data?Will many types of performance data be stored?Recommended user-defined record
YesNoPI_UPI
YesYesPI_UPIB
NoNoPD_UPD
NoYesPD_UPDB

(2) Creating user commands

User commands are scripts that are used to collect performance data to generate user-created data. You must code the scripts so that performance data is output in the format used for user-created data files.

For details about the format of user-created data files, see 6.4.5 Format of user-created data files.

To verify the user-created data output by the user commands, execute the jpcuser command in the following format:

/opt/jp1pc/agtu/agent/jpcuser/jpcuser PI_UPI -file user-created-data -debug 1

When the command is executed, the following debug log file is generated:

/opt/jp1pc/agtu/agent/jpcuser/debug/jpcuser_dbg_01.log

Use the debug log file to check for errors.

For details about the jpcuser command, see 6.4.4 Format of the jpcuser command.

(3) Setting a scheduler to collect user-defined performance data periodically

The following explains how to set up the functionality for periodically executing user commands, to periodically collect user-specific performance data.

To periodically collect user-specific performance data.

  1. Set up user record collection in PFM - Web Console.
    The execution interval for functionality for periodically executing user commands depends on the Collection Interval setting for each user record.
  2. Set the properties for functionality for periodically executing user commands in PFM - Web Console.
    In PFM - Web Console, set the following properties for each user record to run functionality for periodically executing user commands. The method for setting these properties is the same for PD_UPD, PD_UPDB, PI_UPI, and PI_UPIB records.

    Figure 6-3 Properties for functionality for periodically executing user commands

    [Figure]

    Table 6-23 Setting properties for user records

    PropertyValueDescriptionDefault value
    ExecuteYes/NoSpecify whether to use functionality for periodically executing user commands.
    • Yes: Use the functionality
    • No: Do not use the functionality
    No
    UserCommandAbsolute pathSpecify the absolute path for user commands. The maximum length of the string that can be specified for an absolute path is 255 bytes. Alphanumeric characters and symbols except for the following characters can be specified:
    | < >
    Blank
#1
When the Execute property is set to Yes and the UserCommand property is blank, the KAVF10203-W message is output, and the user command is not executed.
#2
If the specified user command does not exist, or the user command does not have execution permissions, the KAVF10013-W message is output.
Reference note
The UNIX cron command can be used to periodically collect user-specific performance data. UNIX provides the cron command, which can automatically execute a batch file or program at the specified time and interval. After creating a shell script that executes the user commands and then the jpcuser command, set the cron command so that the shell script is executed periodically.

(4) Specifying the settings for collecting information from the user data file

The user data file contains data that the jpcuser command has converted from user-created data into a record format that can be managed by PFM - Agent for Platform. The data in the user data file is stored in user-defined records every time PFM - Agent for Platform collects records. Make sure that PFM - Web Console is set so that PFM - Agent for Platform will collect user-defined records.

For details about how to collect records, see the chapter on Performance Management functionality in the Job Management Partner 1/Performance Management Planning and Configuration Guide.