panel_nodememuse | R Documentation |
Use starvz_data to create a line plot of the memory usage in MB of active nodes along the application execution time
panel_nodememuse(
data = NULL,
step = data$config$activenodes$aggregation$step,
aggregation = data$config$activenodes$aggregation$active,
x_start = data$config$limits$start,
x_end = data$config$limits$end,
legend = data$config$activenodes$nodememuse$legend
)
data |
starvz_data with trace data |
step |
size in milliseconds for the time aggregation step |
aggregation |
enable/disable time aggregation for the plot |
x_start |
X-axis start value |
x_end |
X-axis end value |
legend |
enable/disable plot legends |
## Not run:
panel_nodememuse(starvz_sample_lu, step = 100)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.