| ... | ... | @@ -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. |
|
|
|
|
| [dcdb.so](#dcdb) | Sends application accounting and system metrics to DCDB. |
|
|
|
|
| [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`](https://gitlab.bsc.es/ear_team/ear_private/-/wikis/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. |
|
|
|
|
| [dcgmi.so](#dcgmi) | Reports loop and application data to a CSV file. It differs from the [csv\_ts.so](#csv) plugin since it also reports NVIDIA DCGM metrics collected by the EAR Library. |
|
|
|
|
|
|
|
|
# Prometheus report plugin
|
| ... | ... | @@ -136,6 +136,7 @@ Examples of some generated metric files: |
|
|
|
## Metrics reported
|
|
|
|
|
|
|
|
The following are the reported values for each type of metric recorded by ear:
|
|
|
|
|
|
|
|
- report_periodic_metrics
|
|
|
|
- Average values
|
|
|
|
- The frequency and temperature values have been calculated by summing the values of all periods since the report loaded until the current period and divide it by the total number of periods.
|
| ... | ... | @@ -286,4 +287,4 @@ See the full list of supported metrics: |
|
|
|
| GPU*i*\_nvlink\_tx\_bytes (\*) | NVLink Bandwidth (writes). | real |
|
|
|
|
| GPU*i*\_nvlink\_rx\_bytes (\*) | NVLink Bandwidth (reads). | real |
|
|
|
|
|
|
|
|
> \* This metric needs to be requested explicitly through `export EAR_DCGM_ALL_EVENTS=1`. |
|
|
\ No newline at end of file |
|
|
|
> \* This metric needs to be requested explicitly through `export EAR_DCGM_ALL_EVENTS=1`. |