Linux(posix) 系统下压力测试工具stress.
linux-dash
A beautiful web dashboard for Linux
项目地址:https://gitcode.com/gh_mirrors/li/linux-dash
免费下载资源
·
stress 是一个posix系统下生成 cpu/menory/IO/disk 负载的工具.
1.
stress 工具的主页
http://weather.ou.edu/~apw/projects/stress/stress.html
2.
交叉编译
tar -zxvf stress-1.0.0.tar.gz
cd stress-1.0.0
./configure --host=arm-xscale-linux-gnu
make
3.板子上运行
$ stress --cpu 3 --io 3 --vm 2 --vm-bytes 10000000 --vm-keep --verbose
参数:
--cpu 3 <-- 开启三个sqrt() 进程
--io 3 <-- 开启三个sync() 进程
--vm 2 <--开启两个 malloc()/free() 进程
--vm-bytes 10000000 <-- 每个vm进程malloc 10M字节
--vm-keep <- vm进程malloc 的字节不释放
--verbose <- 打印log.
GitHub 加速计划 / li / linux-dash
10.39 K
1.2 K
下载
A beautiful web dashboard for Linux
最近提交(Master分支:2 个月前 )
186a802e
added ecosystem file for PM2 4 年前
5def40a3
Add host customization support for the NodeJS version 4 年前
更多推荐
已为社区贡献3条内容
所有评论(0)