Service Process Detail (PD_SVC)

Function

The Service Process Detail (PD_SVC) record stores the performance data that shows the state of the application services, such as the Win32 process, that are registered in the Service Control Manager (SCM) at a given point in time.

This is a multi-instance record.

Default values and values that can be specified

ItemDefault valueModifiable
Collection Interval60Yes
Collection Offset#0Yes
LogNoYes
LOGIFBlankYes
#
A value between 0 and 32,767 seconds can be specified (a value within the range specified for Collection Interval). Use this item to distribute the collection load, because executing data collection all at once results in concentration of the processing workload. Note that the data collection duration to be recorded is the same as the Collection Interval, regardless of the value specified for Collection Offset.

ODBC key fields

Lifetime

From service installation until its uninstallation

Record size

Fields

PFM-View name
(PFM - Manager name name)
DescriptionSmryFormatDeltaNot sprtd onData source
Accepted Controls (ACCEPTED_CONTROLS)Control codes received by the service.
The values in this field are all or some of the following:
PAUSE_CONTINUE: The stop is temporary, and a restart is possible.
SHUTDOWN: An OS shutdown is reported to the service.
STOP: Stopping is possible.
The following values are listed in data model version 4.1 or later:
PARAMCHANGE: The beginning parameter can be reread without a restart.
NETBINDCHANGE: The bind change can be accepted without restarting from the network.
HARDWAREPROFILECHANGE: The service is notified when the hardware profile is changed.
POWEREVENT: The service is notified when the state of the OS power supply is changed.
SESSIONCHANGE: The service is notified when the state of the OS session is changed.
--string (128)No----
Checkpoint (CHECKPOINT)Checkpoint progress counter (based on an incremental method) used by the service to report progress as each step (start, stop, or continuation) is completed. If there is no such processing step, the value in this field is 0.--longNo----
Display Name (DISPLAY_NAME)Name used by the user interface program to identify a service.--string (256)No----
Image Path (IMAGE_PATH)Fully qualified path to the service's binary file.--string (1,024)No----
Interval (INTERVAL)Always 0.--ulongNo----
Record Time (RECORD_TIME)Time at which the record was created.--time_tNo----
Record Type (INPUT_RECORD_TYPE)Record name. Always SVC.--char (8)No----
Service Exit Code (SERVICE_EXIT_CODE)Exit code unique to the service.--longNo----
Service Name (SERVICE_NAME)Service name used by the service control manager database.--string (256)No----
Service Type (TYPE)One of the following two service types:
- WIN32_OWN_PROCESS:
The service application runs inside a process that is exclusively for the application.
- WIN32_SHARE_PROCESS:
The service application shares a single process with other services.
To indicate that the service process is interactive with the desktop, the following type is also listed:
- INTERACTIVE_PROCESS
--string (64)No----
State (STATE)Service state during data collection. One of the following values is used for this field:
- CONTINUE_PENDING:
Starting state with the Resume button after pausing.
- PAUSE_PENDING:
Pausing state.
- PAUSED:
Paused state.
- RUNNING:
Running state.
- START_PENDING:
Starting state.
- STOP_PENDING:
Stopping state.
- STOPPED:
Stopped state.
--string (31)No----
Wait Hint (WAIT_HINT)Time expected to be taken by the service to process the pending start, stop, or continuation processes before the service updates its state or checkpoint (milliseconds).--ulongNo----
Win32 Exit Code (WIN32_EXIT_CODE)Win32 exit code.--longNo----
Legend:
Smry: Summary
Not sprtd on: Not supported on