Class Heartbeat

An object containing information about the most recent heartbeat.

Parameters

Name Description
build string
The internal KioWare revision number.
site string
The name of the KioWare Server Site that this kiosk is a member of.
kiosk string
The KioWare Server kiosk name for this device.
unit string
The KioWare Server unit name for this device.
knoxV string
The Samsung Knox Version information.
time long
The current time on the kiosk.
timeZoneName string
The name of the time zone that this device is in.
timeZoneBias int
The timezone offset, in hours, from UTC.
drives Drive[]
A list of storage devices attached to the device.
kiowareV string
The KioWare Client Version information.
pageCount int
The number of pages that have been displayed by this device since the last KioWare restart.
restrictPageCount int
(not currently in use)
scriptErrCount int
The number of script errors that have occurred on this device since the last KioWare restart.
lastErrURL string
The URL of the last page which experienced an error.
lastPageURL int
The URL of the most recently served page.
lastPageTime long
The time, in milliseconds since the epoch, when the last page was displayed.
upTime long
The amount of time, in seconds, that kioware has been running.
activeTime long
The amount of time, in seconds, that a user has been actively using the device.
heartbeatInterval int
The amount of time, in milliseconds, to wait between sending heartbeats.
totalRuntime string
The total amount of time, in seconds, that KioWare has been running.
monitoredDevices MonitoredDevice[]
A list of monitored devices that have been configured for this device.
cpuKernel long
The amount of processor time in use by kernel processes.
cpuUser long
The amount of processor time in use by userland applications.
cpuIdle long
The amount of processor time not in use.
memoryLoad int
The percent of memory currently in use.
memoryUsed long
The amount of physical memory, in bytes, that is currently in use.
memoryTotal long
The total physical amount of device memory, in bytes.
virtMemUsed long
The amount of virtual memory, in bytes, that is currently in use.
virtMemTotal long
The total virtual amount of device memory, in bytes.
internetConn string
A description of the network connection type currently in use.

Requirements

KioWare for Android version 3.17 or greater.