Hi I want to know is there any way to know the DomU machine processes from the Dom0 machine ?? Like in OpenVZ i can use the "vzctl exec 110 ps -aux" command to know all the processes. If any tools available to do so ?? Regards Maddie _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
George Shuklin
2010-Aug-23 09:12 UTC
Re: [Xen-users] [SPAM] How to Know DomU resources from Dom0
Nope. You can even run some kind of PV system, wich one have no conception of ''process'' or even ''file''. This is pure virtualization, not an additionary layer of users ID like openvz. Kernel in guest system have full access to itself. Here simplest possible PV kernel for Xen. #include <xen.h> void start_kernel (start_info_t ∗ si ){ while (1) ; } Where is your processes now? В Пнд, 23/08/2010 в 07:37 +0000, mukul пишет:> Hi > > I want to know is there any way to know the DomU machine processes > from > > the Dom0 machine ?? > > Like in OpenVZ i can use the "vzctl exec 110 ps -aux" > > command to know all the processes. > > If any tools available to do so ?? > > Regards > > Maddie > > _______________________________________________ > Xen-users mailing list > Xen-users@lists.xensource.com > http://lists.xensource.com/xen-users_______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users