linux 命令


查看操作系统版本信息:cat /etc/issue
[root@csxyapp01 ~]# cat /etc/issue
Red Hat Enterprise Linux Server release 6.4 (Santiago)
Kernel on an m


1、查看linux机器资源:
cpu核数:cat /proc/cpuinfo
内存:cat /proc/meminfo
也可以通过nmon监控查看
查看操作系统位数:lsb_release -a
2、查看aix 资源:
cpu核数(逻辑cpu个数):pmcycles -m
mem:bootinfo -r 或者prtconf
也可以通过nmon监控查看

3、查看aix 资源使用情况
topas

du -h查看文件系统:

172.20.4.12:/opt/aipapp/appnfs
99G 28G 67G 30% /opt/aipapp/appnfs

原文地址:https://www.cnblogs.com/python-xiakaibi/p/9070215.html