Hello everyone,
I 'm trying to run benchmark machine in some cloud service. Passmask is my best choice. I have to benchmark many instance, so I can't run manual in all their. I write my script and it success when I run test hand by hand with terminal. But when I paste it to metadata, passmark does not generate result file in spite of
I think it have 2 problem:
1. Passmark does not have a flag to config location of result file name.
2. When command run above, the result not print in screen when command success (result only print when passmark is RUNNING, see picture after)
So, can you have any idea custom about two problem above. Or have solution allow I can get output from passmark.
Thank in advance.
I 'm trying to run benchmark machine in some cloud service. Passmask is my best choice. I have to benchmark many instance, so I can't run manual in all their. I write my script and it success when I run test hand by hand with terminal. But when I paste it to metadata, passmark does not generate result file in spite of
Code:
cd ~/tmp && pt_linux_x64 -p $cpu_cores -i 1 -d 2 -r 1
1. Passmark does not have a flag to config location of result file name.
2. When command run above, the result not print in screen when command success (result only print when passmark is RUNNING, see picture after)
So, can you have any idea custom about two problem above. Or have solution allow I can get output from passmark.
Thank in advance.
Comment