Making Real Time CPU Utilization Monitoring Script - Tech Arkit

preview_player
Показать описание
How to Monitor CPU Utilization using Shell Script and Get an Email Alert When CPU Usage is HIGH.

Making Real Time CPU Utilization Monitoring Script - Tech Arkit

Рекомендации по теме
Комментарии
Автор

Make Real Time CPU Utilization Monitoring Script.

TechArkit
Автор

Very clear cut explanation sir do more videos on real time common issues with solutions and more videos on Jenkins and aws

mabashadudekula
Автор

Each and every line explained nicely. I would like to appreciate your method. thank you so much, sir. God bless you. students which are learning shell scripting on this channel will have confidence that they can win over scripting. 😊🎁

hrushinathkale
Автор

how to get each cpu utilization in shell script with JSON output

philipsolomon
Автор

I want to know CPU utilization of a particular process /program running in C++ through gcc compiler, then how to write the script

owaisbaby
Автор

Sir i didn't understand the for loop starting, what is the need of PATHS variable?

naveen
Автор

What are the benefits of validating the WARNING and CRITICAL variable in the first place?
if [ -n $WARNING -a -n $CRITICAL ]; it is not required at all. Because we have already assigned them values in the beginning itself. This is only to check whether the string is null or not.

mohammadjunaidmansoori
Автор

Also what does exit 1, exit 2, exit 0 indicate? you could've directly used "exit" right?

naveen
Автор

Is it possible to find the top 10 utilization process between specific timeframe and send in email. For example I want to monitor the CPU n memory between 6pm to 8am and find the top 10 utilized CPU n memory process names and sent it in email.

premanand
Автор

thank you man, please why did you use -n2 (instead of -n1) in top -b -n2 ..

ougherbmw
Автор

Hello is the use of "for" loop script would work without for loop as you please explain why you used for loop here

SandeepVerma-gnlw
Автор

Cpu load formula is noy working for me.

Tail : invalid number of lines
Top : bad delay interval 1

KBDVas
Автор

Hello sir,

Thanks for the explanation, I have one question
1. how we can delete the error file and the error log when the CPU utilization over 95%.

shekhar_shivanshu
Автор

how to write a monitoring cpu usage of firefox in percentage which can update every 4 seconds ?

Idontknow-vhhl
Автор

Can you please provide how we send email.
what is the tool you have used and the installation steps for that.

rajukiran
Автор

Hi, what email notification u are using for this? and how to set it up?

mzw
Автор

Sir, can I learn this shell script today. Because of redhat8 updated version will support it or not. Will it useful for grab a job. Is this the shell compatible to today script?

jasoncena
Автор

How do you added boiler plate (code snippet) on creating new bash file??

harshpanchal
Автор

getting inetger expression expected error for if statement line, when i search for specific process from top command

swathiraghu
Автор

It is showing me cpuload : command not found .. what should i do

AbdulRehman-lkll