panel_nodememuse {starvz}R Documentation

Create the node memory usage plot

Description

Use starvz_data to create a line plot of the memory usage in MB of active nodes along the application execution time

Usage

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
)

Arguments

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

Examples

## Not run: 
panel_nodememuse(starvz_sample_lu, step = 100)

## End(Not run)

[Package starvz version 0.8.0 Index]