티스토리 뷰

공부

[linux] cpu 사용량

승가비 2024. 2. 13. 13:41
728x90
[root@asdf ~]# top -bn1 | grep "Cpu(s)" | awk '{printf("CPU 사용률 : %.1f%%\n", 100 - $8)}'
CPU 사용률 : 100.0%
[root@asdf ~]# ps -ef | grep asdf
root      574374  571158  0 19:17 ?        00:00:01 node /usr/bin/pm2 start npm --name asdf -- run start
728x90

'공부' 카테고리의 다른 글

[thymeleaf] javascript  (0) 2024.02.13
[airflow] pendulum.timezone("Asia/Seoul").convert(logical_date)  (0) 2024.02.13
[MySQL] RENAME TABLE as_is TO to_be  (0) 2024.02.07
[MySQL] You can't specify target table  (0) 2024.02.07
[tree] -d  (0) 2024.02.04
댓글