All of lore.kernel.org
 help / color / mirror / Atom feed
* Log Messages ....
@ 2015-12-02 13:49 kumara rathnavel
  2015-12-02 14:04 ` George Dunlap
  0 siblings, 1 reply; 8+ messages in thread
From: kumara rathnavel @ 2015-12-02 13:49 UTC (permalink / raw)
  To: xen-devel


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

Hello All,

I require logs of the Hypercalls made from Guest to the Hypervisor after
the boot, as xl dmesg provides me with the log messages during the
initialisation.

This would be a very great help!

Thanks in advance !!

Thanking you,
Kumar

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

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

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
http://lists.xen.org/xen-devel

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

* Re: Log Messages ....
  2015-12-02 13:49 Log Messages kumara rathnavel
@ 2015-12-02 14:04 ` George Dunlap
  2015-12-02 16:48   ` kumara rathnavel
  0 siblings, 1 reply; 8+ messages in thread
From: George Dunlap @ 2015-12-02 14:04 UTC (permalink / raw)
  To: kumara rathnavel; +Cc: xen-devel@lists.xen.org

On Wed, Dec 2, 2015 at 1:49 PM, kumara rathnavel <kumara.bsd@gmail.com> wrote:
> Hello All,
>
> I require logs of the Hypercalls made from Guest to the Hypervisor after the
> boot, as xl dmesg provides me with the log messages during the
> initialisation.

One thing you could look at is xentrace and xenalyze.  You can find a
brief introduction here:

https://blog.xenproject.org/2012/09/27/tracing-with-xentrace-and-xenalyze/

You can enable Xen tracing on the Xen command-line using the
"tbuf_size" and "tevt_mask" parameters described here:

http://xenbits.xenproject.org/docs/unstable/misc/xen-command-line.html

 -George

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

* Re: Log Messages ....
  2015-12-02 14:04 ` George Dunlap
@ 2015-12-02 16:48   ` kumara rathnavel
  2015-12-02 16:55     ` George Dunlap
  0 siblings, 1 reply; 8+ messages in thread
From: kumara rathnavel @ 2015-12-02 16:48 UTC (permalink / raw)
  To: xen-devel; +Cc: George.Dunlap


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

Hello George,

Thanks a lot. One more question if  I connect serial port will I be able to
see what is happening in xen....without using xen trace ....
On 2 Dec 2015 19:34, "George Dunlap" <George.Dunlap@eu.citrix.com> wrote:

> On Wed, Dec 2, 2015 at 1:49 PM, kumara rathnavel <kumara.bsd@gmail.com>
> wrote:
> > Hello All,
> >
> > I require logs of the Hypercalls made from Guest to the Hypervisor after
> the
> > boot, as xl dmesg provides me with the log messages during the
> > initialisation.
>
> One thing you could look at is xentrace and xenalyze.  You can find a
> brief introduction here:
>
> https://blog.xenproject.org/2012/09/27/tracing-with-xentrace-and-xenalyze/
>
> You can enable Xen tracing on the Xen command-line using the
> "tbuf_size" and "tevt_mask" parameters described here:
>
> http://xenbits.xenproject.org/docs/unstable/misc/xen-command-line.html
>
>  -George
>

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

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

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
http://lists.xen.org/xen-devel

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

* Re: Log Messages ....
  2015-12-02 16:48   ` kumara rathnavel
@ 2015-12-02 16:55     ` George Dunlap
  2015-12-03  4:52       ` kumara rathnavel
  0 siblings, 1 reply; 8+ messages in thread
From: George Dunlap @ 2015-12-02 16:55 UTC (permalink / raw)
  To: kumara rathnavel, xen-devel; +Cc: George.Dunlap

On 02/12/15 16:48, kumara rathnavel wrote:
> Hello George,
> 
> Thanks a lot. One more question if  I connect serial port will I be able to
> see what is happening in xen....without using xen trace ....

Please don't top-post. :-)

If you set up a serial console you'll be able to get the same output as
"xl dmesg".

Here's a guide for serial consoles in Xen in case you need it:

http://wiki.xenproject.org/wiki/Xen_Serial_Console

 -George

> On 2 Dec 2015 19:34, "George Dunlap" <George.Dunlap@eu.citrix.com> wrote:
> 
>> On Wed, Dec 2, 2015 at 1:49 PM, kumara rathnavel <kumara.bsd@gmail.com>
>> wrote:
>>> Hello All,
>>>
>>> I require logs of the Hypercalls made from Guest to the Hypervisor after
>> the
>>> boot, as xl dmesg provides me with the log messages during the
>>> initialisation.
>>
>> One thing you could look at is xentrace and xenalyze.  You can find a
>> brief introduction here:
>>
>> https://blog.xenproject.org/2012/09/27/tracing-with-xentrace-and-xenalyze/
>>
>> You can enable Xen tracing on the Xen command-line using the
>> "tbuf_size" and "tevt_mask" parameters described here:
>>
>> http://xenbits.xenproject.org/docs/unstable/misc/xen-command-line.html
>>
>>  -George
>>
> 

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

* Re: Log Messages ....
  2015-12-02 16:55     ` George Dunlap
