article thumbnail

Dynatrace deployment on Windows is now even more secure!

Dynatrace

The certificates for the signatures of all Dynatrace-provided binaries and installations for Microsoft Windows systems were previously based on RSA 2048 keys. These changes should be totally transparent for Dynatrace end users who have updated Windows systems.

article thumbnail

Poor Disk Performance

Brendan Gregg

It may be due to queueing, especially from file systems that send a batch of writes. 66-generic (lgud-bgregg) 12/16/2020 _x86_64_ (8 CPU) avg-cpu: %user %nice %system %iowait %steal %idle 7.70 avg-cpu: %user %nice %system %iowait %steal %idle 7.90 avg-cpu: %user %nice %system %iowait %steal %idle 7.70 Linux 4.15.0-66-generic

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

Tune Linux Kernel Parameters For PostgreSQL Optimization

Percona

For optimum performance, a PostgreSQL database depends on the operating system parameters being defined correctly. PostgreSQL uses System V (SysV) that requires SHMMAX setting. So now it requires fewer bytes of System V shared memory. DETAIL: Failed system call was shmget(key=1, size=2072576, 03600). Until version 9.2,

Tuning 53
article thumbnail

Percona Toolkit – A Quick Introduction to Summary

Percona

Percona Toolkit is a collection of advanced open source command-line tools, developed and used by the Percona technical staff, that are engineered to perform a variety of MySQL, MariaDB, MongoDB, and PostgreSQL server and system tasks that are too difficult or complex to perform manually. pt-summary --user=root [?2004l# virtual = 2.2G

Cache 95
article thumbnail

SQL Server on Linux: Scatter/Gather == Vectored I/O

SQL Server According to Bob

On Linux the total number of buffers that can be read or written, in a single ABI request, is capped at 2048. The buffers must be the operating system page size (4K.) Within LibOS, when we detect a request exceeding 2048 OS pages, we split the request into multiple 2048 page chunks, deemed sub-I/O requests.

Servers 40
article thumbnail

Transparent Data Encryption (TDE)

Percona

Encrypting data at rest in a database management system (DBMS) refers to securing data by encrypting it when it is not being used or accessed. Several database management systems support cluster-level encryption, including Oracle, MySQL, Microsoft SQL Server, MongoDB, and Cassandra. Database-level encryption. Table-level encryption.

article thumbnail

Configuring PostgreSQL and LDAP Using StartTLS

Percona

. # # Generate private key for self-signed Certificate Authority # certtool --generate-privkey --bits 4096 --outfile /etc/ssl/private/mycakey.pem In this case, the CA certificate is configured to expire in ten years: # # Define CA certificate attributes # echo "cn = my-ldap ca cert_signing_key expiration_days = 3650" > /etc/ssl/ca.info An internal (..)

C++ 68