HackerTrans
TopNewTrendsCommentsPastAskShowJobs

laixintao

no profile record

Submissions

Cerebras prices IPO at $185 per share to raise $5.55B

reuters.com
9 points·by laixintao·2 miesiące temu·3 comments

A Collection of Kubernetes Failure Stories

k8s.af
2 points·by laixintao·2 lata temu·1 comments

comments

laixintao
·6 miesięcy temu·discuss
Yes, at least they should test the glibc case.
laixintao
·2 lata temu·discuss
> Anyone have ideas for a better format?

Hi, how about flamegraph? I always want to display the file hierarchy in flamegraph like format.

- previous discussion: https://x.com/laixintao/status/1744012609983295816

- my work display flamegraph in terminal: https://github.com/laixintao/flameshow
laixintao
·3 lata temu·discuss
Yes, for now I didn't find any standard format of samples dump.

I already figure out how to integrate with golang's pprof, seems I need to work with other perf tools as well.

I am thinking about adding a flag like `--input-format=pprof` for different outputs.
laixintao
·3 lata temu·discuss
Go pprof for now.

Let me check those tools, thank you very much!

I support if FlameGraph can render those, other tools should be able to interpret the dump as well.
laixintao
·3 lata temu·discuss
For now, golang only.

But I am working on other supports.

Is there any common format for flamegraph (stacks), or should I do the work for all tools and languages?