<div dir="ltr">Thanks Jed. This looks interesting.</div><div class="gmail_extra"><br><br><div class="gmail_quote">On Thu, Jan 30, 2014 at 2:45 PM, Jed Brown <span dir="ltr"><<a href="mailto:jed@jedbrown.org" target="_blank">jed@jedbrown.org</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="HOEnZb"><div class="h5">Mohammad Mirzadeh <<a href="mailto:mirzadeh@gmail.com">mirzadeh@gmail.com</a>> writes:<br>


<br>
> Hi guys,<br>
><br>
> I'd like to be able to post-process the values reported by -log_summary. Is<br>
> there any programmatic way to extract the data and save it manually to a<br>
> file?<br>
><br>
> If not, is there any parser that go over stdout dump and extract the info?<br>
<br>
</div></div>I made a somewhat specialized parser and plotter here<br>
<br>
  <a href="https://github.com/jedbrown/petscplot" target="_blank">https://github.com/jedbrown/petscplot</a><br>
<br>
Unfortunately, I never turned it into a library or easily-reusable tool.<br>
These plots were for convergence performance with grid sequencing.<br>
<br>
<a href="https://github.com/jedbrown/petscplot/wiki/PETSc-Plot" target="_blank">https://github.com/jedbrown/petscplot/wiki/PETSc-Plot</a><br>
<br>
<br>
The parser is robust and easy to modify for whatever grammar you have<br>
(depending on what you're logging).<br>
</blockquote></div><br></div>