View source: R/shiny-monitor.R
monitor | R Documentation |
Launches a shiny app for real-time monitoring of one or more EC2 instances and the jobs running on them.
monitor(instances, updateFrequency = 2)
instances |
Either an |
updateFrequency |
Status update frequency (in seconds). Note: this sets the delay between update attempts; server lag may increase the effective update rate. |
This feature requires both the top
and mpstat
programs be
installed on the instance.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.