zoukankan      html  css  js  c++  java
  • 查看磁盘信息命令汇总

    1. lsblk                                                                                  查看分区磁盘

    2. df -h                                                                                            查看空间使用情况

    3. fdisk -l                                                                                         分区工具查看分区信息

    4. cfdisk /dev/sda                                                                            查看分区

    5. blkid                                                                                            查看硬盘label(别名)
    6. du -sh ./*                                                                                     统计当前目录各文件夹大小
    7. free -h                                                                                         查看内存大小
    8. cat /proc/cpuinfo| grep "cpu cores"| uniq                                    查看cpu核心数
    9. cat /proc/cpuinfo| grep "physical id"| sort| uniq| wc -l                       查看物理cpu个数
    10. cat /proc/cpuinfo| grep "processor"| wc -l                                         查看逻辑cpu的个数

    摘自:https://www.cnblogs.com/flying607/p/7845550.html

  • 相关阅读:
    Java实现OPC通信
    OPCServer:使用KEPServer
    OPCServer:使用Matrikon OPC Server Simulation
    OPC和DCOM配置
    jquery中attr和prop的区别
    jquery 操作checkbox是否选中的正确方法
    GPRS RTU设备OPC Server接口C# 实现
    Raspberry Pi 中安装Mono
    C#中DllImport用法汇总
    HTML <form> 标签的 method 属性
  • 原文地址:https://www.cnblogs.com/Go-Spurs-Go/p/11633854.html
Copyright © 2011-2022 走看看