Wowza Community

Network Historic Data?

Good morning,

is it possible to get network historic data on a specified interval (Bits In and Bits Out)

using the REST API? (Or any other way?)

This information is visible in the wowza administration GUI but I can’t find anything

like that in the REST API …

best regards,

Bruno

Hello Bruno,

The REST API command for historic monitoring is outlined in this tutorial:

https://www.wowza.com/docs/statistics-query-examples#historicalstats

Here’s a description of the returned array:

index 0 = Bandwidth Usage coming Into the application in KB/s (where 1024 bytes per KB)
index 1 = Bandwidth Usage going out of the application in KB/s (where 1024 bytes per KB)
index 2 = RTMP Connection Count in and out of the application
index 3 = RTSP Connection Count in and out of the application
index 4 = HDS Connection Count in and out of the application
index 5 = HLS Connection Count in and out of the application
index 6 = SmoothStreaming Connection Count in and out of the application
index 7 = WEB RTC Connection Count in and out of the application
index 8 = WEM Connection Count in and out of the application
index 9 = DASH Connection Count in and out of the application

I do hope this helps.

Regards,

Jason Hatchett