We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7869889 commit 8893b22Copy full SHA for 8893b22
doc/hooks.md
@@ -65,6 +65,8 @@ The following variables are available on all hooks:
65
- `GH_OST_ELAPSED_COPY_SECONDS` - row-copy time (excluding startup, row-count and postpone time)
66
- `GH_OST_ESTIMATED_ROWS` - estimated total rows in table
67
- `GH_OST_COPIED_ROWS` - number of rows copied by `gh-ost`
68
+- `GH_OST_INSPECTED_LAG` - lag in seconds (floating point) of inspected server
69
+- `GH_OST_PROGRESS` - progress pct ([0..100], floating point) of migration
70
- `GH_OST_MIGRATED_HOST`
71
- `GH_OST_INSPECTED_HOST`
72
- `GH_OST_EXECUTING_HOST`
0 commit comments