Mixpanel Community Icon

Using Mixpanel to Plot Latency Distribution Percentiles

·
·

Can mixpanel plot statistical data, e.g latency distribution? I want to report an Event with a property e.g pageLoaded: 415 (where 415 means 415 milliseconds). If I do so, and collect these Events from a number of Users (from the frontend of a website), can I produce a plot with p50/p95/p99 percentiles?

  • Avatar of Ryan C.
    Ryan C.
    ·
    ·

    I believe you can accomplish this using an an aggregation and selecting specific percentiles. You would need to create separate metrics for each percentile you are interested in.

  • Avatar of Kirill G.
    Kirill G.
    ·
    ·

    oh nice, exactly what I was looking for! Thanks