Operations | Monitoring | ITSM | DevOps | Cloud

How JMX Monitoring Works for Java Applications

The Java Management Extensions (JMX) framework is a Java technology that includes tools for managing and monitoring applications, system objects, and service-oriented networks. The JMX framework is designed to simplify the management of local and remote Java applications. The JMX framework introduces the concept of MBeans for real-time management of applications, whereby resources are represented by objects called MBeans (Managed Beans).

Java vs Python: Code examples and comparison

As two of the most popular and practical languages out there, should you choose Java or Python for your next project? Is one of these languages a clear-cut better option? The answer is a long one. According to GitHub’s annual Octoverse report, Python has now climbed to the second most popular language in usage, pushing Java down to third place.

17 Popular Java Frameworks for 2023: Pros, cons, and more

In 2023, Java is still the third most popular programming language in the world. It encompasses a vast ecosystem and more than 9 million Java developers worldwide. Java’s popularity comes down to a few key advantages; it’s a platform-independent language (write once, run anywhere) that follows the object-oriented programming paradigm and is straightforward to understand, write, and debug.

Optimize Java Application Performance by Monitoring JVM Metrics

Although Java has been around for 27 years, enterprise applications still favor it as one of their preferred platforms. Java's functionality and programming flexibility increased concurrently with technological advancement, keeping it a useful language for more than 25 years. Outstanding examples of this progression include new garbage collection algorithms and memory management systems.

Import CSV Data into InfluxDB Using the Influx CLI and Python and Java Client Libraries

With billions of devices and applications producing time series data every nanosecond, InfluxDB is the leading way to store and analyze this data. With the enormous variety of data sources, InfluxDB provides multiple ways for users to get data into InfluxDB. One of the most common data formats of this data is CSV, comma-separated values. This blog post demonstrates how to take CSV data, translate it into line protocol, and send it to InfluxDB using the InfluxDB CLI and InfluxDB Client libraries.

How to install a Site24x7 APM Insight Java agent in a Spring Boot application

This video will walk you through the process of installing the Site24x7 APM Insight Java agent in a Spring Boot application. With the APM Insight Java agent installed, you can monitor your entire application, track every transaction that occurs, identify transaction errors, and optimize transactions before your end users are impacted.

How to install a Site24x7 APM Insight Java agent in a WildFly server 8.x and above-standalone setup

This video will walk you through the process of installing the Site24x7 APM Insight Java agent in a WildFly server (in a standalone setup). With the Site24x7 APM Insight Java agent installed, you can monitor your entire application. You'll be able to track every transaction that occurs, identify transaction errors, and optimize transactions to prevent your end users from becoming impacted.

Java application performance metrics 101

Since it first emerged, Java has had a phenomenal rise in usage and popularity. It’s ability to be robust and platform-independent has enabled it to rule the application development world by providing internet solutions for businesses across industries. Any organization that runs its mission-critical applications on Java shouldn’t be turning a blind eye towards understanding the importance of application performance monitoring.

5 common Java performance problems and how to avoid them using java monitoring tools

Java is one of the most widely used programming languages and it’s often used by back-end developers as a server-side language. It’s used by über-famous applications like Spotify, Twitter, Signal, and Cash App. Java has evolved immensely over the years and in addition to being easy to write, compile, and debug, it’s also more secure, portable, and effective in memory management compared to other languages.