Fabien,
Do you mean only display the data, not the headers and preambles? I
assume you''re looking for some way to exclude this from within DTrace.
But just to make sure the obvious solution isn''t missed...
dtrace -s script.d | awk ....
This is what UNIX lives for. :-)
Chip
Lafontaine wrote:> Hello !
> when I use tracemem to see the memory at a certain address and with a
certain size : tracemem( copyin ( addr , n) , n ); I get that for example:
>
> 0 1 2 3 4 5 6 7 8 9 a b c d e f 0123456789abcdef
> 0: b7 60 00 00 00 07 00 00 00 15 .`........
>
> Can I do something to just keep the values (b7 60 00 00 00 07 00 00 00 15)
?
> Thank you very much!
> Fabien.
> --
> This message posted from opensolaris.org
> _______________________________________________
> dtrace-discuss mailing list
> dtrace-discuss at opensolaris.org
>