Operations | Monitoring | ITSM | DevOps | Cloud

Latest News

Using t2.unlimited to Increase Packet Limitations

I set out to find a credit mechanism or hard-coded limit in packets per second in AWS EC2. After all my findings set out in this series so far, I had one more test to perform around t2.unlimited. I wanted to see how “unlimited” it is and the difference it makes in packet throughput on capable instance types. This post is about my findings.

Setting Up Application Performance Monitoring with the ELK Stack and Logz.io

Application Performance Monitoring, aka APM, is one of the most common methods used by engineers today to measure the availability, response times and behavior of applications and services. There are a variety of APM solutions in the market but if you’re familiar with the ELK Stack or are a Logz.io user, this article describes using a relatively new open source-based solution — Elastic APM.

BigBlueButton integration brings powerful web conferencing tools to Mattermost

BigBlueButton is an open source web conferencing system. The product enables real-time sharing of audio, video, slides and screens, with collaborative capabilities such as shared whiteboard, polling and breakout rooms. Blindside Networks, the company behind the BigBlueButton project, has created a plugin that brings all of these collaborative capabilities within Mattermost.

Retailers Struggle to Keep Applications Running for Shoppers

Retailers are bracing for their biggest holiday season to date with Deloitte predicting that holiday retail sales will top $1.10 trillion this year, a 5 percent growth from 2017. And it’s eCommerce retailers who have the most to gain – or lose – after the Thanksgiving leftovers are put away. Deloitte is predicting eCommerce sales alone to reach as much as $134 billion this holiday season, compared with about $110 billion a year ago.

Drive Velocity and Keep Teams Focused On Customers with Latest Updates to AppDynamics

Today, we’re excited to deliver new AppDynamics functionality across observability, intelligence, and usability. With these updates, we continue our ongoing efforts to help enterprise companies provide world-class customer experiences with the help of real-time performance monitoring. You can also now take advantage of the newest Machine Agent enhancements and bug fixes without waiting for a Controller upgrade.

Birds of a Fiber: A look at Falcon, a modern asynchronous web server for Ruby

The GitHub Readme describes Falcon as, "... *a multi-process, multi-fiber rack-compatible HTTP server ... Each request is executed within a lightweight fiber and can block on up-stream requests without stalling the entire server process." The gist: Falcon aims to increase throughput of web applications by using Ruby’s Fibers to be able to continue serving requests while other requests are waiting on IO (ActiveRecord queries, network requests, file read/write, etc).