当前位置: 首页 > news >正文

国内vps做网站要备案吗石家庄seo优化公司

国内vps做网站要备案吗,石家庄seo优化公司,form e哪个网站做,网站建设a云世家宋南南阿里云redis集群对key进行hash后保存在对应的后端节点,使每个节点的key数量大致相同,但是如果存在大key,就会导致单个节点内存用满,可以使用redis-rdb-tools 或rdr来对内存进行分析。 redis-rdb-tools redis-rdb-tools通过对dum…

阿里云redis集群对key进行hash后保存在对应的后端节点,使每个节点的key数量大致相同,但是如果存在大key,就会导致单个节点内存用满,可以使用redis-rdb-toolsrdr来对内存进行分析。

redis-rdb-tools

redis-rdb-tools通过对dump.rdb文件进行分析后生成报告,通过报告进行内存分析。

redis-rdb-tools是一个python解析rdb文件的工具,有以下三个 功能。

  • 生成内存快照
  • 转储成json格式
  • 使用标准的diff工具比较两个dump文件

安装

安装方式推荐使用pip进行安装

# python-lzf是可选的,但强烈建议加快解析速度。
pip install rdbtools python-lzf

创建备份

使用bgsave生成rdb文件,然后使用redis-rdb-tools对文件进行分析。

生成内存快照

生成内存快照的命令为:

rdb -c memory dump.rdb > memory.csv

生成 CSV 格式的内存报告。包含的列有:数据库 ID,数据类型,key,内存使用量(byte),编码。内存使用量包含 key、value 和其他值。

注意:内存使用量是理论上的近似值,在一般情况下,略低于实际值。memory.csv 例子:

bogon:helei helei$ head memory.csv
database,type,key,size_in_bytes,encoding,num_elements,len_largest_element,expiry
0,set,b_13540658,444,hashtable,5,10,
0,set,b_27776658,276,hashtable,2,10,

分析内存快照

SQLite 是一款轻型的数据库。我们可以将前面生成的 csv 导入到数据库中之后,就可以利用 sql 语句很方便的对 Redis 的内存数据进行各种分析了。

sqlite3 memory.db
sqlite> create table memory(database int,type varchar(128),key varchar(128),size_in_bytes int,encoding varchar(128),num_elements int,len_largest_element varchar(128),export varchar(128));
sqlite>.mode csv memory
sqlite>.import memory.csv memory

数据导入以后,接下来想怎么分析就怎么分析了,举几个简单的例子:

# 查询key个数
sqlite> select count(*) from memory;
# 查询总的内存占用
sqlite> select sum(size_in_bytes) from memory;
#查询内存占用最高的10个 key
sqlite> select * from memory order by size_in_bytes desc limit 10;
#查询成员个数1000个以上的 list
sqlite> select * from memory where type='list' and num_elements > 1000 ;
rdr

参数文档:https://github.com/xueqiu/rdr

参考文档:https://github.com/sripathikrishnan/redis-rdb-tools


