Closed eduardomozart closed 2 years ago
Great suggestion and thanks for investigating a way to implement!
I will try to get this in the next feature release of Super Grate.
@eduardomozart So there is an estimated profile size already built in to SuperGrate in the UI. You can display it by double clicking on a profile. Or you can edit the columns shown in the UI by clicking "View" and "Add / Remove columns" and adding the "Size" column.
Does this work for you? I have it disabled by default because it is CPU and Network intensive.
@krisdb2009 The "Size" column seems to be working just fine. Tested on a Windows 11 x64 machine. Thank you!
Added percentage to progress bar.
Is your feature request related to a problem? Please describe. No.
Describe the solution you'd like The Workstation Migration Assistant (WMA) shows the Total size and percentage instead of only a Progress Bar. I believe it would be a great enhancement to Super Grate.
Describe alternatives you've considered None.
Additional context The Workstation Migration Assistant source code can be found here: https://github.com/sintaxasn/MigAssistant/tree/master/MigAssistant
From what I've seen at WMA source code, it estimates the migration size parsing the line that contains the text "totalSizeInMBToTransfer" from progress log file (SCANSTATE_progress.log). Here's a full sample from this file:
Super Grate has richer features than WMA, as it allows select specific users to migrate and add a nice GUI to remote migrations. I believe that this log is also created at USMT when running from Super Grate. If it doesn't, there's some information at the USMT (at least with verbose parameter set to
/v:13
), that it outputs each profile estimated size:Into this example, only "everton" has some approximate size calculated because it's the only profile set to migration. Maybe Super Grate could gather this information and show it's on the screen together with estimated migration size into the GUI.
I believe that showing the progress percentage into the UI instead of only throught the progress bar would be an amazing feature too.