Skip to main content

Monitor or Log Script Execution Time?

Comments

2 comments

  • LucasRolff
    What CSF does, is simply looking at the ps tree, or most likely the proc mount point to get the time processes has been running, from /proc, you'll be able to get quite a bit of information about what executable is being used as well as which command line is called (sometimes), this can also include the actual PHP script that is called.
    0
  • cPanelLauren
    cPanel has nothing natively that does this but there's a wealth of information on stackexchange on this subject as well as some tools at github others have written such as: flaviovs/timeit
    0

Please sign in to leave a comment.