Tokio Year-Long Dataset
收藏Zenodo2020-09-20 更新2026-05-25 收录
下载链接:
https://zenodo.org/record/1345780
下载链接
链接失效反馈官方服务:
资源简介:
This dataset contains the Darshan logs from which the feature vectors generated for "A Year in the Life of a Parallel File System" by Lockwood et al, presented at the 2018 International Conference for High Performance Computing, Networking, Storage, and Analysis (SC'18), were derived. The Darshan logs are stored in the binary format dictated by Darshan 3.1 as generated on the Cori, Edison, and Mira systems.
This dataset also includes the feature vectors used in the aforementioned paper, encoded in CSV format. These feature vectors are identical to those also included in the tokio-abcutils code repository that contains all analysis and figures presented. They are simply duplicated here for convenience.
This tar file contains the following:
README.md - This file
LICENSE.md - The license under which these data have been published
INDEX.csv - An index of all Darshan logs included in this dataset. It contains
<code>log_file</code>: the name of each Darshan log
<code>date</code>: The date on which the job was run and the log was generated
<code>compute_system</code>: Whether the job was run on Edison, Cori, or Mira
<code>file_system</code>: The file system on which the job was run. Required to disambiguate jobs run on Edison, which has three file systems.
<code>application</code>: The name of the benchmark application used to generate the data. IOR and HACC benchmarks are named accordingly; <code>dbscan_read</code> is BD-CATS and <code>vpicio_uni</code> is VPIC.
<code>shared_or_fpp</code>: Whether the job generated file-per-process or single-shared-file I/O. Required to disambiguate IOR jobs which were run in both modes.
<code>read_or_write</code>: Whether the job predominantly performed reads or writes. Requires to disambiguate IOR jobs which were run in both modes.
<code>md5</code>: The MD5 digest for the Darshan log.
darshan_logs/ - Directory containing actual Darshan logs. Logs are sorted into subdirectories according to the year and month in which they were generated.
summaries/ - Directory containing the feature vector CSVs that fed into the plots presented in the paper. Identical to the eponymous files in the tokio-abcutils release's <code>summaries</code> subdirectory.
index_darshan_logs.py - The script used to generate <code>INDEX.csv</code> from the individual Darshan logs. Useful to determine exactly how the columns in INDEX.csv map to the raw data in each log.
organize_logs_by_date.py - The script used to collect the Darshan logs into date-indexed subdirectories. Provided for provenance.
提供机构:
Zenodo创建时间:
2018-10-03