@ 2015-12-03  4:52       ` kumara rathnavel
  2015-12-03  5:47         ` kumara rathnavel
  0 siblings, 1 reply; 8+ messages in thread
From: kumara rathnavel @ 2015-12-03  4:52 UTC (permalink / raw)
  To: xen-devel; +Cc: George Dunlap


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

Thanks a lot George!!!....Hope XENTRACE will help me!!!

On 2 December 2015 at 22:25, George Dunlap <george.dunlap@citrix.com> wrote:

> On 02/12/15 16:48, kumara rathnavel wrote:
> > Hello George,
> >
> > Thanks a lot. One more question if  I connect serial port will I be able
> to
> > see what is happening in xen....without using xen trace ....
>
> Please don't top-post. :-)
>
> If you set up a serial console you'll be able to get the same output as
> "xl dmesg".
>
> Here's a guide for serial consoles in Xen in case you need it:
>
> http://wiki.xenproject.org/wiki/Xen_Serial_Console
>
>  -George
>
> > On 2 Dec 2015 19:34, "George Dunlap" <George.Dunlap@eu.citrix.com>
> wrote:
> >
> >> On Wed, Dec 2, 2015 at 1:49 PM, kumara rathnavel <kumara.bsd@gmail.com>
> >> wrote:
> >>> Hello All,
> >>>
> >>> I require logs of the Hypercalls made from Guest to the Hypervisor
> after
> >> the
> >>> boot, as xl dmesg provides me with the log messages during the
> >>> initialisation.
> >>
> >> One thing you could look at is xentrace and xenalyze.  You can find a
> >> brief introduction here:
> >>
> >>
> https://blog.xenproject.org/2012/09/27/tracing-with-xentrace-and-xenalyze/
> >>
> >> You can enable Xen tracing on the Xen command-line using the
> >> "tbuf_size" and "tevt_mask" parameters described here:
> >>
> >> http://xenbits.xenproject.org/docs/unstable/misc/xen-command-line.html
> >>
> >>  -George
> >>
> >
>
>

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

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

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
http://lists.xen.org/xen-devel

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

* Re: Log Messages ....
  2015-12-03  4:52       ` kumara rathnavel
@ 2015-12-03  5:47         ` kumara rathnavel
  2015-12-03  5:52           ` kumara rathnavel
  0 siblings, 1 reply; 8+ messages in thread
From: kumara rathnavel @ 2015-12-03  5:47 UTC (permalink / raw)
  To: xen-devel; +Cc: George Dunlap


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

Hello George,

Is there any way to enable xentrace......I am not able to get any
logs.......I am using xentrace_format to view the output ......

Thankyou,
Kumar

On 3 December 2015 at 10:22, kumara rathnavel <kumara.bsd@gmail.com> wrote:

> Thanks a lot George!!!....Hope XENTRACE will help me!!!
>
> On 2 December 2015 at 22:25, George Dunlap <george.dunlap@citrix.com>
> wrote:
>
>> On 02/12/15 16:48, kumara rathnavel wrote:
>> > Hello George,
>> >
>> > Thanks a lot. One more question if  I connect serial port will I be
>> able to
>> > see what is happening in xen....without using xen trace ....
>>
>> Please don't top-post. :-)
>>
>> If you set up a serial console you'll be able to get the same output as
>> "xl dmesg".
>>
>> Here's a guide for serial consoles in Xen in case you need it:
>>
>> http://wiki.xenproject.org/wiki/Xen_Serial_Console
>>
>>  -George
>>
>> > On 2 Dec 2015 19:34, "George Dunlap" <George.Dunlap@eu.citrix.com>
>> wrote:
>> >
>> >> On Wed, Dec 2, 2015 at 1:49 PM, kumara rathnavel <kumara.bsd@gmail.com
>> >
>> >> wrote:
>> >>> Hello All,
>> >>>
>> >>> I require logs of the Hypercalls made from Guest to the Hypervisor
>> after
>> >> the
>> >>> boot, as xl dmesg provides me with the log messages during the
>> >>> initialisation.
>> >>
>> >> One thing you could look at is xentrace and xenalyze.  You can find a
>> >> brief introduction here:
>> >>
>> >>
>> https://blog.xenproject.org/2012/09/27/tracing-with-xentrace-and-xenalyze/
>> >>
>> >> You can enable Xen tracing on the Xen command-line using the
>> >> "tbuf_size" and "tevt_mask" parameters described here:
>> >>
>> >> http://xenbits.xenproject.org/docs/unstable/misc/xen-command-line.html
>> >>
>> >>  -George
>> >>
>> >
>>
>>
>

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

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

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
http://lists.xen.org/xen-devel

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

* Re: Log Messages ....
  2015-12-03  5:47         ` kumara rathnavel
