Remove c
article thumbnail

Enhanced root cause analysis using events

Dynatrace

Who performed it? Create a new VM for this exercise and install a Dynatrace OneAgent. Run the stress tool, ensuring the -c parameter matches the number of vCPUs on the VM to fully stress the VM, as follows: # Run stress to max out CPU. stress -c 10 -t 5m. But what’s often missing is the “human” element.

DevOps 183
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++ 81
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

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.

article thumbnail

Deprecated features to take out of your toolbox – Part 3

SQL Performance

t2 ( id bigint IDENTITY PRIMARY KEY , msg ntext ) ; Now, let's try to perform online operations on the tables: ALTER TABLE dbo. An online operation cannot be performed for index 'PK__t2__3213E83FEEA1E0AD' because the index contains column 'msg' of data type text, ntext, image or FILESTREAM. name , [ Column ] = c.

C++ 58
article thumbnail

Supercharging saga development

Particular Software

Saga analyzers Sagas have a powerful API, but it’s limited by the confines of C#. You can create a class that is a lousy saga but is still perfectly valid C# code. So the newest version of our testing framework now includes tools to perform saga scenario testing , which are more expressive than testing sagas with standard unit tests.

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
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. usr/bin/python # # iwlstrength.py

C++ 52