# kcare-uchecker **Repository Path**: jnulit/kcare-uchecker ## Basic Information - **Project Name**: kcare-uchecker - **Description**: kcare-uchecker 是一个由 CloudLinux 开发,用来检测仍然链接到内存中的进程是否包含过时共享库的简单工具 - **Primary Language**: Python - **License**: GPL-2.0 - **Default Branch**: master - **Homepage**: https://www.oschina.net/p/kcare-uchecker - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2021-06-18 - **Last Updated**: 2021-06-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # kcare-uchecker [![CircleCI](https://circleci.com/gh/cloudlinux/kcare-uchecker.svg?style=svg)](https://circleci.com/gh/cloudlinux/kcare-uchecker) A simple tool to detect outdated shared libraries still linked to processes in memory ## Usage Simple script run will looks like ``` bash $ 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? ``` ## Troubleshooting For more verbose output you can choose logging level from ERROR, WARNING, INFO and DEBUG. For example ``` bash $ curl -s -L https://kernelcare.com/uchecker | sudo LOGLEVEL=debug python ``` ## About The project is part of [kernelcare.com](https://kernelcare.com "KernelCare") - livepatching solution for linux kernels as well as shared libraries like glibc and openssl