The tool does active polling every minute, instead of getting notified when a change occurs. This wastes CPU in the guest, and causes the toolstack to have information with delays, which slows down investigations and impairs the ability to understand the system.
E.g. on Linux systems, netlink should be used to get notified of changes in interfaces and IP addresses.
The tool does active polling every minute, instead of getting notified when a change occurs. This wastes CPU in the guest, and causes the toolstack to have information with delays, which slows down investigations and impairs the ability to understand the system.
E.g. on Linux systems, netlink should be used to get notified of changes in interfaces and IP addresses.