Advertisement
Guest User

Untitled

a guest
Aug 5th, 2015
117
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.11 KB | None | 0 0
  1. $ asadm -e "info"
  2.  
  3. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~Service Information~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  4. Node Build Cluster Cluster Cluster Free Free Migrates Principal Objects Uptime
  5. . . Size Visibility Integrity Disk% Mem% . . . .
  6. 192.168.0.1 3.5.9 7 True True 0 99 (0,0) 192.168.0.41 5.178 M 221:10:04
  7. 192.168.0.21 3.5.9 7 True True 0 99 (0,0) 192.168.0.41 5.144 M 220:57:54
  8. 192.168.0.24 3.5.9 7 True True 0 99 (0,0) 192.168.0.41 5.068 M 221:40:48
  9. 192.168.0.28 3.5.9 7 True True 0 99 (0,0) 192.168.0.41 4.737 M 220:36:59
  10. 192.168.0.41 3.5.9 7 True True 0 99 (0,0) 192.168.0.41 4.473 M 220:40:59
  11. 192.168.0.42 3.5.9 7 True True 0 99 (0,0) 192.168.0.41 4.433 M 220:44:52
  12. 192.168.0.48 3.5.9 7 True True 0 99 (0,0) 192.168.0.41 5.038 M 222:12:55
  13. Number of rows: 7
  14.  
  15. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~Network Information~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  16. Node Node Fqdn Ip Client Current HB HB
  17. . Id . . Conns Time Self Foreign
  18. 192.168.0.1 BB9DCC288902500 192.168.0.18:3000 192.168.0.18:3000 11149 176500697 0 42202655
  19. 192.168.0.21 BB95C0FF0902500 192.168.0.21:3000 192.168.0.21:3000 11128 176500697 0 31622465
  20. 192.168.0.24 BB95E0FF0902500 192.168.0.24:3000 192.168.0.24:3000 11141 176500697 0 27979150
  21. 192.168.0.28 BB9828DF2902500 192.168.0.28:3000 192.168.0.28:3000 11128 176500697 0 28865262
  22. 192.168.0.41 *BB9E8F44F902500 192.168.0.41:3000 192.168.0.41:3000 11130 176500697 0 28876249
  23. 192.168.0.42 BB93EE74E902500 192.168.0.42:3000 192.168.0.42:3000 11135 176500697 0 45869450
  24. 192.168.0.48 BB948B34E902500 192.168.0.48:3000 192.168.0.48:3000 11137 176500697 0 42389271
  25. Number of rows: 7
  26.  
  27. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~Namespace Information~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  28. Node Namespace Evictions Objects Repl Stop HWM Mem Mem HWM Stop
  29. . . . . Factor Writes Disk% Used Used% Mem% Writes%
  30. 192.168.0.1 redis 0 5.178 M 2 false 50 990.416 MB 1 60 90
  31. 192.168.0.21 redis 0 5.144 M 2 false 50 938.701 MB 1 60 90
  32. 192.168.0.24 redis 0 5.068 M 2 false 50 941.079 MB 1 60 90
  33. 192.168.0.28 redis 0 4.737 M 2 false 50 923.638 MB 1 60 90
  34. 192.168.0.41 redis 0 4.473 M 2 false 50 848.561 MB 1 60 90
  35. 192.168.0.42 redis 0 4.433 M 2 false 50 839.432 MB 1 60 90
  36. 192.168.0.48 redis 0 5.038 M 2 false 50 929.702 MB 1 60 90
  37. Number of rows: 7
  38.  
  39. $ ps up $(pidof asd)
  40. USER PID %CPU %MEM VSZ RSS TTY STAT START TIME COMMAND
  41. root 6413 337 57.8 26492000 19040800 ? Ssl Jul27 45038:57 /usr/bin/asd --config-file /etc/aerospike/aerospike.conf
  42. $ free -m
  43. total used free shared buffers cached
  44. Mem: 32138 25400 6738 0 215 3161
  45. -/+ buffers/cache: 22022 10115
  46. Swap: 3813 947 2866
  47. $ ipcs -m
  48.  
  49. ------ Shared Memory Segments --------
  50. key shmid owner perms bytes nattch status
  51.  
  52. $
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement