The asinfo script allows access to the services port on the server. 
This allows the user to query the server for any statistics available, 
and set any dynamic configuration values. This list is extensive, 
please contact support for a full list. 

Usage: asinfo [OPTIONS]
 -h host (default 127.0.0.1)
 -p port (default 3000)
 -U user
 -P password
 -v value (fetch single value - default all)

Here are some basic commands that are often used:

This queries for information on the namespace named "users":

	asinfo -v 'namespace/users' 

This command queries for the same information as above, 
but on a remote node specified by -h and on port 3000 specified by -p:

	asinfo -h 192.168.120.101 -p 3000 -v 'namespace/users'

This command lists all the nodes listed as available for this node 
in it's services list

	asinfo -v 'services'
