Best of MonitoringOctober 2023

  1. 1
    Article
    Avatar of lnLaravel News·3y

    What we know so far

    Taylor is planning to release Laravel Pulse, a free and open-source system for health checking Laravel apps. More details will be announced in the future.

  2. 2
    Article
    Avatar of lambdatestLambdaTest·3y

    How to Take Screenshots in Python Using Selenium

    Python screenshots are valuable tools for software testing, documentation, and monitoring. They can be captured using libraries such as Selenium and Pillow. Benefits of screenshot testing with Python include easy implementation, versatility, integration with test automation, identifying UI issues, time and cost efficiency, better communication, A/B testing, and simplified debugging. To capture specific elements from a webpage, Selenium's WebDriver can be used. Automated screenshot capture can be achieved by using libraries like PyAutoGUI and PyGetWindow. Best practices for taking Python screenshots include organizing and storing screenshots, enhancing clarity through annotations and adjustments, optimizing image sizes, and automating the process using Python libraries and tools.

  3. 3
    Article
    Avatar of tigerdataTigerData (Creators of TimescaleDB)·3y

    How to Reduce Your PostgreSQL Database Size

    Explore strategies for reducing your PostgreSQL database size, including Timescale compression, monitoring dead tuples, running autovacuum, reclaiming unused pages, and deleting old data regularly.