
Track the memory usage of workers and Laravel queues and display them in Filament Admin Dashboard
The Filament Memory Tracker is an innovative tool designed to help developers monitor the memory usage of their workers effortlessly. Ideal for applications using the Filament framework, this package can be installed with ease and provides valuable metrics that assist in optimizing resource utilization. The latest stable version promises improved performance tracking, making it an essential resource for developers facing memory management challenges.
With an intuitive interface and automatic updates, the Memory Tracker enhances workflow efficiency. It is particularly beneficial for those utilizing Laravel queues or custom workers, offering precise tracking capabilities that can lead to better application performance and reduced overhead costs.
Memory Usage Tracking: Monitors and displays the memory usage of workers in real time, helping you identify performance bottlenecks.
Automatic Widget Refresh: The dashboard widget updates every 5 seconds to provide the most current information without needing a manual refresh.
Custom Configuration: Users can define cache stores and select specific trackers, allowing personalized monitoring tailored to their application needs.
Track Restarts: Easily track worker restart dates and associated memory usage, utilizing built-in features designed for efficient monitoring of application stability.
Laravel Queue Integration: Seamlessly integrates with Laravel Queue events, making it easier to keep tabs on memory usage during queued jobs.
Historical Data Access: Fetch historical memory usage data, enabling users to analyze trends over time for better decision-making.
Memory Peak Metrics: Get insights into peak memory usage, which can be critical for identifying memory leaks or inefficient resource usage.
Data Purging Capabilities: Clean up memory usage data with various purge methods, providing control over which data to retain or discard.

Laravel is a powerful and elegant PHP framework that provides developers with a comprehensive set of tools and features to build robust web applications. It follows the Model-View-Controller (MVC) architectural pattern, offering a clean and organized structure for writing efficient and maintainable code.
SCSS is a preprocessor scripting language that extends the capabilities of CSS by adding features such as variables, nesting, and mixins. It allows developers to write more efficient and maintainable CSS code, and helps to streamline the development process by reducing repetition and increasing reusability.
PostCSS is a popular open-source tool that enables web developers to transform CSS styles with JavaScript plugins. It allows for efficient processing of CSS styles, from applying vendor prefixes to improving browser compatibility, ultimately resulting in cleaner, faster, and more maintainable code.