저는 Debian 11 mini를 실행하고 있는데 rsyslogd & systemd-journal
CPU 사용량이 100%에 도달하는 것을 관찰하고 있습니다. 이유가 무엇입니까? 어떻게 멈추나요?
1599 root 20 0 54128 24832 2396 S 109.2 5.3 1:06.98 rsyslogd
935 root 20 0 29108 5872 5200 R 42.9 1.3 0:26.99 systemd-journal
어떤 도움이라도 대단히 감사하겠습니다!
답변1
@Artem S. Tashkinov 덕분에 명령을 시도 journalctf -f
하고 다음 로그를 관찰했습니다.
[ 107.041208] export_store: status -16
[ 108.441202] export_store: status -16
[ 108.741202] export_store: status -16
[ 110.314120] gpio-1023 (sysfs): gpiod_request: status -16
[ 110.412046] gpio-1023 (sysfs): gpiod_request: status -16
[ 110.412052] export_store: status -16
[ 112.694120] export_store: status -16
[ 125.412004] gpio-1023 (sysfs): gpiod_request: status -16
[ 125.412011] export_store: status -16
[ 125.934120] gpio-1023 (sysfs): gpiod_request: status -16
[ 126.441204] export_store: status -16
[ 133.141201] gpio-1023 (sysfs): gpiod_request: status -16
[ 133.141208] export_store: status -16
[ 133.241204] gpio-1023 (sysfs): gpiod_request: status -16
[ 133.412015] gpio-1023 (sysfs): gpiod_request: status -16
[ 133.412022] export_store: status -16
[ 138.704120] export_store: status -16
[ 139.341207] gpio-1023 (sysfs): gpiod_request: status -16
[ 139.741203] gpio-1023 (sysfs): gpiod_request: status -16
[ 144.412047] gpio-1023 (sysfs): gpiod_request: status -16
[ 144.412054] export_store: status -16
[ 145.341205] gpio-1023 (sysfs): gpiod_request: status -16
[ 146.412061] gpio-1023 (sysfs): gpiod_request: status -16
[ 146.412068] export_store: status -16
[ 148.154120] export_store: status -16
[ 148.412030] gpio-1023 (sysfs): gpiod_request: status -16
[ 148.412037] export_store: status -16
[ 150.534120] gpio-1023 (sysfs): gpiod_request: status -16
[ 152.412049] gpio-1023 (sysfs): gpiod_request: status -16
[ 152.412055] export_store: status -16
[ 152.464120] gpio-1023 (sysfs): gpiod_request: status -16
여기서 문제는 GPIO 1023에 있다는 것을 알게 되었습니다.
이제 비활성화했고 이제는 괜찮습니다.