资 源 简 介
We create this project to setup serveral process monitor tools which is used in Xen domain 0 to monitor process information and activities inside Xen virtual machine.
This project includes three sub-project now.
# Project Introduction #
## xen-ps ##
Just like ps command inside unix system.
A ps command used in Xen Dom0 to show the process information of DomU. This command lists all processes running inside Xen Guest OS. Will support all options of ps command.
xen-lsof
Just like lsof command inside unix system.
This command lists information of all opened file descriptors in a running process.
xen-monitor
Used to live monitor virtual machine process dynamically.
Current plan is design a system to monitor the file related access activities of a process. Monitor daemon reads a program profile and check the process file access of this program in real time.
Status Update