Resource Usage Logs (OUTOPENSRCLOG)

This table includes output that the Distributed Open Source Code node sends to the operating system’s standard output and standard error streams. The resource usage log shows various resource utilization statistics. This table includes all of the BY variables assigned to the project. For each time seriesan aggregation of transactional data into specified time intervals and sorted according to unique combinations of the default attributes (BY variables) (unique BY variable combination), the following information is provided.

Variable Name

Description

_EXITCODE_

Exit status code of the external-language program’s execution (0: success, nonzero: failure)

_LOGLEN_

Length of the log and resource usage text

_LOGTEXT_

The output log or resource usage text. When _LOGTYPE_='RESOURCES', it shows various resource usage statistics. When _LOGTYPE_='EXECUTION', it shows all output that the external-language program sends to the operating system’s standard output and standard error streams. This can include any print() functions that you use in your code.

_LOGTYPE_

The type of the content, 'RESOURCES' or 'EXECUTION', that appears in the _LOGTEXT_ column. There should be one of each log type for each time series.

_RUNTIMESECONDS_

Total runtime (in seconds) of the external-language program’s execution

_RUNID_

Run identification string

Last updated: March 16, 2026