Operations | Monitoring | ITSM | DevOps | Cloud

Latest News

OpsComm January: OpsRamp Winter Release Introduces New Capabilities for AIOps, Cloud Native Operations, and Service-Centric IT Management

It’s been a big month of great product updates in January, including the launch of the OpsRamp Winter Release, the ability to deliver collaboration across service delivery and IT operations teams with our certified ServiceNow integration and silver membership in the Cloud Native Computing Foundation (CNCF). In this month’s OpsComm, we’ll take you through some of the exciting news and updates at OpsRamp. To see all of the recent OpsRamp coverage, check out our newsroom.

How to Detect Slow Database Queries Affecting Application Performance

The biggest challenge when a user complains of slow application is diagnosing why it’s slow: Is it due to a code-level issue or a database issue? Should we call the DBA or the application manager? Performance problems with the database can cause up to 70% of all application performance issues in production, according to consensus among database practitioners and experts.

How To Monitor Almost Anything: Lifehacking Diabetes

What can you monitor with LogicMonitor? There are only two limitations. As a Sales Engineer, I'm often asked questions like "Do you monitor (insert specific technology resource here)?". Equally often, I'm asked whether and how easily LogicMonitor's core abilities can be extended to gather metrics from any resources that may be specific to the customer.

OpsRamp Winter Release, January 2019: Be the First to Know and Take Action Faster with Context and Insight

The OpsRamp winter release delivers greater service-centricity and context for hybrid infrastructure management with intelligent incident management and cloud native monitoring. The January 2019 release features innovations such as a new UI for service maps, enhanced AIOps capabilities and cloud native monitoring features.

OpsRamp Delivers Greater Service Centricity, Expanded AIOps and Cloud Native Monitoring

OpsRamp, the service-centric AIOps software-as-a-service (SaaS) platform for the hybrid enterprise, today announced new topology maps, enhanced artificial intelligence for IT operatzions (AIOps) features and new monitoring capabilities for cloud native workloads.

A Detailed Guide to PHP Debugging

If you use PHP or you find yourself “adopting” a PHP app (like I did a few years ago), you must know how to debug PHP. In this detailed guide to PHP debugging, you’ll see some debugging techniques that apply to almost any programming language. But don’t worry. I’ll get into the specifics that apply to PHP, from the basics all the way to fully integrated debugging techniques. Let’s start with a basic technique in PHP debugging: outputting and logging values.