StarFront

August 12, 2023 ยท View on GitHub

CDN Trace Dataset

The real-world CDN trace used in the paper is published here, hoping to stimulate more studies focusing on efficient content distribution in futuristic space-terrestrial integrated networks.

The trace was collected from an nanonymous commercial cloud CDN operator on February 22-28, 2015, containing 3.9 million flow records in total. Some details of the trace include:

ParameterValue
# of Total Requests3,998,185
# of Total Bytes Requested4137 TB
50th/90th Obj Size256KB / 1.3 GB
Duration7 days (February 22-28, 2015)

Dataset Format

The requests are given in time order and all the privacy-related information was ommitted.

Each request in the dataset is given in a comma-separated format with 5 columns:

  • Seq : The sequence number of the request in this dataset, starting from 0.
  • Timestamp: The time when the request was issued, given in UTC timestamp format.
  • ObjectID: The unique object ID of the content requested.
  • Size: The size of the content requested, given in B (Byte).
  • TimeToComplete: The time spent to complete the content request, given in s (second).

The first five requests are given as example (no column name information was included in the dataset):

SeqTimestampObjectIDSizeTimeToComplete
014245344040x6cc00e85eacfc56c31929800111
114245344090xf2e79b2ae42ea5b833462272658
214245344110x8b4c8304587a4ad5104857600010070
314245344120x536cf07acc3eeb9d921728398
414245344130xc48b2b9b7b00e2f36490753601892

Dataset Download

The dataset is available here: download link.

Note that a few illegal records were erased, for the convenience of the dataset users, and thus some details of the public download version may not perfectly match with what stated above.