Jump to content

Virtual machine introspection

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by TonyBallioni (talk | contribs) at 17:11, 16 September 2017 (TonyBallioni moved page Virtual machine introspection to Draft:Virtual machine introspection without leaving a redirect: Undersourced, incubate in draftspace (via script)). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

Template:New unreviewed article

Virtual machine introspection (VMI) is a technique for externally monitoring the runtime state of a system-level virtual machine.[1]

VMI tools are typically located outside the virtual machine (e.g., in the virtual machine monitor[2]) and act by tracking the events (interrupts, memory writes, and so on) or sending the requests to the virtual machine. Virtual machine monitor usually provides low-level information like raw bytes of the memory. Converting this low-level view into something meaningful for the user is known as the semantic gap problem.

References