Displaying 2 results from an estimated 2 matches for "440m".
Did you mean:
  440
  
2010 May 07
1
Problem of "Playing 'pbx-transfer'"
...7%sy,  0.0%ni, 98.5%id,  0.0%wa,  0.1%hi,  0.3%si,
0.0%st
Mem:   4147888k total,  3986540k used,   161348k free,    76852k buffers
Swap:  2031608k total,       56k used,  2031552k free,  3170396k cached
  PID USER      PR  NI  VIRT  RES  SHR S %CPU %MEM    TIME+  COMMAND
23160 root      15   0  440m 415m 5688 S  4.3 10.3 398:13.93 asterisk
Our disk space condition is below:
Filesystem            Size  Used Avail Use% Mounted on
/dev/mapper/VolGroup00-LogVol00
                      901G  245G  610G  29% /
/dev/sda1              99M   18M   77M  19% /boot
tmpfs                 2.0G     0  2.0...
2006 Aug 21
2
rsync freezes when copying several million files
...fers/cache:     513980      10480
Swap:      1534072    1100884     433188
But still, there is a lot of swap left.
I can see that rsync is in "D" state, and 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@syn...