摘要:
TP 英文 “top percentile” or TP based latency “最高百分比”或基于TP的延迟 TPx 的计算方法 收集:统计一段时间内,所有请求的耗时时长。 升序排序:将这些耗时时长按从小到大的顺序进行排序,得到一个“耗时时长数列” 计算 N:计算出 TPx 应该是“耗时时长 阅读全文
posted @ 2021-05-18 16:23
极客子羽
阅读(1006)
评论(0)
推荐(0)
摘要:
查看Docker容器地址和Ubuntu虚拟机地址 查看Docker容器MySQL服务 windows主机中添加路由 在 cmd 中执行以下命令: route -p add 172.17.0.0 mask 255.255.0.0 192.168.137.20 192.168.137.20 是我的Ubu 阅读全文
posted @ 2021-05-18 11:52
极客子羽
阅读(620)
评论(0)
推荐(0)
摘要:
环境 Ubuntu 20.04.2 LTS Docker 20.10.6 MySQL 5.7.19 安装 MySQL 镜像 如何查看一个docker镜像有哪些版本?先打开 官网,再点击 Tags 进行查看: 在找到目标版本后,使用 pull 命令拉取镜像: docker pull mysql:5.7 阅读全文
posted @ 2021-05-18 11:16
极客子羽
阅读(1349)
评论(0)
推荐(0)
摘要:
docker: Error response from daemon: Conflict. The container name "/mysql5719_1" is already in use by container "c67e4f909eb001a321744f54b3b02143f1e9dd5ab3552b97d22f413e00a6f90b". You have to remove (or rename) that container to be able to reuse that name.
See 'docker run --help'. 阅读全文
posted @ 2021-05-18 10:31
极客子羽
阅读(10089)
评论(0)
推荐(0)

浙公网安备 33010602011771号