# pstree **Repository Path**: talent518/pstree ## Basic Information - **Project Name**: pstree - **Description**: Generate the relationship between process execution. - **Primary Language**: C - **License**: GPL-2.0 - **Default Branch**: main - **Homepage**: https://github.com/talent518/pstree.git - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2026-03-20 - **Last Updated**: 2026-03-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # pstree Generate the relationship between process execution. ### compile ```sh make ``` ### install ```sh make install ``` ### usage 1 ```sh LD_PRELOAD=$PWD/libpstree.so command [argument...] ``` ### usage 2 ```sh libpstree command [argument...] ``` ### syslog ```sh sudo tail -f /var/log/syslog ``` ### test ```sh make test ``` ### debug ```sh CFLAGS=-DUSE_GDEBUG make clean test ```