A lightweight Linux command-line utility written in C that inspects running processes through the /proc filesystem.
Instead of running multiple ps -ef commands and manually exploring /proc, simply run TraceIt, enter the process name, and inspect it instantly.
- Linux
- GCC
- GNU Make
- readline
Arch Linux:
sudo pacman -S gcc make readlineUbuntu/Debian:
sudo apt install build-essential libreadline-devClone the repository:
git clone https://github.com/tracebyte8/traceit.git
cd traceitBuild the project:
makeRun directly from the project directory:
make runor
./traceitThis project is released under the MIT License.
Made with ❤️ using C
