fpbaum Posted October 19, 2007 Share Posted October 19, 2007 Hey all, I'm looking for suggestions on how to monitor general server performance but more specifically php script performance. I'm running linux with php 4.3.9 and mssql. The website is occasionally sluggish, the problem being the 'occasionally'. I can't easily reproduce or pinpoint the problem, so I'm looking for tools to monitor script execution times, mssql connection/response times, etc. I know I can use tools like analog to monitor usage, sql management studio or ADOdb to monitor queries, but I need to tie this together with script execution. I'm looking for a dashboard-ish tool, but I figure you all may have loads of other approaches. I figure I can just add monitoring code into suspect scripts but I'm curious what else might be out there since I haven't found much yet. Quote Link to comment https://forums.phpfreaks.com/topic/73986-php-sql-performance-monitor/ Share on other sites More sharing options...
cooldude832 Posted October 19, 2007 Share Posted October 19, 2007 You can't really do that because php uploads from memory (most stuff) on completion of execution. Maybe you can post parts of your code and then we can see your problem Quote Link to comment https://forums.phpfreaks.com/topic/73986-php-sql-performance-monitor/#findComment-373452 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.