Grafana实现GPFS性能可观测 -- DevMon更新
# GPFS集群配置 ## 1\. 安装配置Net-SNMP ### 1.1 用yum命令安装软件包 ``` yum install -y net-snmp ``` ### 1.2 添加GPFS需要的共享库链接 ```raw libnetsnmpagent.so -- from Net-...
# GPFS集群配置 ## 1\. 安装配置Net-SNMP ### 1.1 用yum命令安装软件包 ``` yum install -y net-snmp ``` ### 1.2 添加GPFS需要的共享库链接 ```raw libnetsnmpagent.so -- from Net-...
# How To ## Purpose Configuring iPhone as an AP for Gentoo-installed notebook. ## Requirements - Gentoo Linux 2.1 - \>=sys-kernel/gentoo-sourc...
### 1\. What is CCACHE ***CCACHE*** helps avoid repeated recompilation for the same C and C++ object files by fetching result from the cache director...
## 1\. Installing Necessary Packages - schroot - squashfs-tools - cdrtools - syslinux - dev-libs/libisoburn ```bash emerge -avt schroot sq...
### 1\. Install Tools for Generating Initramfs ```bash emerge -avt genkernel # both genkernel and dracut are fine, # 'darcut' is more recommended. e...
### Config Kernel Modules ```bash cd /usr/src/linux make menuconfig ``` ### Necessary Modules - CONFIG\_CGROUP\_CPUACCT - CONFIG\_CGROUP\_DEVIC...