Hacker News new | past | comments | ask | show | jobs | submit login

It uses Reverie under the hood, which itself relies on ptrace (at least for the current, sole implementation).

> Since ptrace adds significant overhead when the guest has a syscall-heavy workload, Reverie will add similarly-significant overhead. The slowdown depends on how many syscalls are being performed and are intercepted by the tool.

> The primary way you can improve performance with the current implementation is to implement the subscriptions callback, specifying a minimal set of syscalls that are actually required by your tool.

https://github.com/facebookexperimental/reverie




Tangent: running old OSes (with no virtio support) under QEMU on Linux has the peculiar property that I/O-heavy portions such as installation can run faster under TCG (JIT) than under KVM (hardware virtualization), presumably due to all the trapping. It’s a toss-up when those also include CPU-heavy parts (decompression).




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: