[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Info-xnee] about cnee output?
From: |
Henrik Sandklef |
Subject: |
Re: [Info-xnee] about cnee output? |
Date: |
Mon, 14 Apr 2008 19:13:22 +0200 |
User-agent: |
Thunderbird 2.0.0.12 (X11/20080227) |
sridhar skrev:
> hi..friend,
> im sorry to ask repeatedly the silly things about cnee,
> iam a novice, just please help me,
> my requirement is to analyze the events to and from xserver,
> * as cnee is recording events, in the output till now iam not
> exactly knowing what each value represent, does it stores about the window
> id, on which a particular event has occurred, or is there any other tool to
> analyze.
> ----------------------
> the following is the output fragment of cnee
> using the following options
>
> cnee -o output1.xnr --record --device-event-range 2-6
> --delivered-event-range 7-31 --request-range 1-119 --verbose
> ##### my question what each value represents
> there are seven values in each line, what 1 stands for, 54 stands for...and
> the others too..
> does it stores window ids too....
uh oh, it's clearly me who's not reading the manual. Sorry!!!!
Looking at the sources at:
libxnee/src/print.c
at the function:
xnee_record_print_request
you can see what's printed
> ****************
> 1,54,54,2,54540671,1304748143
so, let's do this together:
1 is type, in this case: request
54 what request, in this case: 54
54 the length (think size)
54540671 request id
1304748143 server time
> 1,59,59,5,54540651,1304748143
> 1,53,53,4,54540674,1304748143
> 1,55,55,5,54540675,1304748143
> 1,72,72,19,54540674,1304748143
and so forth
Thanks for requesting an answer, instead of my rtfm. You found a bug.
It's now fixed in CVS (HEAD).
> ******************
>
>
>
> ------------------------------------------------------------------------
>
> _______________________________________________
> Info-xnee mailing list
> address@hidden
> http://lists.gnu.org/mailman/listinfo/info-xnee