728x90
▶ linux server spec
lscpu : information of cpu
lshw -short : list hardware
free -m : check the amount of used, free and total amount of RAM
cat /proc/cpuinfo
cat /proc/meminfo
▶linux port
netstat -tulnp
▶linux process
ps -ef | grep root
▶java port&process mapping
jps
728x90
'Linux&Utils > CentOS(Rhel)' 카테고리의 다른 글
perl 이용시 Can't locate ExtUtils/MakeMaker.pm 에러 (0) | 2021.03.23 |
---|---|
인증서(CA:Certificate Authority) (0) | 2021.02.11 |
server user (0) | 2021.01.28 |
rpm&yum (0) | 2021.01.28 |
OS-Compiler의 종류에 따른 옵션 (0) | 2020.12.21 |