Update README.md
Browse files
README.md
CHANGED
|
@@ -76,11 +76,11 @@ Reveal consists of time-series telemetry, derived features, and automatically la
|
|
| 76 |
- `host_id`: host or node identifier
|
| 77 |
- `metric_name`: name of the measured counter
|
| 78 |
- `value`: recorded numeric value
|
| 79 |
-
- `subsystem`: {CPU, GPU, Memory, Network, Storage}
|
| 80 |
|
| 81 |
**Additional Notes**
|
| 82 |
|
| 83 |
-
A complete list of metrics and their descriptions can be found in `
|
| 84 |
|
| 85 |
After downloading and extracting the dataset zip, place the `meta.csv` file and the `example Jupyter notebooks` inside the `Reveal/` directory before running.
|
| 86 |
|
|
@@ -98,14 +98,15 @@ Modern ML workloads are complex and opaque to operators due to virtualization an
|
|
| 98 |
|
| 99 |
- Collected using: `perf`, `procfs`, `nvidia-smi`, and standard Linux utilities
|
| 100 |
- Sampling interval: 100 ms
|
| 101 |
-
- ~150 raw metric types per host, expanded to ~700 time-series channels
|
| 102 |
|
| 103 |
#### Workloads and Systems
|
| 104 |
|
| 105 |
- **Workloads:** >30 ML applications (BERT, BART, ResNet, ViT, VGG, DeepSeek, LLaMA, Mistral)
|
| 106 |
- **Datasets:** GLUE/SST2, WikiSQL, PASCAL VOC, CIFAR, MNIST
|
| 107 |
- **Systems:**
|
| 108 |
-
- Dual-node GPU HPC cluster
|
|
|
|
| 109 |
|
| 110 |
#### Who are the data producers?
|
| 111 |
|
|
|
|
| 76 |
- `host_id`: host or node identifier
|
| 77 |
- `metric_name`: name of the measured counter
|
| 78 |
- `value`: recorded numeric value
|
| 79 |
+
- `subsystem`: {CPU, *GPU (if supported by the underlying infrastructure), Memory, Network, Storage}
|
| 80 |
|
| 81 |
**Additional Notes**
|
| 82 |
|
| 83 |
+
A complete list of metrics and their descriptions can be found in `MetricDescriptionCPU.md` and `MetricDescriptionGPU.md`.
|
| 84 |
|
| 85 |
After downloading and extracting the dataset zip, place the `meta.csv` file and the `example Jupyter notebooks` inside the `Reveal/` directory before running.
|
| 86 |
|
|
|
|
| 98 |
|
| 99 |
- Collected using: `perf`, `procfs`, `nvidia-smi`, and standard Linux utilities
|
| 100 |
- Sampling interval: 100 ms
|
| 101 |
+
- ~150 raw metric types per host, expanded to ~700 time-series channels, including metrics related to GPUs.
|
| 102 |
|
| 103 |
#### Workloads and Systems
|
| 104 |
|
| 105 |
- **Workloads:** >30 ML applications (BERT, BART, ResNet, ViT, VGG, DeepSeek, LLaMA, Mistral)
|
| 106 |
- **Datasets:** GLUE/SST2, WikiSQL, PASCAL VOC, CIFAR, MNIST
|
| 107 |
- **Systems:**
|
| 108 |
+
- Dual-node GPU HPC cluster: Two nodes, each with two NVIDIA V100 GPUs (32 GB), an Intel Xeon Platinum 8628 CPU (48 cores), 384 GB memory, connected through InfiniBand HDR100. Packaged as `Reveal.zip`.
|
| 109 |
+
- Nine-node CPU cluster: Nine servers, each running 11 Apptainer containers (four threads and 20 GB memory per container), powered by AMD EPYC 7443P CPUs. Packaged as `RevealCPURun<n>.zip`.
|
| 110 |
|
| 111 |
#### Who are the data producers?
|
| 112 |
|