Console
Write IO throughput stats and diagnostic information to the console.
Configuration
To configure the Run console unit, Edit these settings.
Below is the default configuration from: console/config.yaml.
ewogICJ0eXBlIiA6ICJvYmplY3QiLAogICJwcm9wZXJ0aWVzIiA6IHsKICAgICJ0ZW54IiA6IHsKICAgICAgInR5cGUiIDogInN0cmluZyIKICAgIH0sCiAgICAicHJpbnRQcm9ncmVzcyIgOiB7CiAgICAgICJ0eXBlIiA6IFsgImJvb2xlYW4iLCAic3RyaW5nIiBdLAogICAgICAibWFya2Rvd25EZXNjcmlwdGlvbiIgOiAiUmVwb3J0IGkvbyBwcm9ncmVzcyB0byB0aGUgY29uc29sZVxuXG5FbmFibGVzL2Rpc2FibGVzIHJlcG9ydGluZyBJL08gc3RhdHVzIHRvIHN0ZG91dC4gKEFjY2VwdHMgYm9vbGVhbiBvciBzdHJpbmcgd2l0aCAkPSBwcmVmaXggZm9yIHJ1bnRpbWUgZXZhbHVhdGlvbikiCiAgICB9CiAgfSwKICAiYWRkaXRpb25hbFByb3BlcnRpZXMiIDogZmFsc2UKfQ==
# 🔟❎ 'run' console configuration
# Write IO throughput stats and diagnostic information to the console.
# To learn more see https://doc.log10x.com/run/console/
# Set the 10x pipeline to 'run'
tenx: run
# ============================= Console Options ===============================
# 'printProgress' enables/disables reporting I/O status to stdout.
printProgress: true
Options
Specify the options below to configure the Run console:
| Name | Description |
|---|---|
| printProgress | Report i/o progress to the console |
printProgress
Report i/o progress to the console.
| Type | Default |
|---|---|
| Boolean | false |
Enables/disables reporting I/O status to stdout.
This unit is defined in console/unit.yaml.