On Mon, Jan 25, 2016 at 03:24:06PM -0500, Preston Moore wrote:
> Hey everyone,
> 
> First off, sorry if this is not the proper venue for this sort of question. 
> Is there a way to instruct strace to output the entire structure for 
> *stat[64] calls? For example, in the following line:
> 
> fstat64(3, {st_mode=S_IFREG|0644, st_size=82956, ...}) = 0
> 
> st_mode and st_size are printed but the rest of the fields in the return stat 
> structure are omitted with a “…” being printed instead.

strace output is abbreviated by default, you can change this using
-e abbrev=set option, or just using -v option which effectively does
the same as -e abbrev=none.

For details see strace(1) manpage.


-- 
ldv

Attachment: pgpNb2zz8F0A7.pgp
Description: PGP signature

------------------------------------------------------------------------------
Site24x7 APM Insight: Get Deep Visibility into Application Performance
APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month
Monitor end-to-end web transactions and take corrective actions now
Troubleshoot faster and improve end-user experience. Signup Now!
http://pubads.g.doubleclick.net/gampad/clk?id=267308311&iu=/4140
_______________________________________________
Strace-devel mailing list
Strace-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/strace-devel

Reply via email to