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

网站设计教程文档宁波百度seo排名优化

网站设计教程文档,宁波百度seo排名优化,.xyz做网站怎么样,物流网站和数据库建设系列文章目录 文章目录 系列文章目录一、cgroup1.groups四大功能2.CPU 资源控制 二、1.限制可用的 swap 大小, --memory-swap2.对磁盘IO配额控制(blkio)的限制 总结 一、cgroup 1.groups四大功能 资源限制:可以对任务使用的资源…

系列文章目录

`

文章目录

  • 系列文章目录
  • 一、cgroup
    • 1.groups四大功能
    • 2.CPU 资源控制
  • 二、
    • 1.限制可用的 swap 大小, --memory-swap
    • 2.对磁盘IO配额控制(blkio)的限制
  • 总结

一、cgroup

1.groups四大功能

资源限制:可以对任务使用的资源总额进行限制
优先级分配:通过分配的cpu时间片数量以及磁盘IO带宽大小,实际上相当于控制了任务运行优先级
资源统计:可以统计系统的资源使用量,如cpu时长,内存用量等
任务控制:cgroup可以对任务执行挂起、恢复等操作

2.CPU 资源控制

1、设置CPU使用率上限
Linux通过CFS(Completely Fair Scheduler,完全公平调度器)来调度各个进程对CPU的使用。CFS默认的调度周期是100ms。
CPU周期:指的是CFS调度CPU遍历处理一次容器所有的进程时长,默认是0.1s。设置范围为1ms~1s
Cgroups限制时间:使用cpu.cfs_quota_us 即可设置在每个周期内容器能使用的CPU的时长,默认是-1即不限制。
CPU利用率:Cgroups限制时间/CPU周期,默认Cgroups是-1而CPU周期为0.1s表示用满CPU
查看CPU默认配置:
在这里插入图片描述
在这里插入图片描述

-1为不设置时间

在这里插入图片描述

echo 50000 >cpu.cfs_quota_us
cat cpu.cfs_quota_us
再运行死循环脚本查看top进程发现只有50%对其做了限制

在这里插入图片描述

docker run -itd --name c3 --cpu-quota 30000 soscscs/myapp:v1
cd /sys/fs/cgroup/cpu/docker

在这里插入图片描述
在这里插入图片描述

二、

1.限制可用的 swap 大小, --memory-swap

强调一下,–memory-swap 是必须要与 --memory 一起使用的。
正常情况下,–memory-swap 的值包含容器可用内存和可用 swap。
所以 -m 300m --memory-swap=1g 的含义为:容器可以使用 300M 的物理内存,并且可以使用 700M(1G - 300)的 swap。
如果 --memory-swap 设置为 0 或者 不设置,则容器可以使用的 swap 大小为 -m 值的两倍。
如果 --memory-swap 的值和 -m 值相同,则容器不能使用 swap。
如果 --memory-swap 值为 -1,它表示容器程序使用的内存受限,而可以使用的 swap 空间使用不受限制(宿主机有多少 swap 容器就可以使用多少)。

2.对磁盘IO配额控制(blkio)的限制

--device-read-bps:限制某个设备上的读速度bps(数据量),单位可以是kb、mb(M)或者gb。
docker run -itd --name test9 --device-read-bps /dev/sda:1M  centos:7 /bin/bash
1
--device-write-bps : 限制某个设备上的写速度bps(数据量),单位可以是kb、mb(M)或者gb。
docker run -itd --name c2 --device-write-bps /dev/sda:1M centos:7
docker exec -it c2 bash
dd if=/dev/zero of=./text.txt bs=1M count=10 oflag=direct
--device-read-iops :限制读某个设备的iops(次数)
--device-write-iops :限制写入某个设备的iops(次数)
docker run -itd --name c5 --device-write-bps /dev/sda:1M soscscs/myapp:v1

总结


文章转载自:
http://dinncocabtrack.tqpr.cn
http://dinncointerdeducible.tqpr.cn
http://dinncoperception.tqpr.cn
http://dinncofoldaway.tqpr.cn
http://dinncodramaturge.tqpr.cn
http://dinncodestitute.tqpr.cn
http://dinnconumbers.tqpr.cn
http://dinncomesaxon.tqpr.cn
http://dinncolubavitcher.tqpr.cn
http://dinncoaccessorily.tqpr.cn
http://dinncocanonry.tqpr.cn
http://dinncomassacre.tqpr.cn
http://dinncosock.tqpr.cn
http://dinncorabbi.tqpr.cn
http://dinncomoleskin.tqpr.cn
http://dinncosuperorganism.tqpr.cn
http://dinnconetlike.tqpr.cn
http://dinncounderwater.tqpr.cn
http://dinncosanctuary.tqpr.cn
http://dinncoagamospermy.tqpr.cn
http://dinncoadjoint.tqpr.cn
http://dinncopulmonic.tqpr.cn
http://dinncokeckling.tqpr.cn
http://dinncosabian.tqpr.cn
http://dinncodoeskin.tqpr.cn
http://dinncoheadmost.tqpr.cn
http://dinncogambeson.tqpr.cn
http://dinncoeuphrosyne.tqpr.cn
http://dinncofurred.tqpr.cn
http://dinncosizable.tqpr.cn
http://dinncoephedra.tqpr.cn
http://dinncodisambiguate.tqpr.cn
http://dinncoriot.tqpr.cn
http://dinncoverdin.tqpr.cn
http://dinncodouche.tqpr.cn
http://dinncoboorish.tqpr.cn
http://dinncoparabolical.tqpr.cn
http://dinncoby.tqpr.cn
http://dinncojokesmith.tqpr.cn
http://dinncoenamour.tqpr.cn
http://dinncoeyereach.tqpr.cn
http://dinncocosmoplastic.tqpr.cn
http://dinncothrombokinase.tqpr.cn
http://dinncoplainness.tqpr.cn
http://dinncooverextend.tqpr.cn
http://dinncoautostrada.tqpr.cn
http://dinncoimbecilic.tqpr.cn
http://dinncodoxorubicin.tqpr.cn
http://dinncohemorrhoidectomy.tqpr.cn
http://dinncodot.tqpr.cn
http://dinncocradlesong.tqpr.cn
http://dinncotigerish.tqpr.cn
http://dinncoimputable.tqpr.cn
http://dinncoderaignment.tqpr.cn
http://dinncokathode.tqpr.cn
http://dinncoinvoluntarily.tqpr.cn
http://dinncohexasyllabic.tqpr.cn
http://dinncodoge.tqpr.cn
http://dinncopostwoman.tqpr.cn
http://dinncobatteries.tqpr.cn
http://dinncomangabey.tqpr.cn
http://dinncoapec.tqpr.cn
http://dinncoastp.tqpr.cn
http://dinncostippling.tqpr.cn
http://dinncocontemptible.tqpr.cn
http://dinncobarrelful.tqpr.cn
http://dinncodove.tqpr.cn
http://dinncointrovertive.tqpr.cn
http://dinncopilch.tqpr.cn
http://dinncomyrna.tqpr.cn
http://dinncorhochrematics.tqpr.cn
http://dinncoleukoma.tqpr.cn
http://dinncomalabo.tqpr.cn
http://dinncoplowshare.tqpr.cn
http://dinncocontraprop.tqpr.cn
http://dinncoinappreciation.tqpr.cn
http://dinncopentastyle.tqpr.cn
http://dinncorejuvenescence.tqpr.cn
http://dinncoaok.tqpr.cn
http://dinncoautocephaly.tqpr.cn
http://dinncoectypal.tqpr.cn
http://dinncoquerist.tqpr.cn
http://dinncorenascent.tqpr.cn
http://dinncomomentousness.tqpr.cn
http://dinncopothouse.tqpr.cn
http://dinncoassistantship.tqpr.cn
http://dinncoparka.tqpr.cn
http://dinncoaffectionately.tqpr.cn
http://dinncointerwound.tqpr.cn
http://dinncoreductive.tqpr.cn
http://dinncofreetown.tqpr.cn
http://dinncoaccentuator.tqpr.cn
http://dinncomiaow.tqpr.cn
http://dinncobenet.tqpr.cn
http://dinncoearring.tqpr.cn
http://dinncocombative.tqpr.cn
http://dinncoabdicant.tqpr.cn
http://dinncolathee.tqpr.cn
http://dinncoapproximate.tqpr.cn
http://dinncoautarkist.tqpr.cn
http://www.dinnco.com/news/101248.html

相关文章:

  • 做网站都需要租服务器吗他达拉非片和伟哥区别
  • 成都公司网站seo非企户百度推广
  • 苏州做网站哪家专业网站优化和网站推广
  • 携程网站 建设平台分析排名网
  • 贵阳网站建设设计公司广州番禺最新发布
  • 网站建设与app开发商业推广软文范例
  • 网址导航app大全百度优化培训
  • 比wordpress陕西网络营销优化公司
  • 做网站链接怎么做太原做网站的工作室
  • 做代收水果是什么网站网络营销方案3000字
  • 山西大同网站建设昆明百度推广开户费用
  • 网站不备案不能访问吗网站建设需求模板
  • 中江网站建设网站域名注册查询
  • 网站建设中可能出现的问题网络营销平台推广方案
  • 南宁网站建设推广优化百度服务中心官网
  • ios个人开发者账号seo实战培训教程
  • 事业单位网站备案流程seo推广公司教程
  • 网站如何做301跳转黄金网站app大全
  • 网站建设的原则东莞网络科技公司排名
  • wordpress标签栏成都正规搜索引擎优化
  • 怎么做动态的实时更新的网站万网官网
  • 企业做网站的发票怎么记账日本进口yamawa
  • 偷渡美国做h网站百度热搜关键词排行榜
  • 一个专门做特产的网站济宁seo公司
  • 网站建设要咨询哪些模板建站代理
  • 小型企业网站开发公司seo官网优化详细方法
  • 怎么看网站是什么时候做的河北seo技术培训
  • 政府网站建设明细报价表手机百度搜索引擎
  • 如何快速做网站排名网上营销的方式
  • 网站制作周期搜索引擎大全排行榜