@ 2015-12-03  5:52           ` kumara rathnavel
  2015-12-03  9:50             ` kumara rathnavel
  0 siblings, 1 reply; 8+ messages in thread
From: kumara rathnavel @ 2015-12-03  5:52 UTC (permalink / raw)
  To: xen-devel; +Cc: George Dunlap


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

And it is from the Dom0 the logs of both DomUs and hypervisor are recorded
ryt? Correct me if I am wrong. My Dom0 is FreeBSD11

On 3 December 2015 at 11:17, kumara rathnavel <kumara.bsd@gmail.com> wrote:

> Hello George,
>
> Is there any way to enable xentrace......I am not able to get any
> logs.......I am using xentrace_format to view the output ......
>
> Thankyou,
> Kumar
>
> On 3 December 2015 at 10:22, kumara rathnavel <kumara.bsd@gmail.com>
> wrote:
>
>> Thanks a lot George!!!....Hope XENTRACE will help me!!!
>>
>> On 2 December 2015 at 22:25, George Dunlap <george.dunlap@citrix.com>
>> wrote:
>>
>>> On 02/12/15 16:48, kumara rathnavel wrote:
>>> > Hello George,
>>> >
>>> > Thanks a lot. One more question if  I connect serial port will I be
>>> able to
>>> > see what is happening in xen....without using xen trace ....
>>>
>>> Please don't top-post. :-)
>>>
>>> If you set up a serial console you'll be able to get the same output as
>>> "xl dmesg".
>>>
>>> Here's a guide for serial consoles in Xen in case you need it:
>>>
>>> http://wiki.xenproject.org/wiki/Xen_Serial_Console
>>>
>>>  -George
>>>
>>> > On 2 Dec 2015 19:34, "George Dunlap" <George.Dunlap@eu.citrix.com>
>>> wrote:
>>> >
>>> >> On Wed, Dec 2, 2015 at 1:49 PM, kumara rathnavel <
>>> kumara.bsd@gmail.com>
>>> >> wrote:
>>> >>> Hello All,
>>> >>>
>>> >>> I require logs of the Hypercalls made from Guest to the Hypervisor
>>> after
>>> >> the
>>> >>> boot, as xl dmesg provides me with the log messages during the
>>> >>> initialisation.
>>> >>
>>> >> One thing you could look at is xentrace and xenalyze.  You can find a
>>> >> brief introduction here:
>>> >>
>>> >>
>>> https://blog.xenproject.org/2012/09/27/tracing-with-xentrace-and-xenalyze/
>>> >>
>>> >> You can enable Xen tracing on the Xen command-line using the
>>> >> "tbuf_size" and "tevt_mask" parameters described here:
>>> >>
>>> >>
>>> http://xenbits.xenproject.org/docs/unstable/misc/xen-command-line.html
>>> >>
>>> >>  -George
>>> >>
>>> >
>>>
>>>
>>
>

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

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

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
http://lists.xen.org/xen-devel

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

