云计算
文章平均质量分 79
马少芳
这个作者很懒,什么都没留下…
展开
-
docker实践-zombie进程容器
准备二进制程序src file:// zombie_pod.c// /* create a zombie process*/ #include <sys/types.h> //#include <signal.h> #include <unistd.h> #include <stdlib.h> #include <stdio.h> #include <signal.h>static原创 2017-03-30 16:48:18 · 1747 阅读 · 0 评论 -
使用fio测试磁盘I/O性能
fio测试原创 2017-05-09 20:07:32 · 407 阅读 · 0 评论 -
k8s volumeMounts 功能 使用时subPath 参数
写pod的yaml文件时,如果想使用云存储,则volumeMounts这个property,mountPath 为container内部目录而subPath 虽然紧跟mountpath, 最容易被误解为本地路径,其实其为远端云存储上的子路径所以进入pod内部看磁盘情况,显示bbuser@stream-notifications-baseline-learn-tomcat-7cd697-2x...原创 2019-01-31 15:03:33 · 41054 阅读 · 1 评论