IT/Server3 linux find [root@server ~]# find {$path} -name "*shipping_start*" | more 2022. 12. 22. [Linux] OS Resource Monitoring Command 실행 프로그램의 바이너리 모니터링 : strace EX ) Mariadb 의 read, write binary 추적 [root@test ~ ]# ps -ef | grep mariadb mysql 27667 20248 0 Jun30 ? 00:04:47 .... root 21273 21087 0 16:24 pts/1 00:00:00 grep --color=auto mariadb [root@test ~]# strace -e trace=read,write -s 2000 -fp 27667 OS 자원 확인 : nfsiostat-sysstat 또는 iostat OS 자원 모니터링 (지속적) : watch -n1 nfsiostat-sysstat {$path} - watch 명령어 ( -n 옵션 : interval 지정.. 2022. 7. 11. Server Setting (centos + nginx + php + mysql) 사용 server 네이버 클라우드 플랫폼 free instance nginx 설치 yum install yum-utils vi /etc/yum.repos.d/nginx.repo 에 어떤 내용을 넣어야 할지 ▽ 아래 참조 nginx.org/en/linux_packages.html#RHEL-CentOS yum install nginx php 설치 linuxize.com/post/install-php-7-on-centos-7/ mysql 설치 myinfrabox.tistory.com/5 yum install wget wget [repo.mysql.com//mysql80-community-release-el7-3.noarch.rpm](https://repo.mysql.com//mysql80-community-r.. 2021. 1. 25. 이전 1 다음