upcgg

核数:grep "physical id" /proc/cpuinfo|sort -u|wc -l

每个核上的cpu个数:grep "siblings" /proc/cpuinfo|uniq 

内存:cat /proc/meminfo 

磁盘: fdisk –l ,free -m

操作系统: lsb_release –a

 

 
 
/etc/profile 添加环境变量
alias a=\'cd /export\'
posted on 2016-02-16 10:26  upcgg  阅读(224)  评论(0编辑  收藏  举报

分类:

技术点:

相关文章:

  • 2021-05-01
  • 2021-11-14
  • 2022-02-07
  • 2021-11-12
  • 2021-11-21
  • 2021-08-09
  • 2021-12-21
猜你喜欢
  • 2021-09-13
  • 2021-12-04
  • 2022-12-23
  • 2021-06-12
  • 2021-10-06
  • 2021-12-20
  • 2021-11-20
相关资源
相似解决方案