Compare commits

..

3 Commits

Author SHA1 Message Date
Qizhen WENG 7358bbaf40
Minor on bibtex in gpu-v2023 README 2023-08-24 11:15:53 +08:00
Wang-Kangjin 1c1cf6e9a1
Update README.md (#191)
fix meta data of core_pmu_metrics.
add some description of container_mata
2023-07-18 13:27:28 +08:00
Shutian 2c9879e690
Microservices (#189)
Update fetch.sh in microservice trace 2021, and release microservice trace 2022.
2023-06-27 13:28:58 +08:00
2 changed files with 9 additions and 10 deletions

View File

@ -75,8 +75,8 @@ Please cite our paper if it is helpful to your research.
author = {Qizhen Weng and Lingyun Yang and Yinghao Yu and Wei Wang and Xiaochuan Tang and Guodong Yang and Liping Zhang},
booktitle = {2023 {USENIX} Annual Technical Conference},
year = {2023},
series = {{USENIX} {ATC} '23}
series = {{USENIX} {ATC} '23},
url = {https://www.usenix.org/conference/atc23/presentation/weng},
publisher = {{USENIX} Association},
publisher = {{USENIX} Association}
}
```
```

View File

@ -35,7 +35,6 @@ Other adopted resource isolation technologies, including CAT, BVT scheduling, an
| ts | Timestamp, the number of seconds from the start |Long |46309 |
| node_id | ID of the node |String |e7a66b9189940e9d6102 |
| container_id|ID of the container|String|213aff2b3dbec1f7c212|
| pod_id |ID of the Pod | String|9d11713e9c8d452e2155|
| cpu |logic cpu id|Int | 23|
| core_id |core id |Int | 23|
|socket_id |socket id|Int | 0|
@ -67,12 +66,12 @@ Other adopted resource isolation technologies, including CAT, BVT scheduling, an
|app_name|the name of applicaton,Batch jobs are all "Batch"| String| Batch|
|deploy_group| Deployment group, one application may have multiple deployment group| String| Batch|
|container_type|container type | String| Batch-ops|
|container_cpu_spec|The number of logic CPUs that the container requests| Int| 2.0|
|container_mem_spec|The memory that the container requests (MB)|Int|4000|
|pod_cpu_spec|The number of logic CPUs that the Pod requests|Int|2.0|
|pod_mem_spec|The memory that the container requests (MB)|Int|4000|
|container_cpu_spec| **Deprecated** Ratio of logic CPUs requested by the container to the number of logic CPUs of the node (0-1)| Double| 0.04|
|container_mem_spec| **Deprecated** Ratio of memory requested by the container to the memory of the node (0-1)|Double|0.003|
|pod_cpu_spec|Ratio of logic CPUs requested by the Pod to the number of logic CPUs of the node (0-1)|Double|0.04|
|pod_mem_spec|Ratio of memory requested by the Pod to the memory of the node (0-1)|Double|0.003|
`cpu_mode` is one of the following enumeration stirngs:
`cpu_mode` is one of the following enumeration strings:
- CPUSet: CPUSet means the job will be pinned to several logic CPUs and will not share the logic CPUs with other LC jobs.
- CPUShare: CPUShare means the job will be scheduled among dozens of logic CPUs but share the logic CPUs with other LC jobs.
@ -108,4 +107,4 @@ Then, you can run the `get_data.sh` to download the data and use `gzip -d file_n
In the future version, we will find a lower-cost way to store/distribute the whole data.
# 5 Analysis Scripts
Coming soon.
Coming soon.