Interface NetworkStatistics

A full list of available network statistic entries.

interface NetworkStatistics {
    @type: "networkStatistics";
    entries: NetworkStatisticsEntry[];
    since_date: number;
}

Properties

@type: "networkStatistics"

Network statistics entries.

since_date: number

Point in time (Unix timestamp) from which the statistics are collected.