💎一站式轻松地调用各大LLM模型接口,支持GPT4、智谱、星火、月之暗面及文生图 广告
[TOC] ## htop ### centos下 下载 安装 ``` wget http://sourceforge.net/projects/htop/files/htop/1.0.2/htop-1.0.2.tar.gz tar -zxf htop-1.0.2.tar.gz make && make install ``` 如果没有gcc环境需要安装: ``` yum install gcc -y ``` ### ubuntu ``` apt-get install htop ``` ## dstat 下载 安装: ``` yum install dstat -y ``` ## glances 下载 安装 ``` apt-get install glances ```