To debug or troubleshoot your integration, Streamroot has developed a tool detailed below.
Compass graph
CDN Orchestrator can be added to and shown on any page that is running our technology.
The global score graph provides you with information about global score and QoS Score
of each CDN. The CDN Orchestrator graph also allows you to see from which CDN each buffered segment is downloaded
. When a graph is overflown with the mouse, a toolbox presents exact scores value
.
On the left-hand side, you can see Business Score of each CDN and switch graph style between stacked area (in percentage) and line
. On top you can switch CDN display
.
Integrate the graph within your test page
To include CDN Orchestrator graph in your test page, add the following HTML code.
In the <Head> tag
<head>
<script src="//tools.streamroot.io/usage-graphs/latest/graphs.js"></script>
</head>
In the <Body> tag
<body>
<div id="streamroot-graphs"></div>
</body>