vltrace icon indicating copy to clipboard operation
vltrace copied to clipboard

Very slow detaching

Open marcinslusarz opened this issue 7 years ago • 2 comments

For example "vltrace ls" take 24s to finish.

marcinslusarz avatar Jun 26 '17 13:06 marcinslusarz

Possible solutions:

  • fixing the underlying issue :)
  • multi-threaded detaching
  • daemon mode (one background process waiting on Unix socket and another one controlling it)

marcinslusarz avatar Jun 26 '17 13:06 marcinslusarz

Another idea is to use per syscall tracepoints - detaching from them should be faster than from kprobes.

marcinslusarz avatar Jun 29 '17 09:06 marcinslusarz