摘要: https://hwmon.wiki.kernel.org/device_support_status 阅读全文
posted @ 2024-03-27 06:34 He_LiangLiang 阅读(4) 评论(0) 推荐(0) 编辑
摘要: #include <iostream> #include <fstream> #include <string> #include <sstream> #include <unordered_map> #include <sys/statvfs.h> #include <string> //物理硬盘 阅读全文
posted @ 2024-03-27 06:20 He_LiangLiang 阅读(105) 评论(0) 推荐(0) 编辑
摘要: 获取cpu核数,使用率 #include <sys/sysinfo.h> #include <sys/statvfs.h> #include <fstream> #include <iostream> #include <string> #include <thread> #include <vec 阅读全文
posted @ 2024-03-27 06:19 He_LiangLiang 阅读(178) 评论(0) 推荐(0) 编辑