|
马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。
您需要 登录 才可以下载或查看,没有帐号?立即注册
x
经常看到有人问用什么版本的linux好,其实只要你认真学习无论什么版本都挺好的。
我们在部署好memcache今后,其实不意味着不论掉臂,更多的我们应当监控memcahce的形态,内存利用情形,hit/miss值是几,使用cacti可以很抽象的监控memcache的各个参数,接上去我们就来懂得下怎样使用cacti来监控我们的memcache!
起首我们能够从官网上进修怎样增加cacti和memcache监控!地点以下:
http://dealnews.com/developers/cacti/memcached.html
我们来具体说下操纵步骤!
1、PythonClientAPIInstallation
下载PythonClientAPI(在cacti服务器高低载)
wgetftp://ftp.tummy.com/pub/python-memcached/python-memcached-1.45.tar.gz
tarxzvfpython-memcached-1.45.tar.gz
pythonsetup.pyinstall
我运转下面的命令的时分呈现以下毛病
Traceback(mostrecentcalllast):
File"setup.py",line3,in?
fromsetuptoolsimportsetup
ImportError:Nomodulenamedsetuptools
办理举措:yum-yinstallpython-setuptools
安装乐成后再次pythonsetup.pyinstall安装就能够乐成了。
2、TemplateInstallation
wgethttp://content.dealnews.com/dealnews/developers/cacti-memcached-1.0.tar.gz
tarzxvfcacti-memcached-1.0.tar.gz
cdcacti-memcached
把memcached.py拷贝到Cacti的scripts目次下!
3、设置cacti
进进Cacti把持界面点击
ImportTemplates-->ImportTemplatefromLocalFile
在扫瞄内里选择cacti_memcached_host_template.xml这个文件,然后点击save就OK!
剩下的就是增加新图片的事变了
4、以上设置只是针对默许端口11211,可是当你的端口不是11211,而是其他的端口,好比我的是12000,如许的话你就要对你的cacti的datasource做下小变动了,操纵以下:
Console---DataInputMethods--MemcachedCStatistics
找到InputString的值python<path_cacti>/scripts/memcached.py<hostname>
变动成:python<path_cacti>/scripts/memcached.pyCp12000<hostname>
假如你是其他端口的,只需将端标语变动成其他的值就能够了!
</p>
学习linux,就意味着更快的开发效率,等更多关于软件本身或者说操作系统本身的理解。 |
|