Get result of following command(not shell command) result.
- stats
- stats settings
| name | default | type | notes |
|---|---|---|---|
| host | 127.0.0.1 | string | memcached host |
| port | 11211 | interger(1 - 65535) | memcached lisetn port |
| timeout | 10 | interger | socket timeout of this script |
| profile_include_conn_establish | False | boolean | |
| module | memcached | string | only require option |
Please see the "scripts/memcached.cfg".
memcached.py script get response time("set" and "get" command). If you set "profile_include_conn_establish" is True, response time includes time that connection establishing.