1

I've tried with htop and strace, but I can't recognize which files the instruction came from. The only thing that htop shows me is php-cgi -c /var/etc/php.ini.

ChrisGPT was on strike
  • 127,765
  • 105
  • 273
  • 257
Delayer
  • 409
  • 1
  • 5
  • 17

1 Answers1

0

I suggest to get the PID of the php process from htop and then use

ps -p <pid> -o %cpu,%mem,cmd
Simonluca Landi
  • 931
  • 8
  • 21