You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* add ldms (via ovis-hpc)
* wrong url and remove non used prefix
* default completions should be 0 (unset)
Signed-off-by: vsoch <vsoch@users.noreply.github.com>
"description": "provides LDMS, a low-overhead, low-latency framework for collecting, transferring, and storing metric data on a large distributed computer system.",
LDMS is "a low-overhead, low-latency framework for collecting, transferring, and storing metric data on a large distributed computer system"
517
+
and is packaged alongside [ovis-hpc](https://github.com/ovis-hpc/ovis). While there are complex aggregator setups we could run,
518
+
for this simple metric we simply run (on each separate pod/node). The following variables are supported:
515
519
516
-
Sysstat is stored as a general metrics analyzer, as it provides several different metric types; It generally provides utils to monitor system performance and usage, including:
520
+
|Name | Description | Type | Default |
521
+
|-----|-------------|------|------|
522
+
|command| The command to issue to ldms_ls (or that) |string | (see below) |
523
+
| workdir | The working directory for the command| string | /opt |
524
+
| completions | Number of times to run metric | int32 |unset (runs for lifetime of application or indefinitely) |
525
+
| rate | Seconds to pause between measurements | int32 | 10 |
526
+
527
+
528
+
The following is the default command:
517
529
518
-
- *iostat* reports CPU statistics and input/output statistics for block devices and partitions.
519
-
- *mpstat* reports individual or combined processor related statistics.
520
-
- *pidstat* reports statistics for Linux tasks (processes) : I/O, CPU, memory, etc.
521
-
- *tapestat* reports statistics for tape drives connected to the system.
522
-
- *cifsiostat* reports CIFS statistics.
530
+
```bash
531
+
ldms_ls -h localhost -x sock -p 10444 -l -v
532
+
```
523
533
524
-
## LLNL Storage / Filesystems
534
+
## Containers
525
535
526
-
- NFS
527
-
- Vast
528
-
- Lustre
536
+
To see all associated app containers, look at the [converged-computing/metrics-container](https://github.com/converged-computing/metrics-containers)
537
+
repository (with `Dockerfile`s and automation) and associated packages.
0 commit comments