Hi team,
We aren't able to record a experiment for longer duation using collect command.whenever we invoke the collect command on our program the collect executes for some time and closes the experiment but we would like to execute the program for long time.
we tried couple of options like the flag -t specifying the duration but it doesn't record for the duration. To see what happens we did a strace on the command and found few errors in the console.
command options used:
./collect -o test.1.er -d /opt/oracle/solarisstudio12.4/bin -t 600 -p on -S on -s calibrate -i on -H on /etc/init.d/haproxy start
with strace
strace -e open,close ./collect -o test.1.er -d /opt/oracle/solarisstudio12.4/bin -t 600 -p on -S on -s calibrate -i on -H on /etc/init.d/haproxy start
[ Process PID=27383 runs in 32 bit mode. ]
open("/opt/oracle/solarisstudio12.4/bin/../../rtlibs/tls/i686/sse2/liber_dbe.so.1", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/opt/oracle/solarisstudio12.4/bin/../../rtlibs/tls/i686/liber_dbe.so.1", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/opt/oracle/solarisstudio12.4/bin/../../rtlibs/tls/sse2/liber_dbe.so.1", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/opt/oracle/solarisstudio12.4/bin/../../rtlibs/tls/liber_dbe.so.1", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/opt/oracle/solarisstudio12.4/bin/../../rtlibs/i686/sse2/liber_dbe.so.1", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/opt/oracle/solarisstudio12.4/bin/../../rtlibs/i686/liber_dbe.so.1", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/opt/oracle/solarisstudio12.4/bin/../../rtlibs/sse2/liber_dbe.so.1", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/opt/oracle/solarisstudio12.4/bin/../../rtlibs/liber_dbe.so.1", O_RDONLY) = -1 ENOENT (No such file or directory)
=========
open("/opt/oracle/solarisstudio12.4/bin/test.1.er/data.frameinfo", O_RDWR) = 3
close(3) = 0
--- SIGPROF (Profiling timer expired) @ 0 (0) ---
--- SIGPROF (Profiling timer expired) @ 0 (0) ---
--- SIGPROF (Profiling timer expired) @ 0 (0) ---
--- SIGPROF (Profiling timer expired) @ 0 (0) ---
--- SIGPROF (Profiling timer expired) @ 0 (0) ---
Have listed the errors above thrown in console. Could you please review and let us know how to record a experiment for long duration.
Thanks
Sattish.