Get Run Stats

Go to Product

Returns the resource usage measurements recorded while the run executed, so you can see how much CPU, memory, network, and disk it consumed.

Options

ID
Stringified ObjectId (hexadecimal string with 24 characters). See ObjectId
Result Format

Specify how the response should be mapped to the table output. The following formats are available:

Structured Table: Returns a parsed table with data split into rows and columns.

  • Timestamp: When this measurement was taken.
  • Memory Usage: Memory in use at this point in time, in bytes.
  • Network Rx Delta: Network bytes received since the previous measurement.
  • Network Tx Delta: Network bytes sent since the previous measurement.
  • Block IO Read Delta: Disk bytes read since the previous measurement.
  • Block IO Write Delta: Disk bytes written since the previous measurement.
  • CPU Percent: CPU usage during this measurement, as a percentage. Can exceed 100 when the run uses more than one CPU core.

Raw Response: Returns the raw response in a single row with the following columns:

  • body: Response body
  • status: HTTP status code

Input Ports

Icon
Configuration data.

Output Ports

Icon
Result of the request depending on the selected Result Format.
Icon
Configuration data (this is the same as the input port; it is provided as passthrough for sequentially chaining nodes to declutter your workflow connections).

Popular Predecessors

  • No recommendations found

Popular Successors

  • No recommendations found

Views

This node has no views

Workflows

  • No workflows found

Links

Developers

You want to see the source code for this node? Click the following button and we’ll use our super-powers to find it for you.