I am doing a migration and need to benchmark how long it will take.
I am have the start, stop times and amount of data migrated in KB for a few test users.
I have start and end as h:mm:ss
I am calculating the total time by (start-stop-(time(0,0,0)*2
4)
I though I could just do data migrated in KB / 1024 to get MB and divided that by the elapsed time I got above.
What am I missing?
Start Free Trial