Plotting the memory of a PHP process with Gnuplot 📈

This page summarizes the projects mentioned and recommended in the original post on dev.to

InfluxDB – Built for High-Performance Time Series Workloads
InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  1. php-meminfo

    PHP extension to get insight about memory usage

    I learned a lot in the process, but also noticed the nice memory graphs in the video and figured it would be hard to troubleshoot anything if I didn't have them. When using php extensions such as Benoît's or Arnaud Le Blanc's to take a snapshot of the memory, it's great to think about the most appropriate moment to take that snapshot in order to capture the memory leak you might be hunting. Sure, you can use Monolog's MemoryUsageProcessor to that end, but I thought it would be more useful to get something a bit more ✨visual✨.

  2. InfluxDB

    InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.

    InfluxDB logo
  3. php-memory-profiler

    Memory profiler for PHP. Helps finding memory leaks in PHP scripts.

    I learned a lot in the process, but also noticed the nice memory graphs in the video and figured it would be hard to troubleshoot anything if I didn't have them. When using php extensions such as Benoît's or Arnaud Le Blanc's to take a snapshot of the memory, it's great to think about the most appropriate moment to take that snapshot in order to capture the memory leak you might be hunting. Sure, you can use Monolog's MemoryUsageProcessor to that end, but I thought it would be more useful to get something a bit more ✨visual✨.

  4. feh

    a fast and light image viewer

    What would be handy would be a graph that refreshes over time. For that, you will need 2 tiny programs: watch and feh.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Code. Bash arguments: last and all previous

    2 projects | dev.to | 19 Jan 2025
  • Xee Viewer alternative for M2/Ventura

    1 project | /r/macapps | 3 Feb 2023
  • The X11 Conservancy Project

    2 projects | news.ycombinator.com | 25 Dec 2022
  • Is there a way to disable texture filtering on thumbnails in Nautilus? It would make it easier to see pixel art.

    1 project | /r/gnome | 13 Oct 2022
  • { Opening an image on terminal }

    3 projects | /r/termux | 26 Jun 2022

Did you know that C is
the 6th most popular programming language
based on number of references?