Thu.May 09, 2019

article thumbnail

Scaling Benchmarks With More Robust UseNUMA Flag in OpenJDK

DZone

What happens when you run a Java application without checking your hardware configuration? Obviously, your application lags in terms of performance. For small applications, you need not worry, but for applications that require larger memory (in GB's), you need to take care of the configurations; otherwise, your application can suffer a lot. What Is NUMA?

article thumbnail

Davis Diaries: Mainframe error to resolution in minutes!

Dynatrace

Dynatrace news. Last year I announced my “ Share Your AI-Detected Problem Pattern ” initiative with the hope that Dynatrace users would share their real-life examples on how Dynatrace Davis: Helps them detect problems. Delivers impact and root cause. Allows them to speed up MTTR (Mean Time to Repair) in order to minimize user impact. Today’s example was brought to me by Chad Turner , Dynatrace Certified Associate at NYCM.

Mobile 136
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

7 Important Features of an Issue Tracking Tool to Enhance Project Delivery

Kovair

The quality team is responsible for handling and delivering best quality product to the client. But sometimes, difficulties may arise in form of bugs or. The post 7 Important Features of an Issue Tracking Tool to Enhance Project Delivery appeared first on Kovair Blog.

article thumbnail

How Much Testing Is Enough?

DZone

A frequently asked question in software testing is: “is that enough testing, or should we do more?” Whether you’re writing unit tests for your programs or finding bugs in closed-source third-party software, knowing what code you have and have not covered is an important piece of information. In this article, we’ll introduce bncov, an open-source tool developed by ForAllSecure (available at on GitHub ), and demonstrate how it can be used to answer common questions that arise in software testing.

Testing 150
article thumbnail

Automatic monitoring of applications and microservices in AWS Fargate

Dynatrace

Dynatrace news. AWS Fargate is a container-as-a-service offering within AWS Elastic Container Services (ECS) that allows you to run containers at scale without requiring you to manage the infrastructure layer. While the classic EC2 launch type of ECS allows you to install Dynatrace OneAgent on the underlying EC2 instances, the AWS Fargate launch type doesn’t provide access to the underlying infrastructure and thus requires a different approach to monitoring.

AWS 116
article thumbnail

Advanced Guide on Writing a Bug Report

DZone

A bug that is well described has the capability to reduce the time taken to replicate the defect and resolve it. However, perfect bug describing is a skill overlooked by many organizations. Bugs can cause a delay in the release of an application, and during the testing phase, or when the app is at production, developers tend to overlook bugs that are not properly described.

Testing 109
article thumbnail

OneAgent for Windows—Enhancements to *.msi-based deployment

Dynatrace

Dynatrace news. Some time ago, we decided to take a stab at a number of architectural challenges present in the OneAgent installer for Windows. We’re happy to say that this project is moving along at a steady pace. We’ll share the complete list of benefits, both direct and indirect, once this project is completed in several weeks. Today we’d like to give you a heads-up about one visible consequence of re-architecting the OneAgent for Windows installer. “So what did you ch

Storage 116

More Trending

article thumbnail

OneAgent & ActiveGate release notes, version 1.167

Dynatrace

Dynatrace news. OneAgent. Java. Support for shaded AHC 2.x in Play 2.6+. Starting with OneAgent 1.167, OneAgent SDK for Java (version 1.7.0) supports the tracing of database requests.NET. Starting with OneAgent 1.167, OneAgent SDK for.NET (version 1.4.0) supports custom request attributes and the tracing of outgoing web requests. Node.js. Added support for ioredis (Beta).

Java 100
article thumbnail

Percona Live Presents: The State of Databases in 2019

Percona Community

At this year’s Percona Live I am talking about The State of Databases in 2019. As a Software Engineer in the thick of the Database landscape, there are two problems that I see repeatedly. Due to the massive explosion of database solutions, it has become very difficult to evaluate what database solution will serve the best for one’s use case, and The constant tug of war between database operators and users.

article thumbnail

SQL Server Always On Availability Group Data Resynchronization

SQL Shack

In my previous article Data Synchronization in SQL Server Always On Availability Group, we described a scenario where if a secondary replica goes down in synchronous data commit mode, SQL Server Always on Availability group changes to asynchronous data commit mode. It ensures that users can get their transaction commit irrespective of waiting for a […].

article thumbnail

TPDP Episode #27: Static Website Generation with Hugo

The Polyglot Developer

I am pleased to announce that the latest episode of the Polyglot Developer Podcast has been published and is now available on all of the major podcast networks! As many of you know, The Polyglot Developer is a static website composed of strictly HTML, JavaScript and CSS. There is no backend technology, no database, nothing dynamic, and as a result it is fast, cheap to operate, and easy to maintain.

Website 40
article thumbnail

What’s in your wheelhouse? Integrating ServiceNow with Jira

Tasktop

Ask any avid cyclist about the importance of their wheels. If their bike is highly customized, ask them if they consider the number of spokes, lacing pattern, or manufacturer of the hub and rim that make up their wheel. If the cyclist is a world-class professional, ask the same question to their Tour Manager. The answers may differ, and that lies in their perspective.

article thumbnail

Manage access and permissions for Dynatrace SaaS users via SAML federation

Dynatrace

Dynatrace news. SAML (Security Assertion Markup Language) is an open standard that allows identity providers to pass authorization credentials to service providers. It helps companies manage permissions and employee access to multiple services with a single set of credentials. Use your company’s identity provider for authentication. Dynatrace SaaS now allows you to authenticate your Dynatrace users based on your company’s identity provider.

102
102
article thumbnail

Distributed consensus revised – Part III

The Morning Paper

Distributed consensus revised (part III) Howard, PhD thesis. With all the ground work laid, the second half of the thesis progressively generalises the Paxos algorithm: weakening the quorum intersection requirements; reusing intersections to allow decisions to be reached with fewer participants; weakening the value selection rules; and sharing phases to take best advantage of the generalisation.