Application Service Overview (PD_ASVC)
- Organization of this page
Function
The Application Service Overview (PD_ASVC) record stores performance data indicating the status, at a given point in time, of an application service such as the Win32 process registered in the service control manager (SCM) of the monitored host. This record is a multi-instance record.
Notes
-
Information cannot be collected if connection to the monitored host fails.
-
This record is not created when the OS of the monitored host is UNIX.
-
This record can be used in real-time reports only. If you try to display this record in a historical report, the error KAVJS5001-I occurs.
-
Any character in the information to be acquired that is not in the ASCII character set range of 0x20 to 0x7E will be converted to a hash mark (#: 0x23) before it is stored in the Service Name (SERVICE_NAME) and Display Name (DISPLAY_NAME) fields. Note that multi-byte characters are processed in single-byte units during conversion. For example, the multi-byte (full-width) letter
is converted as follows:
Information to be acquired
Information after conversion
Character encoding
Binary
Binary
Character string
Shift-JIS
8260
2360
#`
EUC
A3C1
2323
##
UTF-8
EFBCA1
232323
###
-
The value in the Service Name (SERVICE_NAME) field corresponds to the value displayed in Service Name when a service property is opened in the service control manager (SCM).
-
The value in the Display Name (DISPLAY_NAME) field corresponds to the value displayed in Displayed Service Name when a service property is opened in the service control manager (SCM).
-
Information is not collected if TargetType is set to icmp in the monitoring target settings.
Default and changeable values
Item |
Default value |
Changeable |
---|---|---|
Sync Collection With |
Detail Records , APP2 |
N |
Log |
No |
N |
LOGIF |
(Blank) |
Y |
Over 10 Sec Collection Time |
No |
N |
Realtime Report Data Collection Mode |
Reschedule |
Y |
- Legend:
-
Y: Changeable
N: Not changeable
ODBC key field
PD_ASVC_SERVICE_NAME
Lifetime
From service installation to uninstallation
Record size
-
Fixed part: 1,034 bytes
-
Variable part: 570 bytes
Fields
PFM - View name (PFM - Manager name) |
Description |
Smry rule |
Grpg rule |
Format |
Delta |
Not sprtd on |
---|---|---|---|---|---|---|
Record Type (INPUT_RECORD_TYPE) |
Record name. Always ASVC |
-- |
COPY |
char (8) |
No |
UNIX |
Record Time (RECORD_TIME) |
Time when the record was created |
-- |
COPY |
time_t |
No |
UNIX |
Interval (INTERVAL) |
Always 0 |
-- |
FIXED |
ulong |
No |
UNIX |
VA DeviceID (VADEVICEID) |
Device ID of the monitored host |
-- |
COPY |
string (256) |
No |
UNIX |
Target Host (TARGET_HOST) |
Monitored host name |
-- |
FIXED |
string (33) |
No |
UNIX |
Polling Time (POLLING_TIME) |
Time the performance information was collected on the PFM - RM host |
-- |
FIXED |
string (32) |
No |
UNIX |
Target Host Time (TARGET_HOST_TIME) |
Time the performance information was collected on the monitored host |
-- |
FIXED |
string (32) |
No |
UNIX |
Service Name (SERVICE_NAME) |
Service name used in the service control manager database |
-- |
COPY |
string (257) |
No |
UNIX |
Service Exit Code (SERVICE_EXIT_CODE) |
Error code specific to each service. A value is set only when the value in the Win32 Exit Code field is 1066 (ERROR_SERVICE_SPECIFIC_ERROR). |
-- |
FIXED |
long |
No |
UNIX |
Win32 Exit Code (WIN32_EXIT_CODE) |
Service-related Windows error code |
-- |
FIXED |
long |
No |
UNIX |
Display Name (DISPLAY_NAME) |
Name used by the user interface program to identify a specific service |
-- |
FIXED |
string (257) |
No |
UNIX |
State (STATE) |
Service status at the time of data collection. One of the following values is set in this field: Continue Pending: Stop processing is in progress after the Restart button is pressed following a pause. Pause Pending: Pausing process is in progress. Paused: Paused state Running: Running state Start Pending: Start processing is in progress. Stop Pending: Stop processing is in progress. Stopped: Stopped state Unknown: Unknown state |
-- |
FIXED |
string (32) |
No |
UNIX |
Ext1 (EXT1)# |
Extension field 1 |
-- |
AVG |
double |
No |
All |
Ext2 (EXT2)# |
Extension field 2 |
-- |
AVG |
double |
No |
All |
- Legend:
-
--: Supported on all OSs of the monitored hosts (or there is no applicable summary rule).
All: Not supported on any OS of the monitored hosts.
Smry rule: Summary rule
Grpg rule: Grouping rule
Not sprtd on: Not supported on
- #
-
This field is not used for operations.