Articles tagged: Network Stats
Found 24 documents
- Mozilla/B2G_OS/API/MozNetworkStats The MozNetworkStats object gives access to statistics about the data usage for a given network.
- Mozilla/B2G_OS/API/MozNetworkStats/connectionType The connectionType property indicates for which network the data usage statistics are provided.
- Mozilla/B2G_OS/API/MozNetworkStats/end The end property is a date equal to the one of the last MozNetworkStatsData objects available ...
- Mozilla/B2G_OS/API/MozNetworkStats/start The start property is a date equal to the one of the first MozNetworkStatsData objects available ...
- Mozilla/B2G_OS/API/MozNetworkStatsData The MozNetworkStatsData objects represent a chunk of data usage statistics.
- Mozilla/B2G_OS/API/MozNetworkStatsData/date The date property provides the date when the data usage statistics chunk was stored.
- Mozilla/B2G_OS/API/MozNetworkStatsData/rxBytes The rxBytes property is a number representing the amount of bytes received for a given ...
- Mozilla/B2G_OS/API/MozNetworkStatsData/txBytes The txBytes property is a number representing the amount of bytes sent for a given connection. ...
- Mozilla/B2G_OS/API/MozNetworkStatsManager The MozNetworkStatsManager interface provides methods and properties to monitor data usage.
- Mozilla/B2G_OS/API/MozNetworkStatsManager/addAlarm The addAlarm method installs an alarm on a network. When total data usage reaches threshold ...
- Mozilla/B2G_OS/API/MozNetworkStatsManager/clearAllData The clearAllData method allows to clear all data usage chunks that were previously stored.
- Mozilla/B2G_OS/API/MozNetworkStatsManager/clearAllStats The clearAllStats method allows to clear all data usage chunks that were previously stored.
- Mozilla/B2G_OS/API/MozNetworkStatsManager/clearStats The clearStats method removes all stats related to the provided network from DB.
- Mozilla/B2G_OS/API/MozNetworkStatsManager/connectionTypes The connectionTypes property is a list of all possible monitored connection types by the current ...
- Mozilla/B2G_OS/API/MozNetworkStatsManager/getAllAlarms The getAllAlarms method obtains all alarms for those networks returned by ...
- Mozilla/B2G_OS/API/MozNetworkStatsManager/getAvailableNetworks The getAvailableNetworks method returns an Array of available networks that used to be saved in ...
- Mozilla/B2G_OS/API/MozNetworkStatsManager/getAvailableServiceTypes The getAvailableServiceTypes method returns an Array of available service types that used to be ...
- Mozilla/B2G_OS/API/MozNetworkStatsManager/getNetworkStats The getNetworkStats method allows to retrieve the data usage statistics for the various ...
- Mozilla/B2G_OS/API/MozNetworkStatsManager/maxStorageAge Time in milliseconds recorded by the API until present time for each type of connection. All ...
- Mozilla/B2G_OS/API/MozNetworkStatsManager/maxStorageSamples The maxStorageSamples property indicates the maximum number of date usage chunks stored for each ...
- Mozilla/B2G_OS/API/MozNetworkStatsManager/removeAlarms The removeAlarms method removes all network alarms. If an alarmId is provided, then only that ...
- Mozilla/B2G_OS/API/MozNetworkStatsManager/sampleRate The sampleRate property indicates the time in seconds between when two data usage chunks are stored.
- Mozilla/B2G_OS/API/Navigator/mozNetworkStats The MozNetworkStatsManager interface provides methods and properties to monitor data usage.
- Mozilla/B2G_OS/API/Network_Stats_API The Network Stats API allows you to monitor data usage and expose this information to certified ...