Windows exporter (process monitoring) metric definition file (metrics_windows_exporter_process.conf)
- Organization of this page
Syntax
The same as the JP1/IM - Agent Windows exporter metric definition file.
File
metrics_windows_exporter_process.conf
metrics_windows_exporter_process.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 Windows exporter (process monitoring) 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
The same as the JP1/IM - Agent Windows exporter metric definition file.
Content description
The same as the JP1/IM - Agent Windows exporter metric definition file.
Model file settings (initial status)
The settings (initial status) of each metric described in the model file of the Windows exporter (process monitoring) 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)
count by (instance, job, jp1_pc_nodelabel, jp1_pc_prome_hostname) (windows_process_start_time and $jp1im_TrendData_labels)
resource_en
category
platform_windows_process
label
Process count
description
Number of processes that are executing programs. Number of processes that have this program name inside the process table. [Units: count]
unit
count
- #
-
This has no equivalent field in JP1/PFM - Agent for Platform (Windows). This is equivalent to the PROCESS_COUNT field (addition for alive monitoring) in the JP1/PFM - Agent for Platform (UNIX) PD_PGM record.