Hi, kann mir einer erklaeren warum das xbmc immer ca. 20 % cpulast hat, obwohl da gar nichts laueft ?
Mach ich folgendens, ist das phenomen fuer 10 min weg, kommt aber wieder.
root@server:/home/michel => strace -p $(pidof xbmc.bin)
Code
Process 14704 attached - interrupt to quit
restart_syscall(<... resuming interrupted call ...>) = 1
ioctl(22, 0xc0104652, 0x7fffa9b03390) = 0
read(16, 0x7fffa9b023d0, 4112) = -1 EAGAIN (Resource temporarily unavailable)
read(15, 0x7f43d042b000, 4096) = -1 EAGAIN (Resource temporarily unavailable)
read(12, 0x13e2ce4, 4096) = -1 EAGAIN (Resource temporarily unavailable)
select(13, [12], NULL, NULL, {0, 0}) = 0 (Timeout)
time(NULL) = 1265657018
time(NULL) = 1265657018
time(NULL) = 1265657018
time(NULL) = 1265657018
time(NULL) = 1265657018
time(NULL) = 1265657018
time(NULL) = 1265657018
time(NULL) = 1265657018
time(NULL) = 1265657018
time(NULL) = 1265657018
time(NULL) = 1265657018
time(NULL) = 1265657018
time(NULL) = 1265657018
time(NULL) = 1265657018
time(NULL) = 1265657018
time(NULL) = 1265657018
time(NULL) = 1265657018
time(NULL) = 1265657018
time(NULL) = 1265657018
time(NULL) = 1265657018
time(NULL) = 1265657018
time(NULL) = 1265657018
time(NULL) = 1265657018
getpid() = 14704
getpid() = 14704
poll([{fd=22, events=POLLIN|POLLPRI}], 1, 1000) = 1 ([{fd=22, revents=POLLIN|POLLPRI}])
ioctl(22, 0xc0104652, 0x7fffa9b03390) = 0
read(16, 0x7fffa9b023d0, 4112) = -1 EAGAIN (Resource temporarily unavailable)
read(15, 0x7f43d042b000, 4096) = -1 EAGAIN (Resource temporarily unavailable)
read(12, 0x13e2ce4, 4096) = -1 EAGAIN (Resource temporarily unavailable)
select(13, [12], NULL, NULL, {0, 0}) = 0 (Timeout)
Display More