Linux System Monitoring Commands | Linux df, du and free Commands Tutorial in Hindi

M Prashant
M Prashant
36.2 هزار بار بازدید - 2 سال پیش - #linux
#linux #mprashant #linuxsystemmonitoring

🚀 My Bash Script PDF notes! 📚
Get yours at a special price of 39/- only! 🔥 👉 https://rzp.io/l/IEMRiGCj  💡

🚀My Linux Notes! 📚
Save your time and get Linux 150+ Commands cheatsheet at a special price of 49/- only! 🔥 👉 https://rzp.io/l/3pzXrDk 💡

Linux System Monitoring Commands
Linux df command
Linux du command
Linux free command
df command in linux
df command in linux with examples
disk usage linux



Hello dosto,
In this video I have covered about some Linux System Monitoring Commands like df, df and free
using these commands we can monitor the Linux system and it's memory usage including physical memory and RAM available and usage.


You can use these commands to monitor the system and it's disk usage.
For example: if the available disk on the server is less than 20% you can generate an alert etc
Also for the deployment of the application you must be pre aware of the available disk and RAM memory on the server.

00:00 Intro
00:12 Linux df command
02:19 Linux du command
06:38 Linux free command

---------------------------------------------------------------------------------------
DF Command

df command

Show information about the file system

df -h

-h Human Readable
-BM or -BG scale sizes by size

----------------------------------------------------------------------------------------

DU Command

du command

Summarize disk usage of the set of FILEs, recursively for directories.

du -h
du -h FILE/PATH
du -hc FILE/PATH for total volume

If you want to see even size of file then use a

du -ahc FILE/PATH for total volume
-BM or -BG scale sizes by size


-----------------------------------------------------------------------------------

Linux Free Command

free command

Display amount of free and used memory in the system

free
free -h
free -s N (Keep refreshing memory after N sec)
free -c N (Exit after repeating N times)
2 سال پیش در تاریخ 1401/05/05 منتشر شده است.
36,228 بـار بازدید شده
... بیشتر