From the course: CompTIA Linux+ (XK0-005) Cert Prep
Unlock the full course today
Join today to access over 24,200 courses taught by industry experts.
Analyze system processes and optimize - Linux Tutorial
From the course: CompTIA Linux+ (XK0-005) Cert Prep
Analyze system processes and optimize
- [Instructor] Before buying more hardware it's a good idea to analyze the system processes and optimize the running of the system. As I mentioned in the network troubleshooting video treat this as a list of tools that you want to be familiar with, not only for your job but for the exam. This video is not a tutorial on how to use these tools nor is this an exclusive list. However, the creators of the exam listed each tool in this video, so there's a chance you may run into them again. Let's start with CPU monitoring and configuration. We can get information about the CPU or CPUs by viewing /proc/cpuinfo. We can check the system uptime with the uptime command. The system CPU usage can be acquired using the loadaverage command. These are all pretty simple tools so far. The next tool is sar. Sar is a much more complex tool. It reads many different pieces of data from the system and creates reports. If you want to export…
Practice while you learn with exercise files
Download the files the instructor uses to teach the course. Follow along and learn by watching, listening and practicing.
Contents
-
-
-
-
-
-
-
About Linux processes1m 32s
-
(Locked)
Monitor processes using ps5m 40s
-
(Locked)
Monitor processes in real time5m 3s
-
(Locked)
Manage processes8m 25s
-
(Locked)
Manage process jobs4m
-
(Locked)
Introduction to systemd services4m 13s
-
(Locked)
Get systemd service status5m 37s
-
(Locked)
Manage systemd services4m 45s
-
(Locked)
Make systemd services persistent1m 40s
-
(Locked)
Introduction to job scheduling2m 1s
-
(Locked)
One-time jobs using at and batch3m 55s
-
(Locked)
About cronjobs3m 5s
-
(Locked)
Systemd timers3m 44s
-
(Locked)
Analyze system processes and optimize3m 10s
-
(Locked)
Troubleshoot applications and hardware2m 35s
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-