public inbox for systemtap@sourceware.org
 help / color / mirror / Atom feed
* [Bug server/14755] New: Feature Request: Have ability to send data over network in Flight recorder mode
@ 2012-10-22 23:56 bugzilla at smetj dot net
  2016-05-26 17:55 ` [Bug server/14755] " fche at redhat dot com
  0 siblings, 1 reply; 2+ messages in thread
From: bugzilla at smetj dot net @ 2012-10-22 23:56 UTC (permalink / raw)
  To: systemtap

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

             Bug #: 14755
           Summary: Feature Request: Have ability to send data over
                    network in Flight recorder mode
           Product: systemtap
           Version: unspecified
            Status: NEW
          Severity: normal
          Priority: P2
         Component: server
        AssignedTo: systemtap@sourceware.org
        ReportedBy: bugzilla@smetj.net
    Classification: Unclassified


Hi,

The motivation for being able to transmit data over network using a simple
network protocol is that it would make life easier to centralize 
a large amount of metrics from a large amount of hosts.
It's also not required to foresee any local disk space nor memory to store
data, which could be handy on vm environments with a higher guest density.
I would *personally* find UDP more than sufficient, it would also be less
intrusive or blocking for stap when the remote destination isn't available.

There's a performance gain when writing directly to a socket using proper
buffering compared to redirecting stdout to another process in order to send
stap output over network.  This small poc is in Python but should be relevant
nevertheless: https://gist.github.com/3935398

Besides that it's from an sysadmin point of view cleaner to have network
support built in?  One less dependency, native support, no wrapper scripts
required.

Thanks,

Jelle

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

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

* [Bug server/14755] Feature Request: Have ability to send data over network in Flight recorder mode
  2012-10-22 23:56 [Bug server/14755] New: Feature Request: Have ability to send data over network in Flight recorder mode bugzilla at smetj dot net
@ 2016-05-26 17:55 ` fche at redhat dot com
  0 siblings, 0 replies; 2+ messages in thread
From: fche at redhat dot com @ 2016-05-26 17:55 UTC (permalink / raw)
  To: systemtap

https://sourceware.org/bugzilla/show_bug.cgi?id=14755

Frank Ch. Eigler <fche at redhat dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |fche at redhat dot com
         Resolution|---                         |WONTFIX

--- Comment #1 from Frank Ch. Eigler <fche at redhat dot com> ---
a connection direct from kernel space is unlikely; we have "stap --remote ..."
now to transport traffic across ssh.  That is admittedly worse for performance
than UDP, but is simpler.

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

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

end of thread, other threads:[~2016-05-26 17:55 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-10-22 23:56 [Bug server/14755] New: Feature Request: Have ability to send data over network in Flight recorder mode bugzilla at smetj dot net
2016-05-26 17:55 ` [Bug server/14755] " 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).