- Home
- Tag: monitoring
Posts tagged monitoring
Tag: monitoring
What I Wish I Knew: Manufacturing leaders offer firsthand IoT adoption advice

Feed: Microsoft Azure Blog. Author: Justin Slade. The manufacturing industry’s digital transformation is accelerating as companies increase their use of Internet of Things (IoT) technology to improve efficiency and address common factory challenges. But even if your company makes high-tech products and has a sizable IT team, designing and deploying an IoT solution that creates real improvements in your processes or services isn’t a small undertaking. To assist, we’re launching the What I Wish I Knew video series, in which manufacturing business leaders share firsthand insights about best practices and common pitfalls to avoid while navigating the setup and deployment ... Read More
Collections optimisation: balance the books and treat vulnerable customers with patience

Feed: SAS Blogs. Author: Emma McDonald. With unemployment at a three-year high, the socio-economic impact of the COVID-19 pandemic has hit the UK hard. While significant progress has now been made on the clinical side of the crisis, and the success of the vaccination programme is a cause for optimism, the impact on the economy will take longer to heal. For energy and utilities, this poses a pair of related problems. Operating in a highly regulated environment and providing essential services to the population, these organisations have an obligation to supply customers and a moral imperative to support society’s most ... Read More
Inspired by our customers’ mission outcomes

Feed: AWS Public Sector Blog. Author: Max Peterson. I recently had the opportunity to record the keynote for this year’s AWS Public Sector Summit Online. This year’s keynote theme is “Inspiration Everywhere,” and I can’t wait to share a number of inspiring stories and examples from our customers with you when the keynote airs on April 15. What unites all of the stories is a commitment to achieving mission outcomes with AWS and cloud computing. And while we’ll spend some time talking about the technology, I’ll also share with you the organizational changes that mission owners can drive, today, to ... Read More
How Radware CNP Uses Amazon Route 53 Query Logging for Threat Detection

Feed: AWS Partner Network (APN) Blog. Author: Yuval Shapira. By Yuval Shapira, Security Research Team Leader at RadwareBy Amnon Lotem, Head of Data Science at Radware Amazon Web Services (AWS) recently launched a new feature as part of its Amazon Route 53 service, called Route 53 Resolver Query Logging. This new service enables organizations to retrieve logs of their Domain Name System (DNS) queries originating from resources within their virtual private clouds (VPCs). Analysis of these logs can be a great help for detecting malicious activity within an organization’s accounts. This post describes how these logs can be analyzed as ... Read More
MySQL 101: Basic MySQL Server Triage

Feed: Planet MySQL; Author: MySQL Performance Blog; So your MySQL server has crashed. What do you do now? When a server is down, in my opinion, there are two steps that are essential and both are extremely important and neither should be neglected: Save diagnostic information for determining the root cause analysis (RCA). Get the server back up and running. Too many people rush to Step #2 and lose pertinent diagnostics from Step #1. Likewise, too many people will spend too much time on Step #1 and delay getting to Step #2 and restoring service. The goal is to collect ... Read More
Design Pattern for Highly Parallel Compute: Recursive Scaling with Amazon SQS

Feed: AWS Architecture Blog. Scaling based on Amazon Simple Queue Service (SQS) is a commonly used design pattern. At AWS Professional Services, we have recently used a variant of this pattern to achieve highly parallel computation for larger customers. In fact, any use case with a tree-like set of entities can use this pattern. It’s useful in a workflow where all nodes between the root and leaves must be processed rapidly and in parallel. Some use cases would be database parent-child records or graph relationships. Let us explore a couple of example scenarios, both hypothetical (COVID contact tracing) and real ... Read More
Bruce Momjian: Operating System Choice
Feed: Planet PostgreSQL. This blog is about my work on the Postgres open source database, and is published on Planet PostgreSQL. PgLife allows monitoring of all Postgres community activity. Operating System Choice Wednesday, April 7, 2021 In the 1990's, most server operating systems were closed-source and produced by a few billion-dollar companies. In recent years, Red Hat Enterprise Linux (rhel) became the default enterprise server operating system, with centos filling the need for installations on smaller platforms and in the cloud. (Centos was sometimes the only operating system used.) With the move of centos away from being a stable releases ... Read More
MySQL Count Weekday occurrences
Feed: Planet MySQL; Author: Joshua Otwell; Each SQL dialect is different in some way, shape, form, or fashion from the next flavor. Some dialects have this function, while others have that function. In this post, I cover porting over Oracle SQL to MySQL in order to count the number of occurrences of a specific weekday found in the current given month (at the time of writing) purely as a learning exercise focused on MySQL DATE functions and the WITH clause… OS and DB used: Linux Mint 20 “Ulyana” MySQL 8.0.23 Self-Promotion: If you enjoy the content written here, by all ... Read More
Paving the paths to AI engineering and ModelOps
Feed: Journey to AI Blog; Author: Julianna Delua; In the face of tremendous disruptions and shifts during 2020, IBM Institute of Business Value (IBV) uncovered that organizations have continued to accelerate their digital transformation. According to Gartner, “Despite the global impact of COVID-19, 47% of AI investments were unchanged since the start of the pandemic, and 30% of organizations actually planned to increase AI investments.”[1] Indeed, McKinsey found that respondents attributed as much as 20 percent or more of their organizations’ earnings before interest and taxes (EBIT) to AI. Further, in a recent survey on 3,000 CEOs, IBV found three ... Read More
New instructor-led course: Developing Serverless Solutions on AWS
Feed: Recent Announcements. We are excited to introduce Developing Serverless Solutions on AWS, an instructor-led course that promotes developer productivity and agile application development. This three-day, intermediate course covers how to build, secure, deploy, and manage modern serverless applications. The course includes lectures, demonstrations, group discussions, exercises, six hands-on labs, and a quiz to check your knowledge. During the course, developers will design and build a serverless application while learning how to use observability and monitoring features to better manage the application. They will use AWS Serverless Frameworks (AWS Serverless Application Model and AWS Amplify) to deploy the serverless application ... Read More
Recent Comments