You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Yes definitely, and it would be easy to add in the current ebpf script, the issue we have is reporting, there are 60+ exit reasons IIRC and I don't think we want one column for each (either on the console or the CSV).
For the CSV I think we could maybe dump a dict-like structure in a field: {HLT: 1; NMI: 42, ...} do you have another idea ?
And on the console, I just don't know :-)
Prometheus will be fine because the exit reason can be a label so it won't show up unless it's used, the console is my biggest concern.
The other tools that present exit reasons live on the console (kvm_stat, perf kvm) usually only work with a filter for specific VMs or show the sum from all the VMs.
But I am fine with starting with the CSV/prometheus only and just the total on the console.
particularly interested in capturing the number of times the exit reason is stated as
EXCEPTION_OR_NMI
? 👼any interest in this?
The text was updated successfully, but these errors were encountered: