perf-prof
Linux performance profiling, tracing, and latency diagnosis
All Skills in This Repository (1)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow to install perf-prof?โผ
Run `npx skills add OpenCloudOS/perf-prof --all -g -y` in your terminal to install all skills in this suite globally.
How to find the cause of high CPU usage on Linux?โผ
Use the profile profiler to sample CPU usage with call graphs, then generate a flame graph to instantly see which functions consume the most cycles.
How to detect memory leaks in the Linux kernel?โผ
The kmemleak profiler tracks allocation and free events with stack traces, pinpointing exactly where memory is allocated but never released.
Can perf-prof diagnose slow disk I/O and latency spikes?โผ
Yes. The blktrace profiler tracks the full I/O request lifecycle, while multi-trace and rundelay analyze scheduling and event latency step by step.
Does perf-prof work on older Linux kernels?โผ
Yes. It only requires perf_event support and runs safely in user space, making it compatible with older kernels and suitable for long-term production monitoring.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core