monitor: Launch instance monitoring app

View source: R/shiny-monitor.R

monitorR Documentation

Launch instance monitoring app

Description

Launches a shiny app for real-time monitoring of one or more EC2 instances and the jobs running on them.

Usage

monitor(instances, updateFrequency = 2)

Arguments

instances

Either an instance objected created with launchInstance or getInstanceDescription or a list containing one or more instance objects.

updateFrequency

Status update frequency (in seconds). Note: this sets the delay between update attempts; server lag may increase the effective update rate.

Details

This feature requires both the top and mpstat programs be installed on the instance.


whitwort/AWSTools documentation built on July 9, 2023, 2:56 a.m.