public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
* Question about KVM-test
@ 2007-10-30  9:22 Alexey Eremenko
       [not found] ` <64F9B87B6B770947A9F8391472E032160C95C582-yEcIvxbTEBqsx+V+t5oei8rau4O3wl8o3fe8/T/H7NteoWH0uzbU5w@public.gmane.org>
  0 siblings, 1 reply; 6+ messages in thread
From: Alexey Eremenko @ 2007-10-30  9:22 UTC (permalink / raw)
  To: kvm-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f


[-- Attachment #1.1: Type: text/plain, Size: 96 bytes --]


It seems nice !

But is there any documentation ? I don't know how-to start it.

-Alexey

[-- Attachment #1.2: Type: text/html, Size: 480 bytes --]

[-- Attachment #2: Type: text/plain, Size: 314 bytes --]

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/

[-- Attachment #3: Type: text/plain, Size: 186 bytes --]

_______________________________________________
kvm-devel mailing list
kvm-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org
https://lists.sourceforge.net/lists/listinfo/kvm-devel

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Question about KVM-test
       [not found] ` <64F9B87B6B770947A9F8391472E032160C95C582-yEcIvxbTEBqsx+V+t5oei8rau4O3wl8o3fe8/T/H7NteoWH0uzbU5w@public.gmane.org>
@ 2007-10-30 14:46   ` Ryan Harper
  2007-10-30 15:08     ` Alexey Eremenko
  2007-10-31  9:49   ` Anthony Liguori
  1 sibling, 1 reply; 6+ messages in thread
From: Ryan Harper @ 2007-10-30 14:46 UTC (permalink / raw)
  To: Alexey Eremenko; +Cc: kvm-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f

* Alexey Eremenko <alexey.eremenko-atKUWr5tajBWk0Htik3J/w@public.gmane.org> [2007-10-30 04:26]:
> 
> It seems nice !
> 
> But is there any documentation ? I don't know how-to start it.

Have you read the wiki page? 

http://kvm.qumranet.com/kvmwiki/KVMTest

basically, you want to use kvm-test-record where you would normally use
qemu.  So, if you launch your guest with:

qemu -hda /dev/hda1 -boot d -snapshot

You would run:

kvm-test-record -hda /dev/hda1 -boot d -snapshot

In the screen that pops up, there is a menu item ("Barriers") where you
can make a barrier.  When you are done making barriers for this guest
run, you can replay the session using:

kvm-test-replay in the same directory where the vm.log and screenshots
were recorded.  kvm-test-replay will re-run qemu as you invoked it with
kvm-test-record and attempt to inject the same inputs at the recorded
time intervals and match the barriers if any exist.

-- 
Ryan Harper
Software Engineer; Linux Technology Center
IBM Corp., Austin, Tx
(512) 838-9253   T/L: 678-9253
ryanh-r/Jw6+rmf7HQT0dZR+AlfA@public.gmane.org

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Question about KVM-test
  2007-10-30 14:46   ` Ryan Harper
@ 2007-10-30 15:08     ` Alexey Eremenko
       [not found]       ` <64F9B87B6B770947A9F8391472E032160C95C585-yEcIvxbTEBqsx+V+t5oei8rau4O3wl8o3fe8/T/H7NteoWH0uzbU5w@public.gmane.org>
  0 siblings, 1 reply; 6+ messages in thread
From: Alexey Eremenko @ 2007-10-30 15:08 UTC (permalink / raw)
  To: Ryan Harper; +Cc: kvm-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f


