devxlogo

upload

How to troubleshoot CPU problems?

Diagnosing and troubleshooting CPU problems in production that too in cloud environment can become tricky and tedious. Your application might have millions of lines of code, trying to identify exact line of code that is causing the CPU to spike up, might be equivalent of finding needle in the haystack. In this article let???s learn how to find that needle (i.e. CPU spiking line of code) in matter of seconds/minutes. To help readers better understand this troubleshooting technique, we built a sample application and deployed it in to AWS EC2 instance. Once this application was launched it caused CPU consumption to spike up to 199.1%. Now let???s walk you through the steps that we followed to troubleshoot this problem.

Operations on dates and times

LocalDate tomorrow = LocalDate.now().plusDays(3);LocalDateTime anHourFromNow = LocalDateTime.now().plusHours(10); Long daysBetween = java.time.temporal.ChronoUnit.DAYS.between(LocalDate.now(), LocalDate.now().plusDays(2));Duration duration = Duration.between(Instant.now(), ZonedDateTime.parse(“2018-08-30T09:00:00+01:00[Europe/Stockholm]”));

finding the right tech

do not use

Sp_help provides a lot of information about the structure of the tables inside your database. You can highlight a table name in the SQL Query editor and then press the Alt

Smooth Code Review Process Directly in Visual Studio with Updated Review Assistant

Devart has released a greatly improved Review Assistant 4.0, a code review tool for creating review requests and responding to them without leaving Visual Studio. The tool received numerous review workflow enhancements including new statuses and comments, a single diff-tool window to view changes, improved code review board and many others.

The Typing Game

https://play.google.com/store/apps/details?id=com.steevjames ‘The Typing Game’ helps improve ones skill in typing in mobile. It is a fun, addictive and educational game. Compete with you friends and have fun !   * This is a small sized game ( Just 1 MB ).* The game does not have any sorts of advertisements.* It is a very user friendly app.* The Typing Game does not require any permission to install or run making it fully safe.* The game uses a simple approach that is easily understandable so even small children can use it.* The app is rated for age 3+ in google play.* This game does not run in the background.

Enjoy High-Performance Connectivity to MySQL 8.0 with Updated dotConnect for MySQL

Devart introduced a significant update of dotConnect for MySQL, a powerful ORM-enabled data provider, with the full support for recently enhanced MySQL 8.0. Devart, a Czech software vendor of data connectivity solutions and database tools, has rolled out a greatly improved version of dotConnect for MySQL, a fast and advanced ADO.NET provider. Following the recent update of MySQL Server by Oracle, the tool now fully supports the latest version of MySQL with improvements across the board. Here???s the scoop on the key enhancements implemented in new dotConnect for MySQL: MySQL 8.0 support for seamless MySQL-based application developmentThe support for caching_sha2_password, the new default MySQL authentication pluginExtended list of MySQL charset collations Improved performance of SSIS Lookup component The above represents some of the highlights. Drill further into the complete list of other useful features of dotConnect for MySQL at https://www.devart.com/dotconnect/mysql/ . About Devart Devart is one of the leading developers of database tools and administration software, ALM solutions, data providers for various database servers, data integration and backup solutions. The company also implements Web and Mobile development projects. For additional information about Devart, visit https://www.devart.com/ .