About 283,000 results
Open links in new tab
  1. php - How does an application performance monitoring tool like New ...

    Closed 5 years ago. How does an application performance monitoring tool like New Relic RPM work? How can it figure out all that information about your application? If someone was to build something …

  2. Tools to monitor PHP usage from the terminal - Stack Overflow

    Oct 3, 2022 · Are there any tools that allow me to monitor the performance of an application in php: Visits, how much ram or cpu a visitor consumes, how much network speed, etc. In real time from …

  3. Server performance metric tools for LAMP - Stack Overflow

    Sep 16, 2008 · Any suggestions for tools to monitor page load times/errors and other performance metrics for a PHP application? I am aware of the FireBug and YSlow tools, but this is for more server …

  4. Azure portal Web Service PHP Monitoring - Stack Overflow

    Jan 11, 2023 · I wrote a simple Application in HTML with a form. I submit the form into a PHP file and insert the data into a database. I created an App Service on Azure Portal + MySQL database It took …

  5. How to integrate Laravel app with Azure Monitor Logs

    Jun 27, 2021 · I have Laravel application runs on an azure VM and I would like to send app logs to Azure Monitoring Logs instead of use the traditional log file. I have checked this documentation …

  6. Simplest way to profile a PHP script - Stack Overflow

    An extension to PHP called Xdebug is available to assist in profiling PHP applications, as well as runtime debugging. When running the profiler, the output is written to a file in a binary format called …

  7. How to trace code execution in PHP? - Stack Overflow

    Sep 18, 2015 · You can use a PHP extension called : XHProf, developed by Facebook. It is capable of reporting function-level call counts and inclusive and exclusive wall time, CPU time and memory usage.

  8. Php application - monitoring endpoint usage by users

    Jul 24, 2024 · I have a php application based on Php and Fat-Free Framework (also use mysql, influxDb, vue js in frontend). I would like to be able to check which endpoints are used and by which …

  9. What's the best way to monitor your REST API? [closed]

    Feb 27, 2015 · Good API-specific monitoring tools will understand OAuth, mutual authentication with client certificates, token authentication, etc. Hopefully this gives you a sense of why API monitoring is …

  10. php - Laravel - Better Error Tracking - Stack Overflow

    Oct 18, 2014 · After we have develop the web application using Laravel, we need tool for better tracking and monitoring for any possible bug & error occur. Is there any nice ...