What does “Lost $N events. Lost $N chunks. – Check IO/CPU overload!” mean?
#716
Answered
by
GitMensch
roke-julian-lockhart
asked this question in
Q&A
Replies: 1 comment 4 replies
|
This is a recording only issue, also output by perf in the text outputs and TUI. It means perf wanted to record the event but was not able to finish that before the next event came in and buffers were full; you can recheck if you really need the high amount of frequency for the recording (if you do it via Hotspot that is in the "advanced" part of the recording window) and if it is a multi-PID recording (system- or user-wide) check if you need the recording from all of those. ... or record on a faster disk / a physical separate one from the one that the recorded program(s) work on. |
4 replies
Answer selected by
roke-julian-lockhart
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

This is a recording only issue, also output by perf in the text outputs and TUI.
It means perf wanted to record the event but was not able to finish that before the next event came in and buffers were full; you can recheck if you really need the high amount of frequency for the recording (if you do it via Hotspot that is in the "advanced" part of the recording window) and if it is a multi-PID recording (system- or user-wide) check if you need the recording from all of those.
... or record on a faster disk / a physical separate one from the one that the recorded program(s) work on.