| ... | @@ -21,7 +21,7 @@ Below there is a list of the report plug-ins distributed with the official EAR s |
... | @@ -21,7 +21,7 @@ Below there is a list of the report plug-ins distributed with the official EAR s |
|
|
| [examon.so](#examon) | Sends application accounting and system metrics to EXAMON. |
|
|
| [examon.so](#examon) | Sends application accounting and system metrics to EXAMON. |
|
|
|
| [dcdb.so](#dcdb) | Sends application accounting and system metrics to DCDB. |
|
|
| [dcdb.so](#dcdb) | Sends application accounting and system metrics to DCDB. |
|
|
|
| [sysfs.so](#sysfs-report-plugin) | Exposes system monitoring data through the file system. |
|
|
| [sysfs.so](#sysfs-report-plugin) | Exposes system monitoring data through the file system. |
|
|
|
| [csv\_ts.so](#csv) | Reports loop and application data to a CSV file. It is the report plug-in loaded when a user sets [`--ear-user-db`](User-guide#ear-job-submission-flags) flag at submission time. |
|
|
| [csv\_ts.so](#csv) | Reports loop and application data to a CSV file. It is the report plug-in loaded when a user sets [`--ear-user-db`](https://gitlab.bsc.es/ear_team/ear/-/wikis/User-guide#ear-job-submission-flags) flag at submission time. |
|
|
|
|
|
|
|
|
# Prometheus report plugin
|
|
# Prometheus report plugin
|
|
|
|
|
|
| ... | @@ -165,7 +165,7 @@ The following are the reported values for each type of metric recorded by ear: |
... | @@ -165,7 +165,7 @@ The following are the reported values for each type of metric recorded by ear: |
|
|
This plug-in reports both application and loop signatures in CSV format.
|
|
This plug-in reports both application and loop signatures in CSV format.
|
|
|
Note that the latter can only be reported if the application is running with the EAR Job Manager.
|
|
Note that the latter can only be reported if the application is running with the EAR Job Manager.
|
|
|
Fields are separated by semi-colons (i.e., _;_).
|
|
Fields are separated by semi-colons (i.e., _;_).
|
|
|
This plug-in is the one loaded by default when a user sets [`--ear-user-db`](User-guide#ear-job-submission-flags) submission flag.
|
|
This plug-in is the one loaded by default when a user sets [`--ear-user-db`](https://gitlab.bsc.es/ear_team/ear/-/wikis/User-guide#ear-job-submission-flags) submission flag.
|
|
|
|
|
|
|
|
By default output files are named `ear_app_log.<nodename>.time.csv` and `ear_app_log.<nodename>.time.loops.csv` for applications and loops, respectively.
|
|
By default output files are named `ear_app_log.<nodename>.time.csv` and `ear_app_log.<nodename>.time.loops.csv` for applications and loops, respectively.
|
|
|
This behaviour can be changed by exporting `EAR_USER_DB_PATHNAME` environment variable.
|
|
This behaviour can be changed by exporting `EAR_USER_DB_PATHNAME` environment variable.
|
| ... | | ... | |