저는 Linux Fedora 23을 사용하고 있으며 최근에 gnome-shell
프로세스에서 지속적으로 하나의 CPU를 100 % 사용 하는 것으로 나타났습니다 (보고있는 htop
응용 프로그램이 실행되지 않음). gnome-shell
(배경 로고 비활성화, 모니터 재정렬)의 버그에 대한 해결 방법을 다루는 힌트가 있지만 도움이되지는 않습니다.
나는 달리려고 노력했다
perf top
다음 기호에서 가장 많은 작업을보고합니다.
22.55% [kernel] [k] acpi_ns_search_one_scope
11.41% [kernel] [k] acpi_ex_system_memory_space_h
5.27% [kernel] [k] _raw_spin_lock_irqsave
5.23% [kernel] [k] _raw_write_unlock_irqrestore
3.52% [kernel] [k] acpi_ut_update_object_referen
...
그런 다음 gnome-shell
프로세스 를 자세히 살펴 보았습니다.
perf record -g -p PID
perf report -g
그러나 출력은 쓸모없는 것 같습니다.
Children Self Command Shared Object Symbol
- 29.08% 0.00% gnome-shell [unknown] [.] 000000000
- 0
+ 55.88% 0
+ 8.25% 0x85a81
+ 6.87% 0x2
+ 5.94% 0x4
+ 4.60% 0x889fc
3.32% 0x656c6261
+ 2.39% 0x8feab
2.23% 0x88467
+ 1.26% 0x190800002800
+ 1.24% 0xffad7fa800100008
1.23% 0xc82ca96051913c58
1.20% 0x5602c82afa00
+ 1.18% 0x1
1.16% 0x89e84
1.10% 0x5602c7c68830
1.08% 0x5602c900736e
+ 1.08% 0x7ffe4bfd1001
- 21.48% 0.00% gnome-shell [kernel.kallsyms] [k] entry_SYS
- entry_SYSCALL_64_fastpath
+ 43.62% __GI___ioctl
+ 18.92% 0xf6fdd
+ 12.90% __GI___libc_open
+ 5.21% 0xfb4d
+ 3.92% __GI___libc_recvmsg
+ 2.89% _IO_file_read
+ 2.75% __socket
+ 2.74% __GI___libc_read
+ 1.41% __GI___mmap64
+ 1.39% __GI___libc_recvmsg
1.30% 0x103b73
+ 0.77% __GI___writev
0.74% __statfs
+ 0.74% _IO_file_open
0.71% __GI___munmap
+ 9.37% 0.00% gnome-shell libc-2.22.so [.] __GI___io
+ 9.37% 0.00% gnome-shell [kernel.kallsyms] [k] sys_ioctl
시스템에서 무슨 일이 일어나고 있는지 검사하기 위해 내가 할 수있는 일이 있습니까?
커널 4.3.3-300.fc23.x86_64를 실행하는 Fedora를 사용하는 Intel Iris 540이 설치된 Skylake i5 6260u에 있습니다.