Guest User

Untitled

a guest
Nov 18th, 2018
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.32 KB | None | 0 0
  1. ============================= To Clear DB =============================
  2. root@s02:~# ./cqlsh.sh
  3. Connected to basho at localhost:9160.
  4. [cqlsh 2.2.0 | Cassandra 1.1.1 | CQL spec 2.0.0 | Thrift protocol 19.32.0]
  5. Use HELP for help.
  6. cqlsh> use DEMO;
  7. cqlsh:DEMO> truncate test;
  8. cqlsh:DEMO> exit
  9.  
  10. ============================= To Run Insert ===========================
  11. root@s01:~# cd basho_bench
  12. root@s01:~/basho_bench# ./basho_bench softlayer_cassandra_cql_insert_debug.config
  13. INFO: Est. data size: 476.84 MB
  14. INFO: Id: 1, Connected to Cassandra at Host "s02" and Port 9160
  15. INFO: Starting max worker: <0.55.0>
  16. INFO: No Errors.
  17. Test completed after 1 mins.
  18.  
  19. =INFO REPORT==== 26-Jun-2012::10:14:49 ===
  20. application: basho_bench
  21. exited: stopped
  22. type: permanent
  23.  
  24. ============================= Copy filelist ===========================
  25. root@s01:~/basho_bench# cp tests/current/filelist.txt filelist.txt
  26.  
  27. ============================= To Run Mix ==============================
  28. root@s01:~/basho_bench# ./basho_bench softlayer_cassandra_cql_mix_debug.config
  29. INFO: Est. data size: 476.84 MB
  30. INFO: Id: 1, Connected to Cassandra at Host "s02" and Port 9160
  31. INFO: Starting max worker: <0.55.0>
  32. INFO: No Errors.
  33. Test completed after 1 mins.
  34.  
  35. =INFO REPORT==== 26-Jun-2012::10:16:43 ===
  36. application: basho_bench
  37. exited: stopped
  38. type: permanent
Add Comment
Please, Sign In to add comment