Skip to content

Monitoring px‐repack

Jennings Zhang edited this page Jul 16, 2023 · 1 revision

Having many px-repack processes can be problematic, especially on Kubernetes + CRI-O where a PID limit may be enforced.

Files open by px-repack can be read by this command:

ps -C px-repack -o pid= \
  | xargs -I _ sh -c "readlink /proc/_/fd/*" \
  | grep -F /home/dicom
Clone this wiki locally