Operations | Monitoring | ITSM | DevOps | Cloud

eG Innovations

Top 10 Metrics to Track when Monitoring Microsoft IIS Performance

Microsoft Internet Information Services (IIS, formerly known as Internet Information Server) is an extensible web server software created by Microsoft for use with the Windows family. IIS supports various protocols, including HTTP, HTTP/2, HTTPS, FTP, FTPS, SMTP, and NNTP. According to the most recent ranking by W3Techs, Microsoft IIS is the second most popular web server technology behind Apache.

Monitoring IGEL Endpoint Deployments with eG Enterprise

eG Innovations has joined the new IGEL Ready program as a technology partner. IGEL Ready opens up the company’s core enterprise software for tech companies like eG Innovations to integrate and validate its products, driving business growth and flexible access to enterprise applications for mutual customers of eG Innovations and IGEL.

Free Java Performance Monitoring and Troubleshooting Tools - Pros and Cons

Software developers are often only concerned about the functionality of their applications. When these applications are deployed in production, scalability and performance issues surface and application developers then have to worry about performance. Many a times, such situations warrant a complete restructuring of the application code, causing significant impact to new rollouts and current users.

Simple Network Management Protocol (SNMP) is Still Relevant

Simple Network Management Protocol (SNMP) is an Internet Standard protocol for collecting and organizing information about managed devices on IP networks and for modifying that information to change device behavior. SNMP exposes management data in the form of variables on the managed systems organized in a management information base (MIB), which describe the system status and configuration.

The Symbiosis Between the OSI Model and Application Performance Monitoring (APM)

It’s no secret that Application Performance Monitoring (APM) is becoming a critical competency in today’s enterprise networks. After all, so many enterprises are moving to a cloud-based model that leverages tiers of service, which brings unforeseen complexity into the task of keeping things running smoothly.

Containers vs Virtual Machines (VMs)

As microservices gain in popularity, containers have become a hot topic for developers. But how do they differ from virtual machines? Will containers replace virtual machines? And when should you choose containers over virtual machines? When it comes to defining virtual machines, the name says it all – machines (servers or desktops) that have been virtualized.

Best Practices for Effectively Managing Java Application Performance

Java-based applications are powering many business-critical IT services today and Java technology is widely used as the middleware on which the business logic of multi-tier infrastructures reside. Since the performance of the Java middleware tier has a significant impact on the performance of the business services it supports, monitoring is a necessity and not a choice.

What is Chaos Engineering and Why is it Important?

So, why would you deliberately try to break your services? Chaos engineering does just that – deliberately terminating instances in your production environment. Online video streaming service Netflix was one of the first organizations to popularize the concept with their Chaos Monkey engine.

The importance of Active Directory for Fast Citrix Logon Time

Most of you know that one of the most important user experience metrics in a Citrix environment is the logon time. A 2018 survey by eG Innovations and DABCC found out that Citrix logon time was the number one problem for administrators: 59% of respondents rated logon time as their biggest problem. There are many best practices to improve Citrix logon times. Slowness during the logon processing can, of course, increase logon times. Issues with group policies or slow profile loading is often a cause.

6 Tips to Enhance Java Application Performance by Tuning JDBC Database Access Mechanisms

While tuning the performance of your application at the code level or sizing the JVM appropriately are important for enhancing performance, it is equally important to look at how to tune accesses to the backend database. After all, response time for a web request is dependent on the processing time in the Java application tier as well as the query processing time in the database tier.