码上灵感
  • 经验

    • 服务器

      • 操作系统
      • 网络配置
      • ssh配置
      • 压力测试
      • IPMI
    • 基础工具

      • xshell
      • xftp
    • 基础环境

      • anaconda
      • v2ray
      • cuda
      • docker
      • nginx
      • ufw
      • git lfs 大文件
    • ubuntu

      • virtualbox
    • minio

      • 安装
    • postgres

      • 安装
    • AI相关折腾

      • maxkb
      • huggingface
      • vllm
      • ktransformers
      • wan2.1
    • 疑难杂症

      • ubuntu自动更新
      • xshell隧道转发失败
      • video自动播放不成功的问题
      • 3d模型快速生成

压力测试

GPU 压力测试

git clone https://github.com/wilicc/gpu-burn
cd gpu-burn
make

让 GPU 持续工作 30 秒进行压力测试

./gpu_burn 30


cpu 压力测试

sudo apt-get install stress-ng

查看可用的 CPU 核心

nproc

CPU 压力测试 60 秒

stress-ng --cpu $(nproc) --timeout 60s
Prev
ssh配置
Next
IPMI