peter » Mon Jun 30, 2014 4:16 pm
On a test client, you may get error code 8, this indicates that the server memory is full.
You can check for messages in the server logs and you will see messages ~every 10 seconds, with something like "hwm breached”. this means that the memory high water mark has been reached.
While viewing the server logs is one way to monitor Aerospike, there are two better ways:
- Aerospike Management Console - http://www.aerospike.com/docs/amc/
- Asmonitor - http://www.aerospike.com/docs/tools/asmonitor/
Both these tools will indicate that the memory is nearing its high water mark.