Process exporter metric definition file (metrics_process_exporter.conf)
- Organization of this page
Syntax
The same as the JP1/IM - Agent Node exporter metric definition file.
File
metrics_process_exporter.conf
metrics_process_exporter.conf.model (model file)
Storage directory
- For Windows
-
- When using a physical host
-
Manager-path\conf\imdd\plugin\jp1pccs\
- When using a logical host
-
shared-folder\jp1imm\conf\imdd\plugin\jp1pccs\
- For Linux
-
- When using a physical host
-
/etc/opt/jp1imm/conf/imdd/plugin/jp1pccs/
- When using a logical host
-
shared-directory/jp1imm/conf/imdd/plugin/jp1pccs/
Description
This file defines the metric information of Process exporter displayed on the Trends tab, Dashboard tab, and Dashboard List dialog box of the Integrated Operation Viewer window.
Definitions are used for the return values of the __metricListGet method and __timeSeriesDataGet method for JP1/IM - Agent product plug-ins. If JP1/IM - Manager is in a hierarchical configuration and trend data stored in the database of a lower-level manager is referenced from an upper-level manager, you must add the metrics of the referenced trend data to the metrics definition file of the upper-level manager.
Character encoding
UTF-8 (without BOM)
Linefeed code
In Windows: CR+LF
In Linux: LF
Timing in which definitions are reflected
Definitions are reflected when the metric information is obtained on the Trends tab, Dashboard tab, and Dashboard List dialog box of the Integrated Operation Viewer window, or with the REST API.
Content description
The same as the JP1/IM - Agent Node exporter metric definition file.
Model file settings (initial status)
The settings (initial status) of each metric described in the model file of the Process exporter metric definition file are shown below.
-
process_pgm_process_count#
■Settings (initial status)
Member name
Settings (initial status)
name
process_pgm_process_count
default
true
promql for the metric definition file (including $jp1im_TrendData_labels)
sum by (program, instance, job, jp1_pc_nodelabel, jp1_pc_prome_hostname) (namedprocess_namegroup_num_procs and $jp1im_TrendData_labels)
resource_en
category
platform_unix_process
label
Process count
description
Number of processes that are executing programs. Number of processes that have this program name inside the process table.
unit
count
- #
-
This is equivalent to the Start Time Process Count (PROCESS_COUNT) field in the JP1/PFM - Agent for Platform (UNIX) PD_PGM record.