首页 > 代码库 > python   memcached

python   memcached

管理服务  start   stop  status  restart   

启动脚本

name memcached

program  /usr/bin/memcached

pidfile 

args #参数  -u -p -m -c

work-dir


python -m SimpleHTTPServer #启动一个小型的web服务

函数 pass占位

脚本名称+num  直接进入num行

pidof  memcached  查看进程num

读成字典

lines列表变成字典

dict([i.strip().replace(‘"‘,‘‘).split(‘=‘) for i in lines])

map(lambda x: [i.strip().replace(‘"‘,‘‘) for i in x],lines)

memcached -P 选项 守护进程 加入 pid文件


name = main 直接执行时执行main函数

调用时不执行main函数


with open  不用close文件


memcached -P 将进程号保存在file中

memcached -d 


simple CMDB

SN,IP,HOSTNAME,PRODUCT,VENDOR,CPU mode1,MEMORY,DISK,OSVER,APP


删除-开头的  ./-


findall返回的肯定是列表


本文出自 “muzinan的技术博客” 博客,请务必保留此出处http://muzinan110.blog.51cto.com/684213/1439047