Device Overview¶
This page talks about what you can do with and what information is available for all of the devices that have been provisioned and associated with your account. A high level view of your devices is shown in the device table on the Devices tab on the alwaysAI console. Clicking on a device will open a more detailed view of that device where you will get device information and can perform actions on your device. To learn about the provisioning process go to the Device Provisioning page. The Deploying Your Application page will show you how to deploy an application to your device, which can then be controlled from the detail screen.
Device Table¶
The device table is a good way to get an overview of your devices. The table displays the following:
Device Name - the friendly name given to your device during provisioning. This can be changed on the Device Details page.
UUID - the unique ID given to your device during the provisioning process.
Host Name / IP Address - if this information is available, it will be displayed.
Username - your alwaysAI username.
Mode - communicates the device mode, either Development or Production.
Status - Whether you are connected to your device or not
Actions - Trash can deletes the device from your account. Open navigates to the device details page.
Device Details¶
The Device Details page gives you more insight into your device. You can change the friendly name of your device by clicking the edit button next to the device name
Device Status¶
The Device Status section is where you can see performance metrics for your device. The charts allow you to monitor your device for any operational issues. The real-time metrics displayed are:
CPU Usage
Disk Utilization
Memory Usage.
Application Status¶
The Application Status section displays a table of currently installed applications. Applications can be stopped and restarted using the switch found on each table row. Project ID is the project that is associated with the application and Version is the specific release. Click the down arrow on each row to reveal Configuration and Logs.
Configuration¶
The Configuration Tab displays the configuration file for the currently installed application. You can update this file to change the file that runs at application start. You can also add or remove models from this interface. This file is flexible and you can incorporate different settings in your application logic.
Logs¶
The Logs tab displays the current device logs in real-time. These can be used for troubleshooting or to get a more detailed status.