|
Posted by Joseph Melnick on 09/28/11 11:19
Matt Wrote:
"matt" <guest@guest.com> wrote in message
news:86zue.140322$sy6.2777@lakeread04...
> Is there a way to see what php is currently running? "ps -ax" only shows
> that httpd is running, and no information about php. Can i see which php
> script is currently running and perhaps if there's multiple instances of
> it.
>
> Thanks,
>
Hello Matt,
Your webserver is most likely configured to log web activity and you could
log your own scripts activity to a file or a database.
You can log when your script(s) is/are invoked, with what request, referred
by who and how long it takes to execute.
Plus add further details such as what functions are being called with what
parameters and all activity with your database.
Joseph Melnick
JM Web Consultants
http://www.jphp.com/
Navigation:
[Reply to this message]
|