[-- Attachment #1.1: Type: text/plain, Size: 1626 bytes --]




-----Original Message-----
From: Ryan Harper [mailto:ryanh-r/Jw6+rmf7HQT0dZR+AlfA@public.gmane.org]
Sent: Tue 10/30/2007 7:46 AM
To: Alexey Eremenko
Cc: kvm-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org
Subject: Re: [kvm-devel] Question about KVM-test
 
* Alexey Eremenko <alexey.eremenko-atKUWr5tajBWk0Htik3J/w@public.gmane.org> [2007-10-30 04:26]:
> 
> It seems nice !
> 
> But is there any documentation ? I don't know how-to start it.

Have you read the wiki page? 

http://kvm.qumranet.com/kvmwiki/KVMTest

basically, you want to use kvm-test-record where you would normally use
qemu.  So, if you launch your guest with:

qemu -hda /dev/hda1 -boot d -snapshot

You would run:

kvm-test-record -hda /dev/hda1 -boot d -snapshot

In the screen that pops up, there is a menu item ("Barriers") where you
can make a barrier.  When you are done making barriers for this guest
run, you can replay the session using:

kvm-test-replay in the same directory where the vm.log and screenshots
were recorded.  kvm-test-replay will re-run qemu as you invoked it with
kvm-test-record and attempt to inject the same inputs at the recorded
time intervals and match the barriers if any exist.

-- 
Ryan Harper
Software Engineer; Linux Technology Center
IBM Corp., Austin, Tx
(512) 838-9253   T/L: 678-9253
ryanh-r/Jw6+rmf7HQT0dZR+AlfA@public.gmane.org

==================================================

Thanks, but how do I download this ?!?: 
http://gtk-vnc.sourceforge.net/hg/aliguori.hg/file/5a5dcebe8d86

Is there .tar.gz around, or documentation about downloading it ?

[-- Attachment #1.2: Type: text/html, Size: 2452 bytes --]

[-- Attachment #2: Type: text/plain, Size: 314 bytes --]

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/

[-- Attachment #3: Type: text/plain, Size: 186 bytes --]

_______________________________________________
kvm-devel mailing list
kvm-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org
https://lists.sourceforge.net/lists/listinfo/kvm-devel

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Question about KVM-test
       [not found]       ` <64F9B87B6B770947A9F8391472E032160C95C585-yEcIvxbTEBqsx+V+t5oei8rau4O3wl8o3fe8/T/H7NteoWH0uzbU5w@public.gmane.org>
@ 2007-10-30 16:10         ` Ryan Harper
  0 siblings, 0 replies; 6+ messages in thread
From: Ryan Harper @ 2007-10-30 16:10 UTC (permalink / raw)
  To: Alexey Eremenko; +Cc: kvm-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f, Ryan Harper

* Alexey Eremenko <alexey.eremenko-atKUWr5tajBWk0Htik3J/w@public.gmane.org> [2007-10-30 10:11]:
> 
> 
> 
> -----Original Message-----
> From: Ryan Harper [mailto:ryanh-r/Jw6+rmf7HQT0dZR+AlfA@public.gmane.org]
> Sent: Tue 10/30/2007 7:46 AM
> To: Alexey Eremenko
> Cc: kvm-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org
> Subject: Re: [kvm-devel] Question about KVM-test
>  
> * Alexey Eremenko <alexey.eremenko-atKUWr5tajBWk0Htik3J/w@public.gmane.org> [2007-10-30 04:26]:
> > 
> > It seems nice !
> > 
> > But is there any documentation ? I don't know how-to start it.
> 
> Have you read the wiki page? 
> 
> http://kvm.qumranet.com/kvmwiki/KVMTest
> 
> basically, you want to use kvm-test-record where you would normally use
> qemu.  So, if you launch your guest with:
> 
> qemu -hda /dev/hda1 -boot d -snapshot
> 
> You would run:
> 
> kvm-test-record -hda /dev/hda1 -boot d -snapshot
> 
> In the screen that pops up, there is a menu item ("Barriers") where you
> can make a barrier.  When you are done making barriers for this guest
> run, you can replay the session using:
> 
> kvm-test-replay in the same directory where the vm.log and screenshots
> were recorded.  kvm-test-replay will re-run qemu as you invoked it with
> kvm-test-record and attempt to inject the same inputs at the recorded
> time intervals and match the barriers if any exist.
> 
> -- 
> Ryan Harper
> Software Engineer; Linux Technology Center
> IBM Corp., Austin, Tx
> (512) 838-9253   T/L: 678-9253
> ryanh-r/Jw6+rmf7HQT0dZR+AlfA@public.gmane.org
> 
> ==================================================
> 
> Thanks, but how do I download this ?!?: 
> http://gtk-vnc.sourceforge.net/hg/aliguori.hg/file/5a5dcebe8d86

hg clone http://gtk-vnc.sourceforge.net/hg/aliguori.hg

> 
> Is there .tar.gz around, or documentation about downloading it ?

-- 
Ryan Harper
Software Engineer; Linux Technology Center
IBM Corp., Austin, Tx
(512) 838-9253   T/L: 678-9253
ryanh-r/Jw6+rmf7HQT0dZR+AlfA@public.gmane.org

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Question about KVM-test
       [not found] ` <64F9B87B6B770947A9F8391472E032160C95C582-yEcIvxbTEBqsx+V+t5oei8rau4O3wl8o3fe8/T/H7NteoWH0uzbU5w@public.gmane.org>
  2007-10-30 14:46   ` Ryan Harper
@ 2007-10-31  9:49   ` Anthony Liguori
  2007-10-31 10:09     ` Alexey Eremenko
  1 sibling, 1 reply; 6+ messages in thread
From: Anthony Liguori @ 2007-10-31  9:49 UTC (permalink / raw)
  To: Alexey Eremenko; +Cc: kvm-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f

Alexey Eremenko wrote:
>
> It seems nice !
>
> But is there any documentation ? I don't know how-to start it.
>

http://kvm.qumranet.com/kvmwiki/KVMTest

Let me know if that's not sufficient to get you going.

Regards,

Anthony Liguori

>
> -Alexey
>
> ------------------------------------------------------------------------
>
> -------------------------------------------------------------------------
> This SF.net email is sponsored by: Splunk Inc.
> Still grepping through log files to find problems?  Stop.
> Now Search log events and configuration files using AJAX and a browser.
> Download your FREE copy of Splunk now >> http://get.splunk.com/
> ------------------------------------------------------------------------
>
> _______________________________________________
> kvm-devel mailing list
> kvm-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org
> https://lists.sourceforge.net/lists/listinfo/kvm-devel
>   


-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Question about KVM-test
  2007-10-31  9:49   ` Anthony Liguori
@ 2007-10-31 10:09     ` Alexey Eremenko
  0 siblings, 0 replies; 6+ messages in thread
From: Alexey Eremenko @ 2007-10-31 10:09 UTC (permalink / raw)
  To: Anthony Liguori; +Cc: kvm-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f


[-- Attachment #1.1: Type: text/plain, Size: 453 bytes --]


Hi Anthony,

>http://kvm.qumranet.com/kvmwiki/KVMTest

>Let me know if that's not sufficient to get you going.

I believe that it lacks documentation about:

1. downloading info lacking
(where to get the version system, and the format of repository - i.e. which packages need to be installed on mainstream distros to download the thing) 

2. first steps to get it going (maybe I will write that part, after I can run it myself)

-Alexey

[-- Attachment #1.2: Type: text/html, Size: 948 bytes --]

[-- Attachment #2: Type: text/plain, Size: 314 bytes --]

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/

[-- Attachment #3: Type: text/plain, Size: 186 bytes --]

_______________________________________________
kvm-devel mailing list
kvm-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org
https://lists.sourceforge.net/lists/listinfo/kvm-devel

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2007-10-31 10:09 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-10-30  9:22 Question about KVM-test Alexey Eremenko
     [not found] ` <64F9B87B6B770947A9F8391472E032160C95C582-yEcIvxbTEBqsx+V+t5oei8rau4O3wl8o3fe8/T/H7NteoWH0uzbU5w@public.gmane.org>
2007-10-30 14:46   ` Ryan Harper
2007-10-30 15:08     ` Alexey Eremenko
     [not found]       ` <64F9B87B6B770947A9F8391472E032160C95C585-yEcIvxbTEBqsx+V+t5oei8rau4O3wl8o3fe8/T/H7NteoWH0uzbU5w@public.gmane.org>
2007-10-30 16:10         ` Ryan Harper
2007-10-31  9:49   ` Anthony Liguori
2007-10-31 10:09     ` Alexey Eremenko

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox