On the internet, you will find plenty of tools forchecking disk space usagein Linux. However, Linux has a strong built-in utility called ‘df‘. The ‘df‘ command stands for “disk filesystem“, it is used to get a full summary of available and used disk space usage of the file sys...
To get the directory size, you use the du command (disk utilization) in the following way: du -sh dirname You may also use the stat command to get the file size but somehow I feel more comfortable using the ls command. I hope this basic Linux command tip helped you check file sizes ...
There are two popularways to check disk usage in Linux terminal: du command and df command. Thedu command is more for checking the space used by a directoryand the df command gives you the disk utilization on filesystem level. The gdu tool sorts of combined the functionality of both. You...
UnderstandingCPU processorusage is important for overall system performance measurement. From Linux enthusiasts tosystem admins, knowing how to monitor CPU utilization in Linux from the command line is crucial. This guide will walk you through several options to check Linux CPU usage. Prerequisites A ...
Glossary A
Disk utilization The percentage of used capacity in the total available capacity. E eDevLUN Logical storage array space created by a third-party storage array. Expansion module A component used for expansion. Expansion Connects a storage system to more disk enclosures through connection cables...
You can also use other commands to find IP address: $ ifconfig Or $ hostname -i Or $ ip addr show You can also use top command to check memory utilization in percentage or check memory usage Linux by process.
With the DiskUsage command, you only need to enter the prompt and the complete path of the drive or folder that you want to get the information for. Here are the steps to use the DiskUsage command to obtain disk utilization information using Command Prompt: ...
Thegunziptool is designed to decompress files in the GZIP format. GZIP is commonly used to compress large files or groups of files, providing efficient disk space utilization and faster processing. Theunziputility extracts files from archives in the ZIP format. ZIP archives combine multiple files ...
Using du command to get directory size in Linux I am going to show you various examples of the du command that you can use to check the directory size and the disk utilization. The syntax for the du command is pretty simple. du [option] path_to_file_or_directory Let’s see how to ...