df:disk free其功能是显示磁盘可用空间数目信息及空间结点信息。换句话说,就是报告在任何安装的设备或目录中,还剩多少自由的空间。 du: Disk usage rpm:即RedHat Package Management,是RedHat的发明之一 rmdir:Remove Directory(删除目录) rm:Remove(删除目录或文件) cat: conca
This is the reason I have set up disk usage alerts on most of my production servers. If 80% of disk space is full, I get email notifications. This gives me enough time to act and delete unnecessary files to free up space on the server. In this article, I'll share a few ways you...
cleaning up unused packages, and upgrading to a new distribution. But before we dive into these topics, let’s familiarize ourselves with some of the command-line arguments or flags that can modify the behavior of the apt-get command.
If you just want to remove a file, you canuse the rm command insteadorthe dd command if you want to free up the disk usage space. Changelog apt changelog– spot the latest changes in a package. Example:apt changelog brave-browserwill tell me what the latest version of the Brave browser...
maxDiskSizeInMb integer (int64) Maximum allowed disk size usage in MB. maxMemoryInMb integer (int64) Maximum allowed memory usage in MB. maxPercentageCpu number (double) Maximum allowed CPU usage percentage. SiteLoadBalancing Enumeration Site load balancing. Expand table ValueDescription LeastReque...
/proc/<PID>/cmdline– Command-line arguments used to start the process. /proc/<PID>/status– Detailed status information, including memory usage and process statistics. /proc/<PID>/fd– Symbolic links to files opened by the process.
apt-getis a command line tool for interacting with the Advanced Package Tool (APT) library (a package management system for Linux distributions). It allows you to search for, install, manage, update, and remove software. The tool does not build software from the source code. Instead, it com...
So, they basically come from the operating system, in this case Alpine Linux on Docker. Fortunately, I also recorded the memory usage of the application process, but they did not increase. So why does the operating system memory usage increase?
maxDiskSizeInMb integer (int64) Maximum allowed disk size usage in MB. maxMemoryInMb integer (int64) Maximum allowed memory usage in MB. maxPercentageCpu number (double) Maximum allowed CPU usage percentage. SiteLoadBalancing Enumeration Site load balancing. Expand table ValueDescription LeastReque...
19. Print Files With Line Count 20. Delete Files 21. Test if File Exists 22. Check Inodes and Disk Usage 23. Send Email Example 24. Update Packages 25. Show Server Information What Is Bash Scripting Used For Before we move on to the topic of bash scripting use cases, we need to elab...