1 / 5

Virtual Machine Manager: Efficient Process Management Tool

The Virtual Machine Manager is a powerful tool that efficiently manages processes, virtual machines, and user applications. It generates PID for processes, launches virtual machines, maintains descriptors in data structures, and more. It serves as an interface between processes and the manager, providing an API for process handling. This tool offers features like setting I/O and pipes for spawned child processes and cleaning up terminated processes.

demont
Télécharger la présentation

Virtual Machine Manager: Efficient Process Management Tool

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Správce virtuálních strojů NataliaRubinova Martin Sloup Jiří Kučera

  2. Části aplikace • Manažer virtuálních strojů (procesů) • Virtuální stroj • Konzole (terminálové okno) • Shell + parser • Uživatelské aplikace • cat, sort, ls, ps…

  3. Manažer virtuálních strojů • Neběží ve vlastním vlákně • Vytváří deskriptory a virtuální stroje • Generuje PID procesů • Uchovává deskriptory v datových strukturách • Spouští virtuální stroje • Ruší deskriptory skončených procesů • Vypíná virtuální OS

  4. Virtuální stroj • Simuluje běžící proces pomocí vláken • Rozhraní mezi procesem a manažerem • Poskytuje API procesu • Vstup, výstup, spouštění procesů… • Nastavuje I/O a roury spouštěných potomků • „Úklid“ ukončených procesů

  5. Schéma struktur

More Related