When a pipeline process is swapping, it will performance worse than ordinarily expected. We should expose means for operators to discover when a process is swapping.
I propose a Prometheus metric for the amount of swap in use. In Linux, this can be obtained via Status::vm_swap in /proc/self/status.
I don't know how to find out on Mac.
When a pipeline process is swapping, it will performance worse than ordinarily expected. We should expose means for operators to discover when a process is swapping.
I propose a Prometheus metric for the amount of swap in use. In Linux, this can be obtained via Status::vm_swap in
/proc/self/status.I don't know how to find out on Mac.