Giter VIP home page Giter VIP logo

Comments (3)

sammerry avatar sammerry commented on July 18, 2024

nevermind, looks like TraceOutput contains Pid so simply calling .iter() on it should get what i need. Still having trouble joining multiple crossbeam_channels into one.
https://github.com/blaind/hstrace/blob/master/src/trace/hstrace_impl.rs#L78

Is there any chance that hstrace will support child processes in the future?
https://github.com/blaind/hstrace/blob/master/src/trace/hstrace_impl.rs#L200

from hstrace.

blaind avatar blaind commented on July 18, 2024

Hi! This repo was more of a PoC/WIP, so not being actively developed.

If I remember correctly, https://github.com/blaind/hstrace/blob/master/src/trace/hstrace_impl.rs#L200 comment was added for future performance improvements where each thread could be traced in separate thread.

Forks are already detected. Added an example, check out https://github.com/blaind/hstrace/blob/master/examples/05_trace_child.rs

Output (notice the increasing pid after clone):

TRACE: pid=16430, call=Swapoff vars=["/tmp/__nonexistant"] out=Some(Err(EPERM))
TRACE: pid=16430, call=Mmap vars=[NULL, 1052672, 3, 34, 4294967295, 0] out=Some(Ok(0x7f192ad57000))
TRACE: pid=16430, call=Clone vars=[] out=Some(Ok(16431))
TRACE: pid=16431, call=Readlink vars=["/tmp/link_src_child_1", 0x7f192ae56ef0, 256] out=Some(Err(ENOENT))
TRACE: pid=16431, call=Mmap vars=[NULL, 1052672, 3, 34, 4294967295, 0] out=Some(Ok(0x7f192ac56000))
TRACE: pid=16431, call=Clone vars=[] out=Some(Ok(16432))
TRACE: pid=16432, call=Readlink vars=["/tmp/link_src_child_2", NULL, 256] out=Some(Err(ENOENT))
TRACE: pid=16431, call=Wait4 vars=[https://git.io/Jv49L] out=None
TRACE: pid=16431, call=Munmap vars=[0x7f192ac56000, 1052672] out=Some(Ok(0))
TRACE: pid=16430, call=Wait4 vars=[https://git.io/Jv49L] out=None
TRACE: pid=16430, call=Munmap vars=[0x7f192ad57000, 1052672] out=Some(Ok(0))
TRACE: pid=16430, call=ExitGroup vars=[0] out=None
TRACE: pid=16432, call=Exit vars=[https://git.io/Jv49L] out=None
TRACE: pid=16431, call=Exit vars=[https://git.io/Jv49L] out=None

from hstrace.

sammerry avatar sammerry commented on July 18, 2024

Thanks! that example helps a lot.

I don't have a lot of time at the moment, but really like the premise of the project and would like to help move it out of PoC if you have a list of missing features of things that need work.

from hstrace.

Related Issues (6)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.