Categories
Web

PHP Cron Push Monitoring

I run a cron job every 5 minutes to execute background processes. Once they have successfully completed, I execute the following PHP function to verify their success and measure the execution time. If the execution fails, it sends me a push notification indicating that the push/heartbeat was not received within the expected timeframe. I monitor the push timeframes on statuscake.com.

Categories
Web

Loadtest Tools

There are many tools available, but not all are for the same purpose. I will collect here what I tend to use and build know-how on.

Categories
Web

SuperBenchmarker for Loadtest

SuperBenchmarker is similar to Apache Benchmark (ab.exe). It will display both ongoing real-time updates as well as a final result in HTML and on the command line. It can be easily installed with Chocolatey.

With the ability to parameterize SuperBenchmarker, it’s a quick and simple way to run a test right from your machine.

Categories
Web

Notepad++ links nicht klickbar

Ich bevorzuge Links die nicht klickbar sind. Daher schalte ich diese Option immer aus im Notepad++.

Categories
Web

XAMPP add PDO MSSQL extension

https://www.apachefriends.org/de/index.html

XAMPP ist eine kostenlose Entwicklungsumgebung mit Apache und PHP. Direkt nach der Installation ist MSSQL nicht unterstützt. Die PDO Erweiterung kann aber einfach hinzugefügt werden.