Skip to content

Aerospike Administration tool: allows operations to view vital stats from the aerospike server from the command line.

License

Notifications You must be signed in to change notification settings

PavanGupta01/aerospike-admin

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Aerospike Admin

Description

Aerospike Admin provides and interface for Aerospike users to view the current stat of their Aerospike Cluster. Start the tool with python asadmin.py and run the help command to get started.

Installing Aerospike Admin

make
sudo make install

Running Aerospike Admin

asadmin -h Admin> help

Dependencies

  • python 2.6+

Tests

Dependencies

  • unittest2: 0.5.1
  • Mock: 1.0.1

Running Tests

./run_tests.sh or unit2 discover

Profiling

Dependencies

  • yappi: 0.92

Run Profiler

python asadmin.py --profile Do not exit with 'ctrl+c' exit with the exit command

About

Aerospike Administration tool: allows operations to view vital stats from the aerospike server from the command line.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 98.8%
  • Other 1.2%