So the system I'm working on (BusyBox) has a ps that takes no command line arguments and pidof returns nothing even though it exists within /sbin and points to killall5.
Another issue I had is that top takes no -H, but you can hit h (not H) in top to view the individual threads.
Any tips on how I can generate a list of all PID's under a given process name?