Aracılığıyla paylaş


UCDOAggregatedStatus tablosu için sorgular

Gigabayt cinsinden içerik dağıtımı

Tüm cihazlar için gigabayt cinsinden içerik dağıtımını alın.

UCDOAggregatedStatus 
|extend   
LanGB =  todouble(BytesFromPeers)/pow(1024,3),
GroupGB = todouble(BytesFromGroupPeers)/pow(1024,3),
NonPeerGB = todouble(BytesFromCDN)/pow(1024,3)
|project 
Content = ContentType,
LanGB,
GroupGB, 
NonPeerGB, 
DeviceCount