Technology

March 15, 2021

Monitoring

Die Überwachung ist für Unternehmen essentiell, um sicherzustellen, dass ein notwendiges System in Betrieb ist. Die Überwachung verschiedener Aspekte Ihrer IT-Infrastruktur-Einrichtung kann eine Menge Ärger verursachen, […]
November 5, 2019

WRK the HTTP benchmarking tool – Advanced Example

wrk is the HTTP benchmarking tool which combined with Lua scripts can be the bazooka in your benchmarking arsenal. This article shows an advanced example of […]
January 25, 2018

SSH Tunnel – Local and Remote Port Forwarding Explained With Examples

There are two ways to create an SSH tunnel, local and remote port forwarding (there’s also dynamic forwarding, but we won’t cover that here). The best […]
January 21, 2018

MPI vs OpenMP

MPI and OpenMP have  its own advantages and limitations.OpenMP is relatively easy to implement and involves few pragma directives to achieve desired tasks. OpenMP may be […]