Brandon Irwin Posted November 1, 2023 Share Posted November 1, 2023 I have the need for a continuous gather recording. What's the best way to get this stream to a computer, on the network? I was thinking of writing a C program to read from the gather circular buffer, then passing that to a circular buffer in the C program (I would like more buffer time that the memory available to gather can accommodate), in chunks, then sending chunks from there to the host computer, via TCP/IP. If the client on host computer isn't connected, then they just get dropped. Is this a sane approach? Is there an "easy" way that I'm not aware of? Quote Link to comment Share on other sites More sharing options...
Alex Anikstein Posted November 2, 2023 Share Posted November 2, 2023 There is! I'm attaching an app note. In short, if you issue the "gather" command at the Linux prompt, it will effectively tap into the data being gathered and stream it to your terminal. If you'd prefer, you could even map the host computer as a network drive on your PMAC and then directly write to a file on it. Advanced Data Gathering on Power PMAC.pdf 2 1 Quote Link to comment Share on other sites More sharing options...
Brandon Irwin Posted November 11, 2023 Author Share Posted November 11, 2023 Great! This is exactly what I was looking for. Thanks Alex! Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.