Skip to content

Instantly share code, notes, and snippets.

@vimalvnair
Last active August 29, 2015 13:56
Show Gist options
  • Save vimalvnair/9068649 to your computer and use it in GitHub Desktop.
Save vimalvnair/9068649 to your computer and use it in GitHub Desktop.
Active Devices
  • A device is considered as active for a particular day if:
    • it has status as 'Active', and
    • it sends 20 or more heartbeats on the same day (a heartbeat is sent once in every 10 minutes).
  • If no active devices are found for a particular speciality, that speciality will not displayed on the table.
  • Days are calculated based on UTC Time Zone.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment