
10 May
2009
10 May
'09
4:17 p.m.
Mag Gam wrote:
Is the process sleeping or waiting?
strace -p 25984 Process 25984 attached - interrupt to quit restart_syscall(<... resuming interrupted call ...>) = 0 nanosleep({5, 0}, {5, 0}) = 0 nanosleep({5, 0}, {5, 0}) = 0 nanosleep({5, 0}, {5, 0}) = 0
Using that syntax I think you miss the forks/threads :) So you might up at what is happening at the server console. But there is a tool that gives MUCH better insight in what MonetDB is actually doing: stethoscope. Stefan