How to Create Application Insight in Microsoft Azure

Application Insights, a feature of Azure Monitor is an extensible Application Performance Management (APM) service for developers and DevOps professionals. Use it to monitor live applications. It will automatically detect performance anomalies and includes powerful analytics tools to help you diagnose issues and to understand what users actually do with your app. It monitors: Performance counters from Windows or Linux …

3 Steps to Setup nload in Ubuntu 20.04 LTS

NLoad is a free & open source network administrator tool. It helps to monitor the network traffic and bandwidth usage in real time. It allows to monitor incoming and outgoing traffic using graphs and provides additional information like transferred data and min/max network usage. There are some steps to monitor network traffic using nload command …

Steps to Setup lshw (List Hardware) with Examples On Ubuntu 20.04 LTS

lshw is a open source linux command. It helps to display the detailed report about system hardware. It provides the information of firmware version, CPU version & speed, graphic card, bus speed, cache memory configuration,& configuration of memory. There are some examples of lshw in ubuntu: Step 1: Update the System. apt-get update Step 2: …

Step By Step Guide to Setup Obersium on Ubuntu 20.04 LTS

Observium is a free & open source s a Network Management and Monitoring System tool. We can collects data from using SNMP & it allows to monitor all of the networks devices. It provides a simple & easy-to-use Web interface. It is PHP-based and uses a MySQL database to store data. There are few steps …

How to Create Cloud Function in Google Cloud Platform

Google Cloud Functions is a serverless execution environment for building and connecting cloud services. With Cloud Functions you write simple, single-purpose functions that are attached to events emitted from your cloud infrastructure and services. Cloud Functions can respond to events from Google Cloud services such as Cloud Storage, Pub/Sub, and Cloud Firestore to process files …