-
Notifications
You must be signed in to change notification settings - Fork 43
Provide bandwidth metrics for 1-1-restore (similarly to regular L&S restore) #4373
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
@mikliapko is this a dup of #4204? |
VAveryanov8
added a commit
that referenced
this issue
May 13, 2025
This introduces restoreStats struct which can be used to collect various information statistics during 1-1-restore run. For now main use case is to provide avg download bandwidth in the same format as regular restore task progress, so SCT (e2e tests) can use it to compare regular and 1-1 restores. Also this adds bandwidth per table in bytes/ms which can be useful for investigative purposes. Refs: #4373
VAveryanov8
added a commit
that referenced
this issue
May 13, 2025
This introduces restoreStats struct which can be used to collect various information statistics during 1-1-restore run. For now main use case is to provide avg download bandwidth in the same format as regular restore task progress, so SCT (e2e tests) can use it to compare regular and 1-1 restores. Also this adds bandwidth per table in bytes/ms which can be useful for investigative purposes. Refs: #4373
VAveryanov8
added a commit
that referenced
this issue
May 13, 2025
This introduces restoreStats struct which can be used to collect various information statistics during 1-1-restore run. For now main use case is to provide avg download bandwidth in the same format as regular restore task progress, so SCT (e2e tests) can use it to compare regular and 1-1 restores. Also this adds bandwidth per table in bytes/ms which can be useful for investigative purposes. Refs: #4373
VAveryanov8
added a commit
that referenced
this issue
May 29, 2025
This introduces restoreStats struct which can be used to collect various information statistics during 1-1-restore run. For now main use case is to provide avg download bandwidth in the same format as regular restore task progress, so SCT (e2e tests) can use it to compare regular and 1-1 restores. Also this adds bandwidth per table in bytes/ms which can be useful for investigative purposes. Refs: #4373
VAveryanov8
added a commit
that referenced
this issue
May 29, 2025
This introduces restoreStats struct which can be used to collect various information statistics during 1-1-restore run. For now main use case is to provide avg download bandwidth in the same format as regular restore task progress, so SCT (e2e tests) can use it to compare regular and 1-1 restores. Also this adds bandwidth per table in bytes/ms which can be useful for investigative purposes. Refs: #4373
update: instead of providing bandwidth to progress output it was decided to just log it and tests should be able to extract the value from the log. Here is an example of log record with bandwidth:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Regular L&S restore provides bandwidth characteristics of the process in MiB/s/shard.
Thus, we are able to compare restore process speed across different backup sizes and instance types.
To follow the same goal, it'd be nice to have the same metrics for 1-1-restore.
The text was updated successfully, but these errors were encountered: