Introducing the STHbench.sh benchmark script

Notice: Page may contain affiliate links for which we may earn a small commission through services like Amazon Affiliates or Skimlinks.

MiniKnight

Well-Known Member
Mar 30, 2012
3,072
973
113
NYC
How about using scp in the bash script:
Code:
scp STHbench-Dev010.log user:password@upload.servethehome.com:/home/uploads
That is just an idea. Not the best way for sure. You don't want to put the server username/ password into the script. You are giving write access so that is not so good. Also, you need new file names.
 

mojoxer

New Member
Jan 22, 2015
7
6
3
58
Was reading through the new script that's up on the github that's supposed to take care of ARM vs x86 differences. I noticed that the cpu_check portion of the script flows through "CPU = x86" and then "CPU=ATOM". Then proc_define tests for $CPU=="x86" or $CPU=="ATOM" then defaults to "Unknown CPU" if it's neither of those. Were those ATOMs supposed to be ARMs?
 
  • Like
Reactions: Patrick