25 lines
1.3 KiB
Markdown
25 lines
1.3 KiB
Markdown
# 说明
|
||
|
||
## 脚本导航
|
||
### 快速配置脚本环境
|
||
- 一键安装脚本环境 : [quick_install.sh](./00.quick_install_env/quick_install.sh)
|
||
|
||
### 循环压测类脚本
|
||
- 带内执行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)
|
||
- 使用YAFU带内升级BMC :[inband_stress_update.sh](./01.stress_script/inband_stress_update.sh)
|
||
|
||
### nicsensor
|
||
- M7服务器BMC读取网卡传感器 :[nicsensor.sh](./02.nicsensor/nicsensor.sh)
|
||
|
||
### 脚本模板
|
||
- 简单的循环模板 :[template_loop.sh](./03.template/template_loop.sh)
|
||
|
||
### BMC工具脚本
|
||
- Linux系统下一键收集日志 :[Linux_CollectOnekeylog.sh](./07.bmc_tool_script/Linux_CollectOnekeylog.sh)
|
||
- Windows系统下一键收集日志 :[Windows_CollectOnekeylog.bat](./07.bmc_tool_script/Windows_CollectOnekeylog.bat)
|
||
- BMC下快速读取ADC寄存器的数值 :[read_adc_reg.sh](./07.bmc_tool_script/read_adc_reg.sh)
|
||
- BMC下手动触发Crashdump : [manul_crashdump.sh](./07.bmc_tool_script/manual_crashdump.sh) |