google / perfetto

Performance instrumentation and tracing for Android, Linux and Chrome (read-only mirror of https://android.googlesource.com/platform/external/perfetto/)
https://www.perfetto.dev
Apache License 2.0
2.81k stars 350 forks source link

request feature to show diskIO graph just similar to bootchart #674

Open wjj1928 opened 9 months ago

wjj1928 commented 9 months ago

In bootchart graph, we can see diskIO graph like below: image

I would expect perfetto provide similar feature.

If any sql command can do the same, please help share how we can do it.

rollysys commented 9 months ago

We have tried to add I/O chart by custom data source. But the result is not good engoth cause the sample rate can't be stable...

LalitMaganti commented 9 months ago

We don't have any built-in support for Disk IO because it's never been a focus for us.

Patches for adding support for this are welcome but we don't have any plans to add something ourselves.