Hello, I allow customers to use different PHP as they want but as administrator it is hard to track running processes from console.
Example
#ps auxfww
.....
testas 477679 0.0 0.0 718496 56372 ? Ss 13:39 0:00 lsphp
testas 477769 0.0 0.0 549632 42624 ? Ss 13:39 0:00 lsphp
I see two lsphp process are active but I need to lsof them to know which PHP it is.
Is is possible to make lsphp process to show full path ?
example /opt/alt/php81/usr/bin/lsphp instead of lsphp
Thank you
Example
#ps auxfww
.....
testas 477679 0.0 0.0 718496 56372 ? Ss 13:39 0:00 lsphp
testas 477769 0.0 0.0 549632 42624 ? Ss 13:39 0:00 lsphp
I see two lsphp process are active but I need to lsof them to know which PHP it is.
Is is possible to make lsphp process to show full path ?
example /opt/alt/php81/usr/bin/lsphp instead of lsphp
Thank you
Comment