X-Git-Url: http://git.annexia.org/?p=virt-mem.git;a=blobdiff_plain;f=virt-mem.pod;h=2b36d0e283dfc0394f8927d7dcc6f5cfaa20c86a;hp=cbfd0bba4d978177a5c6740f7199a437e69174f1;hb=6a9ef09747fe85ca7f69c3c9e08c1372db62b90e;hpb=b70c967911e197b74d6d7ad98e3df9240d82572f diff --git a/virt-mem.pod b/virt-mem.pod index cbfd0bb..2b36d0e 100644 --- a/virt-mem.pod +++ b/virt-mem.pod @@ -4,6 +4,8 @@ virt-uname - system information for virtual machines virt-dmesg - print kernel messages for virtual machines +virt-ps - list processes for virtual machines + virt-mem - tool with additional information output =head1 SUMMARY @@ -12,10 +14,14 @@ virt-uname [-options] [domains...] virt-dmesg [-options] [domains...] +virt-ps [-options] [domains...] + virt-mem uname [...] virt-mem dmesg [...] +virt-mem ps [...] + virt-mem [-options] =head1 DESCRIPTION @@ -97,7 +103,7 @@ Display version and exit. =item B<-E auto|littleendian|bigendian> -=item B<-T auto|i386|x86-64|I
> +=item B<-T auto|i386|x86-64|I
|I> =item B<-W auto|32|64> @@ -115,11 +121,14 @@ so on. I<-E littleendian> is the endianness used on Intel i386, x86-64 and (usually) IA64. I<-E bigendian> is the endianness used on many RISC chips such as SPARC and PowerPC. -Text address (I<-T>) sets the base address of the kernel image. I<-T -i386> means to try some common addresses for i386-based kernels. I<-T -x86-64> means to try some common addresses for x86-64-based kernels. -I<-T I
> sets the address specifically (I<0x> prefix is used -to specify hex addresses). +Text address (I<-T>) sets the base address and optionally min and max +addresses of the kernel image. I<-T i386> means to try some common +addresses for i386-based kernels. I<-T x86-64> means to try some +common addresses for x86-64-based kernels. + +I<-T address> sets the kernel base address specifically (I<0x> prefix +is used to specify hex addresses). I<-T address,min,max> sets the +kernel base address, minimum address and maximum address. Word size (I<-W>) sets the word size, 32 or 64 bits.