Remove c
article thumbnail

Enhanced root cause analysis using events

Dynatrace

Who performed it? The build system sends an automated notification to Dynatrace just before initiating a deployment on this VM. The build system adds valuable information, such as: The approver of this deployment and their contact details. Create a new VM for this exercise and install a Dynatrace OneAgent.

DevOps 178
article thumbnail

How to Assess MySQL Performance

HammerDB

Predicting application performance is a difficult art, but an important one when choosing the target deployment environment. In this blog, we aim to call out some key considerations when trying to assess MySQL performance for your application. We will not concern ourselves with the raw throughput of workload.

Insiders

Sign Up for our Newsletter

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Trending Sources

article thumbnail

Missing Library: A pg_upgrade History

Percona

While working as a DBA, we perform many regular tasks, and one of them is upgrading our database systems. There are some techniques to perform a PostgreSQL database upgrade, such as data dump and import, logical replication, or in-site upgrade using pg_upgrade. If all is good, perform the upgrade removing the –check flag.

C++ 83
article thumbnail

Basis Path Testing in Software Testing

Testlodge

Steps to Performing Basis Path Testing The first step is to create a control flow graph for a specified code section. When there are multiple options for a decision, each decision outcome should be exercised before moving on to the next decision. Let’s say we want to perform basis path testing on a basic block of code.

Testing 75
article thumbnail

HammerDB: Using MySQL 5.7 vs 8.0 to understand performance profiles

HammerDB

One of the most important concepts in analysing database performance is that of understanding scalability. When a system ‘scales’ it is able to deliver higher levels of performance proportional to the system resources available to it. In this example, we will compare MySQL 5.7.33 and MySQL 8.0.25

article thumbnail

The Magic of PITR, pg_upgrade, and Logical Replication When Used Together for PostgreSQL Version Upgrades

Percona

The scenario Service considerations In this exercise, we wanted to perform a major version upgrade from PostgreSQL v12.16 The 1-2-3 Steps Per the title of this post, the next is the list of steps to perform the PITR, then pg_upgrade to v15.4, Start the new instance to perform the PITR with LSN Start the new PostgreSQL instance.

article thumbnail

BPF Theremin, Tetris, and Typewriters

Brendan Gregg

For my AWS re:Invent talk on BPF Performance Analysis at Netflix, I began with a demo of "BPF superpowers" (aka eBPF). Embedded C. # # Tone generation from: [link] # # 29-Apr-2019 Brendan Gregg Created this. My [BPF Performance Tools] book has plenty of examples. strength: -46 strength: -46 strength: -45 strength: -45 [.]

C++ 52