2024-07-15 11:32:23 +08:00
|
|
|
|
# 说明
|
2024-07-14 23:48:41 +08:00
|
|
|
|
|
2024-07-15 11:32:23 +08:00
|
|
|
|
## 脚本导航
|
2024-07-15 23:44:29 +08:00
|
|
|
|
### 快速配置脚本环境
|
|
|
|
|
|
- 一键安装脚本环境 : [quick_install.sh](./00.quick_install_env/quick_install.sh)
|
|
|
|
|
|
|
2024-07-15 11:32:23 +08:00
|
|
|
|
### 循环压测类脚本
|
|
|
|
|
|
- 带内执行power cycle :[inband_dc_cycle.sh](./01.stress_script/inband_dc_cycle.sh)
|
|
|
|
|
|
- 带外执行power cycle : [outband_dc_cycle.sh](./01.stress_script/outband_dc_cycle.sh)
|
|
|
|
|
|
- 带内执行AC cycle : [inband_ac_cycle.sh](./01.stress_script/inband_ac_cycle.sh)
|
|
|
|
|
|
- 带外执行AC cycle : [outband_ac_cycle.sh](./01.stress_script/outband_ac_cycle.sh)
|
|
|
|
|
|
- OS执行reboot :[os_reboot.sh](./01.stress_script/os_reboot.sh)
|
2024-07-15 11:41:20 +08:00
|
|
|
|
- 使用YAFU带内升级BMC :[inband_stress_update.sh](./01.stress_script/inband_stress_update.sh)
|
|
|
|
|
|
|
|
|
|
|
|
### nicsensor
|
2024-07-29 14:10:33 +08:00
|
|
|
|
- M7服务器BMC读取网卡传感器 :[nicsensor.sh](./02.nicsensor/nicsensor.sh)
|
|
|
|
|
|
|
|
|
|
|
|
### 脚本模板
|
|
|
|
|
|
- 简单的循环模板 :[template_loop.sh](./03.template/template_loop.sh)
|