Linux vs Win speed - Printable Version +- hashcat Forum (https://hashcat.net/forum) +-- Forum: Support (https://hashcat.net/forum/forum-3.html) +--- Forum: hashcat (https://hashcat.net/forum/forum-45.html) +--- Thread: Linux vs Win speed (/thread-8958.html) |
Linux vs Win speed - skalderis - 02-10-2020 I get better performance in Ubuntu 18.04 vs Win7. In Ubuntu, hashcat chooses different -n -u -T values ant it works faster 8-11% on few tested hashes. I tried forcing these values in Win7 but I get same (low) result. Card is EVGA GTX1080 Classified. Both OS on stock clock. There is difference in driver version (Win7 442.19 / Ubuntu 418.43) and cuda versions (10.2 vs 10.1). Still, in Win7 using latest drivers. Wiki implies no difference in speed between OS's, but in my case I just can't make it work on the same level as in Ubuntu. Can anyone confirm this on any Linux distro? PMKID: Code: ./hashcat64.bin -m 16800 -w 3 -b Forcing same -n -u -T values in Windows as per 1st example top: Code: hashcat64.exe -m 16800 -a 3 -n 128 -u 64 -T 1024 d:\test.16800 ?a?a?a?a?a?a?a?a --force MD5 Code: ./hashcat64.bin -m 0 -w 3 -O -b RE: Linux vs Win speed - philsmd - 02-10-2020 Code: hashcat --version RE: Linux vs Win speed - skalderis - 02-11-2020 Code: D:\hashcat-5.1.0>hashcat64.exe --version EDIT: in both OS RE: Linux vs Win speed - philsmd - 02-12-2020 did you try to use beta for both systems (https://hashcat.net/beta) ? what might also make the difference is as you said the driver version, tuning software (performance/power levels, memory speeds) and some other configurations (like x11 config file etc). I would recommend to test with both system using the beta and explain how you set up the linux system (and if you use some tuning software like afterburner etc) RE: Linux vs Win speed - skalderis - 02-12-2020 Tried beta with updated drivers. Results normalized. PMKID +7%. Never occurred to me to try beta. Thanks for tips! Driver 442.19, CUDA 10.2 Windows Code: hashcat.exe -m 16800 -b Ubuntu Code: ./hashcat.bin -m 16800 -b RE: Linux vs Win speed - tao - 05-27-2024 Hi, How are things going with speeds on different OS in 2024? |