kcare-uchecker 是一个由 CloudLinux 开发,用来检测仍然链接到内存中的进程是否包含过时共享库的简单工具。该工具支持 CentOS、Red Hat、Oracle、Debian、Ubuntu 等众多开发商的 Linux 发行版。该项目是 kernelcare.com 的一部分 —— 为 Linux 内核以及 glibc 和 openssl 等共享库提供实时补丁解决方案。
使用方法:
$ curl -s -L https://kernelcare.com/uchecker | sudo python [*] Process httpd[15516] linked to the `libc-2.17.so` that is not up to date. You may want to update libraries above and restart corresponding processes. KernelCare+ allows to resolve such issues with no process downtime. To find out more, please, visit https://lp.kernelcare.com/kernelcare-early-access?
疑难解答:
为了获得更多粗略的输出,你可以从 ERROR、WARNING、INFO 和 DEBUG 中选择日志级别。例如:
$ curl -s -L https://kernelcare.com/uchecker | sudo LOGLEVEL=debug python