From fbfe2e24eec8713e5707368f5a990cb68225c07a Mon Sep 17 00:00:00 2001 From: niewuya Date: Mon, 27 Feb 2023 21:48:03 +0800 Subject: [PATCH] Update the download links for v2017 and v2018 --- cluster-trace-v2017/README2017.md | 4 +++- cluster-trace-v2018/trace_2018.md | 13 ++----------- 2 files changed, 5 insertions(+), 12 deletions(-) diff --git a/cluster-trace-v2017/README2017.md b/cluster-trace-v2017/README2017.md index 98df1ea..e4b7b19 100644 --- a/cluster-trace-v2017/README2017.md +++ b/cluster-trace-v2017/README2017.md @@ -12,7 +12,9 @@ The format of trace data is described in the [schema description](trace_201708.m # Downloading the trace The data is stored in Alibaba Cloud Object Storage Service. You do not need to have an Alibaba account or sign up for Object Storage Service to download the data. -Downloading information can be found in [this link](http://aliopentrace.oss-cn-beijing.aliyuncs.com/v2017Traces/alibaba-trace-2017.tar.gz). We use the contact information to keep in touch with you, and announce goodies such as new traces. +Users can run the following command to fetch data. +>wget -c --retry-connrefused --tries=0 --timeout=50 http://aliopentrace.oss-cn-beijing.aliyuncs.com/v2017Traces/alibaba-trace-2017.tar.gz + Included with the trace is a [SHA256SUM](SHA256SUM) file, which can be used to verify the integrity of a download, using the sha256sum command from GNU coreutils using a command like ``` diff --git a/cluster-trace-v2018/trace_2018.md b/cluster-trace-v2018/trace_2018.md index ce71542..74b5250 100644 --- a/cluster-trace-v2018/trace_2018.md +++ b/cluster-trace-v2018/trace_2018.md @@ -101,18 +101,9 @@ If you do not want to do the survey ([survey link](http://alibabadeveloper.mikec The entire data set is about 48GB in .tar.gz format and 280GB after extraction. Due to [issue #49](https://github.com/alibaba/clusterdata/issues/49), we provide two download links, one for Chinese users and other for oversea users, and you can choose whichever suits you. -## Download link +## Download -Download 6 files separately: - -* [machine_meta](http://aliopentrace.oss-cn-beijing.aliyuncs.com/v2018Traces/machine_meta.tar.gz) -* [machine_usage](http://aliopentrace.oss-cn-beijing.aliyuncs.com/v2018Traces/machine_usage.tar.gz) -* [container_meta](http://aliopentrace.oss-cn-beijing.aliyuncs.com/v2018Traces/container_meta.tar.gz) -* [container_usage](http://aliopentrace.oss-cn-beijing.aliyuncs.com/v2018Traces/container_usage.tar.gz) -* [batch_task](http://aliopentrace.oss-cn-beijing.aliyuncs.com/v2018Traces/batch_task.tar.gz) -* [batch_instance](http://aliopentrace.oss-cn-beijing.aliyuncs.com/v2018Traces/batch_instance.tar.gz) - -Users could also run the following command to fetch data. +Users can run the following command to fetch 6 files. > bash fetchData.sh # 5 Acknowledgement