Hi Massimo, 1) To run the client on a remote machine, please set the ‘hosts’ accordingly in your settings.dat file. Also make sure that your VM’s firewall is set up correctly otherwise it will prevent the connections.
2) Please grep YCSB codebase to locate the exact line. If you don’t have the source code you can download it from YCSB git hub. Actually, I would use linux’s ‘cut’ and ‘grep' commands to parse the output without modifying the source code at all. To do that, you need to something like: cut -d'=' -f2 | grep -o '[0-9\.]*’ Hope this helps, Onur On 16 Dec 2013, at 17:30, Massimo Canonico <[email protected]<mailto:[email protected]>> wrote: typo: please change "run_load.command" with "run.command" in my previous email. Thanks, M On 12/16/2013 05:28 PM, Massimo Canonico wrote: Hi, I've a couple of questions concerning how to run the experiment for dataserving. 1) It is possible to use "run_load.command" from an external machine? I have installed everything in a VM but I would like to retreive the output of "run_load.command" from another machine. 2) The stderr output of "run_load.command" is something like this: 120 sec: 119941 operations; 999.9 current ops/sec; [INSERT AverageLatency(us)=239.74] I would like manage this output in order to obtain only the the last numeric data: 239.74 Could you suggest me where is the code to modify and how compile it? Thanks, Massimo
