Aerospike Admin provides an interface for Aerospike users to view the stat of their Aerospike Cluster by fetching information from running cluster (Cluster mode) or logs (Log-analyser mode). Start the tool with asadm and run the help command to get started.
sudo ./asadm-deps/install.sh
sudo make
sudo make install
asadm -h Admin> help
asadm -l [-f ] Admin> help
asadm -c [-f ] Admin> help
- python 2.6+ (< 3)
- jsonschema >= 2.5.1 (for centos6 please install jsonschema==2.5.1)
- pexpect: >= 3.0
- ply: >= 3.4
- pyOpenSSL: >= 16.2.0
- pyasn1: >= 0.3.1
- toml
sudo ./asadm-deps/install.sh
Run following command to ensure asadm history works properly:
sudo easy_install -a readline
- unittest2: 0.5.1
- Mock: 1.0.1
./run_tests.sh or unit2 discover
- yappi: 0.92
asadm --profile Do not exit with 'ctrl+c' exit with the exit command