FileForums

FileForums (https://fileforums.com/index.php)
-   Conversion Tutorials (https://fileforums.com/forumdisplay.php?f=55)
-   -   How to calculate installation speed (mb/s) ? (https://fileforums.com/showthread.php?t=103265)

BLACKFIRE69 08-01-2020 07:12

How to calculate installation speed (mb/s) ?
 
1 Attachment(s)
I want to calculate the installation speed (MB per sec : mb/s), so how to do that? :)

Snake288 11-01-2020 01:33

I hope that helps
Megabytes Vs Megabits Per Sec (MB Vs Mbps)

BLACKFIRE69 11-01-2020 06:53

Quote:

Originally Posted by Snake288 (Post 484198)

thanks ... but,
I need something about measuring data transfer speeds that can be used with isdone.dll.

Snake288 11-01-2020 07:51

Inno Setup - How to show percent done, elapsed time and estimated time progress at .arc decompression?

BLACKFIRE69 11-01-2020 08:03

We already use that function. 'Data transfer speed' is not included in 'isdone.dll'. There may be a way to create something new with 'FreeMB, TotalMB'. But I don't know. :o

doofoo24 11-01-2020 08:29

Quote:

Originally Posted by BLACKFIRE69 (Post 484157)
I want to calculate the installation speed (MB per sec : mb/s), so how to do that? :)

"more core + more ram + ssd = fast installation speed" ;)

depends on multiple factors :...
pc spec
compression algorithm

for example gta v xtool+srep+lolz
number of thread for xtool
srep setting using m3f:a2 you will need 7gb of ram for setup only for srep alone if you limit srep it will create temp files...
lolz 1 core around 50mb to 60mb/s...
ssd faster than hdd...
so ya :confused::confused::confused:

BLACKFIRE69 11-01-2020 08:33

1 Attachment(s)
Quote:

Originally Posted by doofoo24 (Post 484212)
"more core + more ram + ssd = fast installation speed" ;)

depends on multiple factors :...
pc spec
compression algorithm

for example gta v xtool+srep+lolz
number of thread for xtool
srep setting using m3f:a2 you will need 7gb of ram for setup only for srep alone if you limit srep it will create temp files...
lolz 1 core around 50mb to 60mb/s...
ssd faster than hdd...
so ya :confused::confused::confused:

mate, no i need this one ..

Gupta 15-01-2020 07:24

one way -
1. save the start time of installation in some variable
2. in progress callback of isdone:
get elapsed time(current time - start time)
transfer speed in mb -> (Install Size in mb * progress) / (1000.0 * elapsed time)

or
Use this

doofoo24 15-01-2020 09:48

@Gupta
setup write disk show in task manager, is it possible to write script in inno show disk write ?

BLACKFIRE69 15-01-2020 10:12

Quote:

Originally Posted by Gupta (Post 484294)
one way -
1. save the start time of installation in some variable
2. in progress callback of isdone:
get elapsed time(current time - start time)
transfer speed in mb -> (Install Size in mb * progress) / (1000.0 * elapsed time)

or
Use this

Thanks, I appreciate it. If you can show an example, it's better.
plz :);)

BLACKFIRE69 25-01-2020 09:14

1 Attachment(s)
Quote:

Originally Posted by Gupta (Post 484294)
one way -
1. save the start time of installation in some variable
2. in progress callback of isdone:
get elapsed time(current time - start time)
transfer speed in mb -> (Install Size in mb * progress) / (1000.0 * elapsed time)

or
Use this

thanks it works...

.


All times are GMT -7. The time now is 21:14.

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2026, vBulletin Solutions Inc.
FileForums @ https://fileforums.com