I ended up writing my own command line tool to get around this. Depending on your particular needs, it might work for you. Instead of filling a buffer and writing it to disk over and over, I allocate a buffer as large as I need, fill it, stop sampling, and write it to disk. There is no point where it's depends on disk speed unless the buffer won't fit in RAM.
-Marc
No comments:
Post a Comment