X-Git-Url: http://git.annexia.org/?p=virt-mem.git;a=blobdiff_plain;f=virt-mem.pod;h=1eec316c76dfa2f0f8839b9807b307ecb480b216;hp=cbfd0bba4d978177a5c6740f7199a437e69174f1;hb=2e1de51e35bea53ebece1a6fd6d6970534f4cbe9;hpb=b70c967911e197b74d6d7ad98e3df9240d82572f;ds=sidebyside diff --git a/virt-mem.pod b/virt-mem.pod index cbfd0bb..1eec316 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 @@ -80,6 +86,10 @@ report a bug. Display usage summary. +=item B<--list-kernels> + +List which guest kernel versions are known/supported, then exit. + =item B<-t memoryimage> Post-mortem analysis mode. @@ -97,7 +107,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 +125,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.