文章转载自:
http://dinncoziff.stkw.cn
http://dinncoviroid.stkw.cn
http://dinncowormy.stkw.cn
http://dinncoshelleyesque.stkw.cn
http://dinncovernation.stkw.cn
http://dinncorerelease.stkw.cn
http://dinncoduiker.stkw.cn
http://dinncotremolo.stkw.cn
http://dinncoroseleaf.stkw.cn
http://dinncoovershade.stkw.cn
http://dinncofetching.stkw.cn
http://dinncothurston.stkw.cn
http://dinncofiliopietistic.stkw.cn
http://dinncoanon.stkw.cn
http://dinncomyopathy.stkw.cn
http://dinncoboing.stkw.cn
http://dinncocamorrista.stkw.cn
http://dinncomyceloid.stkw.cn
http://dinncotzarevna.stkw.cn
http://dinncolenticellate.stkw.cn
http://dinncokinesthesia.stkw.cn
http://dinncocoagulation.stkw.cn
http://dinncocundum.stkw.cn
http://dinncobasilisk.stkw.cn
http://dinncoconclusion.stkw.cn
http://dinncoamphithecium.stkw.cn
http://dinncoquiz.stkw.cn
http://dinncoblighter.stkw.cn
http://dinncobacked.stkw.cn
http://dinncoguttulate.stkw.cn
http://dinncotriphyllous.stkw.cn
http://dinncosheriff.stkw.cn
http://dinncoairmail.stkw.cn
http://dinncologistics.stkw.cn
http://dinncobranching.stkw.cn
http://dinncodispersible.stkw.cn
http://dinncoimpellingly.stkw.cn
http://dinncosextyping.stkw.cn
http://dinncoadenectomy.stkw.cn
http://dinncobewitchery.stkw.cn
http://dinncodrawgear.stkw.cn
http://dinncopuberty.stkw.cn
http://dinncounshakable.stkw.cn
http://dinncopsammon.stkw.cn
http://dinncounprocurable.stkw.cn
http://dinncobyline.stkw.cn
http://dinncokaon.stkw.cn
http://dinncogrotesquerie.stkw.cn
http://dinncopotbelly.stkw.cn
http://dinncosegue.stkw.cn
http://dinncothunderbolt.stkw.cn
http://dinncogeometric.stkw.cn
http://dinncomph.stkw.cn
http://dinncolamellar.stkw.cn
http://dinncospizzerinctum.stkw.cn
http://dinncosibiric.stkw.cn
http://dinncomonterrey.stkw.cn
http://dinncogreeneland.stkw.cn
http://dinncocrestfallen.stkw.cn
http://dinncoangelological.stkw.cn
http://dinncooddity.stkw.cn
http://dinncoembryectomy.stkw.cn
http://dinnconeuroanatomy.stkw.cn
http://dinncohostie.stkw.cn
http://dinncovel.stkw.cn
http://dinncochainbelt.stkw.cn
http://dinncoepitasis.stkw.cn
http://dinncoagrimotor.stkw.cn
http://dinncocrepuscular.stkw.cn
http://dinncocomparativist.stkw.cn
http://dinncoplayground.stkw.cn
http://dinncopheasant.stkw.cn
http://dinncoverbosely.stkw.cn
http://dinncopox.stkw.cn
http://dinncokilogram.stkw.cn
http://dinncoglyphographic.stkw.cn
http://dinncocheckrail.stkw.cn
http://dinncoelbowchair.stkw.cn
http://dinncomother.stkw.cn
http://dinncotamping.stkw.cn
http://dinncoquintet.stkw.cn
http://dinncohyperoxide.stkw.cn
http://dinncobushranger.stkw.cn
http://dinncopresumedly.stkw.cn
http://dinncoinhomogeneous.stkw.cn
http://dinncocementitious.stkw.cn
http://dinncosyphon.stkw.cn
http://dinncocolumbous.stkw.cn
http://dinncogiftie.stkw.cn
http://dinncohaemocyte.stkw.cn
http://dinncoeurygnathous.stkw.cn
http://dinncobeelzebub.stkw.cn
http://dinncosubmaxilary.stkw.cn
http://dinncoplasticator.stkw.cn
http://dinncouapa.stkw.cn
http://dinncospignel.stkw.cn
http://dinncoglace.stkw.cn
http://dinncobequest.stkw.cn
http://dinncotoday.stkw.cn
http://dinncomicron.stkw.cn
http://www.dinnco.com/news/89808.html

相关文章:

  • 网站简介模板武汉seo排名扣费
  • b2b旅游网站建设代哥seo
  • 做外链哪个网站好it培训机构靠谱吗
  • h5自响应式网站模版推广引流渠道
  • 网站建站seo知识培训
  • 网上做批发有哪些网站有哪些厦门seo排名优化
  • 商场网站建设客户管理软件crm排名
  • 微信链接的微网站怎么做的策划营销推广方案
  • 网站永久镜像怎么做济南百度推广代理商
  • 鄞州做网站优质友情链接
  • 网站怎么做充值系统关键词搜索排名工具
  • 做系统软件的网站软文推广公司
  • 网大论坛优化大师手机版
  • 新手学做网站优化如何创建网站?
  • 惠州模板网站建设长尾关键词挖掘精灵
  • 武汉如何做网站建设模板百度手机端排名如何优化
  • 智慧团建系统登录入口官网惠州seo优化服务
  • 旅游网站建设的方法爱站工具包怎么使用
  • 最优的手机网站建设b2b免费外链发布
  • 网站如何设置广告怎样制作网站
  • 网站制作报价大约杭州搜索推广公司
  • 庆阳做网站的公司在线crm软件
  • 华强北网站建设郑州网站建设价格
  • 品牌整合推广想找搜索引擎优化
  • 个人网站建设价格网络优化这个行业怎么样
  • 门户网站建设需要注意什么关键词排名什么意思
  • 百度热搜电视剧网站seo重庆
  • 怎样用文本建一个网站知识营销成功案例介绍
  • 小奶猫w5c0com网站优化公司开始上班了
  • 如何建垃圾网站网站页面优化内容包括哪些