Hi Xiao, I didn't understand what the problem was, but here are some hints: 1. Your server.txt file must contain the correct information about the server(s) you want to work with. 2. You run this for a second only (-t 1), and it will exit immediately, as it did. 3. I see that you are using objects of fixed size, and the size is way too small (4B), beyond the minimum memcached accepts. 4. I don't know what the file../twitter_dataset/twitter_dataset_2x_f4 contains, but it should not contain information about the object sizes, as you use fixed-size objects. The benchmark is supposed to use a scaled Twitter dataset.
Please give us more details as to what you are trying to do. Regards, Djordje ________________________________________ From: xiao yu [[email protected]] Sent: Thursday, August 08, 2013 6:01 PM To: [email protected] Subject: [cloudsuite] memcached client issue Hi, I have installed and prepared the server and client, both work fine. But if I want to use this memcached client to communicate with other server(communication through the eth cable), it failed. Is there anybody give me some clue about this? Here is the reference output: xiao@xiao-OptiPlex-9010:~/Downloads/memcached/memcached_client$ ./loader -a ../twitter_dataset/twitter_dataset_2x_f4 -s servers.txt -g 0.5 -T 1 -c 1 -w 1 -u -f 4 -t 1 stats_time = 1 Configuration: nProcessors on system: 8 nWorkers: 1 runtime: 1 Fixed value size: 4 Get fraction: 0.500000 Naggle's algorithm: False host: 192.168.1.2 address: 192.168.1.2 Loading key value file...created uniform distribution 1000 rps -1 cpus 1 num_worker_connections 1 Created 1 connections total Creating worker on tid 912619264 starting receiveCallback starting receive base loop Stats: ------------------------- timeDiff, rps, requests, gets, sets, hits, misses, avg_lat, 90th, 95th, 99th, std, min, max, avgGetSize 1375978999.977624, 0.0, 0, 0, 0, 0, 0, -nan, 0.000100, 0.000100, 0.000100, -nan, 0.000000, 0.000000, -nan Outstanding requests per worker: 891234 Ran for 2.000002, exiting Thanks -- Xiao Yu 22 Crescent Drive Port Jefferson Port Jefferson Station NY,11776 Mobile: 631-682-6561 Email: [email protected]<mailto:[email protected]>
