AkamaiCDN

spring badge docker badge

Project Description

Project for measuring RTT, Packet Loss and Throughput of most popular CDN's - Content Delivery Networks

CDN

  • youtube.com
  • akamai.com
  • netflix.com
  • facebook.com

Ping endpoints

Measure and save results of RTT and Packet Loss for 4 CDN's

GET http://localhost:8091/ping/save

Get all Ping results in the database

GET http://localhost:8091/ping/all

Get all Ping results from given timestamp

GET http://localhost:8091/ping/rtt
GET http://localhost:8091/ping/packetLoss

Params:

Param Description
start_date Start Date expressed as epoch
end_date End Date expressed as epoch

Throughput endpoints

Get all Throughput results in the database

GET http://localhost:8091/throughput/all

Get all Throughput results from a given timestamp

GET http://localhost:8091/throughput

Params:

Param Description
start_date Start Date expressed as epoch
end_date End Date expressed as epoch