I remember posting about various types of the process viewer in the Linux. And the utility type of the software is that it is useful for system monitoring. You can definitely make use of the process viewer for your own various usage in projects.
You can install procs to learn about process in the terminal. You can install it using the snap if you want.
You can check out the github of procs.
You can use the following command for installing the snap.
sudo snap install procs
and then when you want to make use of the procs in the terminal.
procs
This should create the output that looks something like below screenshot.
As you can see that the process viewer like this is pretty handy. And the clarity of data definitely makes you use the utility as well. This is pretty handy tool and you can use it as required. I found it pretty useful for my use case and its a good great tool.
Have you tried the procs process viewer in Linux?