2

what are my methods of finding out what scripts on my server (LAMP (centos))?

I've found mod_log_slow but it was last updated 2009. Is it worth trying?

thanks

1 Answers1

0

use php time() function

set some time log before and after of script and echo the time difference

so can easily find out

wattostudios
  • 8,666
  • 13
  • 43
  • 57
Adarsh Raj
  • 291
  • 1
  • 7
  • 1
    this isn't pratical as i have 100s and 100s of scripts, librarys etc on this server. i want something i can set up on apaches end to monitor everything –  Oct 30 '12 at 15:21