search for: syn1

Displaying 1 result from an estimated 1 matches for "syn1".

Did you mean: syn
2006 Aug 21
2
rsync freezes when copying several million files
...nd doesn't use much CPU time: PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND 23311 root 5 -17 685m 440m 488 D 0.0 86.0 2:05.94 rsync 23310 root 0 -17 578m 608 608 S 0.0 0.1 8:41.55 rsync So I made a strace, and rsync wasn't doing much: [root@syn1 kernel]# strace -p 23311 Process 23311 attached - interrupt to quit (ctrl + C after one minute) Process 23311 detached [root@syn1 kernel]# strace -p 23310 Process 23310 attached - interrupt to quit select(6, [5], [], NULL, {4, 800000}) = 0 (Timeout) select(6, [5], [], NULL, {60, 0}) = 0...