memcache
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revision | |||
memcache [2016/10/22 09:43] – luke7858 | memcache [2017/09/11 11:52] (current) – removed luke7858 | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | Connecting to memcached | ||
- | <sxh bash> | ||
- | telnet localhost 11211 | ||
- | </ | ||
- | Once logged into memcache you can run the following command to see the statistics. | ||
- | <sxh bash> | ||
- | stats | ||
- | </ | ||
- | If memcached is configured on the localhost you can also use: | ||
- | <sxh bash> | ||
- | memcached-tools stats | ||
- | </ | ||
- | If you wish to find out the max connections and ram usage of memcached quickly you can run | ||
- | <sxh bash> | ||
- | ps aux | grep -v grep | grep memca | ||
- | </ | ||
memcache.1477129403.txt.gz · Last modified: 2024/05/23 07:26 (external edit)