Wokstym / AkamaiCDN

Home Page:akamai-cdn.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

Swagger

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

About

akamai-cdn.vercel.app


Languages

Language:Java 57.2%Language:JavaScript 39.4%Language:HTML 1.6%Language:CSS 1.0%Language:Dockerfile 0.6%Language:Shell 0.2%