Compare commits

..

5 Commits

Author SHA1 Message Date
niewuya f6c9855eb7 release the microservice 2022 2023-06-27 00:12:31 -04:00
niewuya 0c9677bb15 Update fetch.sh in microservice trace 2021, and release microservice trace 2022. 2023-06-26 11:54:38 -04:00
niewuya 25db7751af The release of microservice traces v2022. 2023-06-23 11:53:24 -04:00
niewuya dee0932b71 The release of microservice traces v2022. 2023-06-23 11:52:29 -04:00
niewuya 88dd9226fa The readme of microservices trace v2022. 2022-09-22 11:20:08 +08:00
2 changed files with 10 additions and 9 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,6 +35,7 @@ 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|
@ -66,12 +67,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| **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|
|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|
`cpu_mode` is one of the following enumeration strings:
`cpu_mode` is one of the following enumeration stirngs:
- 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.
@ -107,4 +108,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.