* Re: Log Messages ....
  2015-12-03  5:52           ` kumara rathnavel
@ 2015-12-03  9:50             ` kumara rathnavel
  0 siblings, 0 replies; 8+ messages in thread
From: kumara rathnavel @ 2015-12-03  9:50 UTC (permalink / raw)
  To: xen-devel; +Cc: George Dunlap


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

Hello George..

I just tried using the xentrace tool that you had asked me. Here is the
detailed description.

I have FeeBSD11 as my Domain0. I have built my source code with debug mode
enabled. Iam able to see the 'xl dmesg'. I run xentrace command but when I
use xenalyze I am getting an error. I have attached the screenshots of what
is happening when xentrace command is run in one window and xenalyze in
other window.

Thank you,
Kumar.

On 3 December 2015 at 11:22, kumara rathnavel <kumara.bsd@gmail.com> wrote:

> And it is from the Dom0 the logs of both DomUs and hypervisor are recorded
> ryt? Correct me if I am wrong. My Dom0 is FreeBSD11
>
> On 3 December 2015 at 11:17, kumara rathnavel <kumara.bsd@gmail.com>
> wrote:
>
>> Hello George,
>>
>> Is there any way to enable xentrace......I am not able to get any
>> logs.......I am using xentrace_format to view the output ......
>>
>> Thankyou,
>> Kumar
>>
>> On 3 December 2015 at 10:22, kumara rathnavel <kumara.bsd@gmail.com>
>> wrote:
>>
>>> Thanks a lot George!!!....Hope XENTRACE will help me!!!
>>>
>>> On 2 December 2015 at 22:25, George Dunlap <george.dunlap@citrix.com>
>>> wrote:
>>>
>>>> On 02/12/15 16:48, kumara rathnavel wrote:
>>>> > Hello George,
>>>> >
>>>> > Thanks a lot. One more question if  I connect serial port will I be
>>>> able to
>>>> > see what is happening in xen....without using xen trace ....
>>>>
>>>> Please don't top-post. :-)
>>>>
>>>> If you set up a serial console you'll be able to get the same output as
>>>> "xl dmesg".
>>>>
>>>> Here's a guide for serial consoles in Xen in case you need it:
>>>>
>>>> http://wiki.xenproject.org/wiki/Xen_Serial_Console
>>>>
>>>>  -George
>>>>
>>>> > On 2 Dec 2015 19:34, "George Dunlap" <George.Dunlap@eu.citrix.com>
>>>> wrote:
>>>> >
>>>> >> On Wed, Dec 2, 2015 at 1:49 PM, kumara rathnavel <
>>>> kumara.bsd@gmail.com>
>>>> >> wrote:
>>>> >>> Hello All,
>>>> >>>
>>>> >>> I require logs of the Hypercalls made from Guest to the Hypervisor
>>>> after
>>>> >> the
>>>> >>> boot, as xl dmesg provides me with the log messages during the
>>>> >>> initialisation.
>>>> >>
>>>> >> One thing you could look at is xentrace and xenalyze.  You can find a
>>>> >> brief introduction here:
>>>> >>
>>>> >>
>>>> https://blog.xenproject.org/2012/09/27/tracing-with-xentrace-and-xenalyze/
>>>> >>
>>>> >> You can enable Xen tracing on the Xen command-line using the
>>>> >> "tbuf_size" and "tevt_mask" parameters described here:
>>>> >>
>>>> >>
>>>> http://xenbits.xenproject.org/docs/unstable/misc/xen-command-line.html
>>>> >>
>>>> >>  -George
>>>> >>
>>>> >
>>>>
>>>>
>>>
>>
>

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

[-- Attachment #2: cmd_screenshot.jpg --]
[-- Type: image/jpeg, Size: 203015 bytes --]

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

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
http://lists.xen.org/xen-devel

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

end of thread, other threads:[~2015-12-03  9:50 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-12-02 13:49 Log Messages kumara rathnavel
2015-12-02 14:04 ` George Dunlap
2015-12-02 16:48   ` kumara rathnavel
2015-12-02 16:55     ` George Dunlap
2015-12-03  4:52       ` kumara rathnavel
2015-12-03  5:47         ` kumara rathnavel
2015-12-03  5:52           ` kumara rathnavel
2015-12-03  9:50             ` kumara rathnavel

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.