# taskintrospection **Repository Path**: mirrors_netflix/taskintrospection ## Basic Information - **Project Name**: taskintrospection - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-10-28 - **Last Updated**: 2025-09-27 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Task Introspection Task introspection is a kernel module that's meant to act as an alternative to /proc/pid/status. Parsing /proc/pid/status can be difficult. So far, it only provides a limited subset of the fields in /proc/pid/status. # Installation The only supported platform is Ubuntu Bionic running a 5.10+ kernel. ``` curl -s https://packagecloud.io/install/repositories/netflix/titus/script.deb.sh | sudo bash apt-get install -y taskintrospection ```