public inbox for systemtap@sourceware.org
 help / color / mirror / Atom feed
* [Bug runtime/2514] New: Sequence had xxx drops.
@ 2006-04-05 14:31 guanglei at cn dot ibm dot com
  2006-04-05 15:15 ` [Bug runtime/2514] " fche at redhat dot com
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: guanglei at cn dot ibm dot com @ 2006-04-05 14:31 UTC (permalink / raw)
  To: systemtap

In the early overhead testing stage of LKET, we only use syscall event hook to
trace the execution of some benchmark tools, and we found at the end of testing,
SystemTap will give a report of "Sequence had xxx drops". But the drops of
sequence is only several hunderds.

But as we begin to use more than one event hooks to trace the benchmark tools,
the number of dropped sequence increase greatly, e.g, the testing of dbench shows:
...
Sequence had 8667222 drops.
total hooks triggered is 11087355

Such a big drop number is unbearable, and it will even cause the final trace
data useless at all.

One reason I guess is that in such a heavy loaded system, the probe handlers are
triggered in a very high freq and generates too much data to be handled by
relayfs. The speed of putting into relayfs transport layer is much faster than
the speed that those data are retrieved away from relayfs from user space.

So are there any ways of fixing this? It is a problem for the trace tool like
LKET which will generate a very large trace data file.

-- 
           Summary: Sequence had xxx drops.
           Product: systemtap
           Version: unspecified
            Status: NEW
          Severity: normal
          Priority: P2
         Component: runtime
        AssignedTo: systemtap at sources dot redhat dot com
        ReportedBy: guanglei at cn dot ibm dot com


http://sourceware.org/bugzilla/show_bug.cgi?id=2514

------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

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

end of thread, other threads:[~2007-05-08 19:06 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-04-05 14:31 [Bug runtime/2514] New: Sequence had xxx drops guanglei at cn dot ibm dot com
2006-04-05 15:15 ` [Bug runtime/2514] " fche at redhat dot com
2006-04-05 15:23 ` guanglei at cn dot ibm dot com
2006-04-05 16:19 ` zanussi at us dot ibm dot com
2006-04-06 19:48 ` [Bug runtime/2514] New: " Martin Hunt
2006-04-06 19:49 ` [Bug runtime/2514] " hunt at redhat dot com
2007-03-16 16:00 ` fche at redhat dot com
2007-05-08 19:06 ` fche at redhat dot com

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).