11.2.3 Resource Monitoring Facts

0.0(0)
Studied by 0 people
call kaiCall Kai
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/36

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 9:18 PM on 4/24/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No analytics yet

Send a link to your students to track their progress

37 Terms

1
New cards
What is the goal of resource monitoring?
To track system conditions, identify problems, prevent issues, and ensure resources perform optimally.
2
New cards
What does ABRT stand for?
Automatic Bug Reporting Tool.
3
New cards
What is the purpose of ABRT?
It helps detect, analyze, report, and resolve application crashes.
4
New cards
What does ABRT do when a system crash occurs?
It collects system data, creates backtraces, generates reports, creates bug tickets, and suggests fixes.
5
New cards
What is gnome-abrt?
A GUI application used for ABRT problem management and reporting.
6
New cards
What is libreport in ABRT?
A library that provides an API for reporting problems to email, bugzilla, faf, and other destinations.
7
New cards
Where are ABRT notifications sent by default?
To the root user on the local machine.
8
New cards
What is faf in ABRT?
A crash-collecting server that gathers reports and helps identify known issues.
9
New cards
What does satyr do in ABRT?
It analyzes failures, processes stack traces, generates reports, and sends them remotely.
10
New cards
What are µReports?
Small machine-readable crash reports containing system and stack trace information without private data.
11
New cards
How do you install ABRT command-line tools?
yum install abrt-cli
12
New cards
How do you install the ABRT GUI?
yum install abrt-desktop
13
New cards
What does abrt-cli list do?
It lists all crashes on the machine.
14
New cards
What may need to be enabled before using abrt-cli list?
Autoreporting using abrt-auto-reporting enabled
15
New cards
What does abrt-cli list -d do?
It displays detailed report data about a specific problem.
16
New cards
What does abrt-cli report do?
It reports a specific problem.
17
New cards
What does abrt-cli remove do?
It deletes a problem report.
18
New cards
What file displays detailed CPU information?
/proc/cpuinfo
19
New cards
What information does uptime display?
Current time, system uptime, logged-in users, and load averages.
20
New cards
What do load averages represent?
The average number of instructions waiting for CPU time.
21
New cards
What does a load average of 1 mean on a single CPU system?
The CPU is fully utilized and keeping up with demand.
22
New cards
What does a load average greater than 1 mean?
The CPU has more work than it can handle in real time.
23
New cards
What package provides the sar command?
The sysstat package.
24
New cards
What does the sar command monitor?
CPU, memory, swap, I/O, devices, and network statistics.
25
New cards
What does sar -P ALL do?
It shows statistics for each processor and global CPU statistics.
26
New cards
What does sysctl do?
It views and changes kernel parameters at runtime.
27
New cards
How do you view all kernel parameters with sysctl?
sysctl -a
28
New cards
What command reports memory, paging, block I/O, and CPU activity?
vmstat
29
New cards
What file stores detailed memory usage statistics?
/proc/meminfo
30
New cards
What command shows free and used physical and swap memory?
free
31
New cards
What does free -m do?
It displays memory usage in megabytes.
32
New cards
What does the OOM killer do?
It kills processes when the system is critically low on memory.
33
New cards
How does the OOM killer choose which process to kill?
It assigns badness scores and kills the process with the highest score.
34
New cards
How can you check if the OOM killer terminated a process?
dmesg | grep -i "killed process"
35
New cards
What is the difference between buffers and cache?
Buffers are active I/O waiting to be written; cache is completed I/O data already stored.
36
New cards
What does dmidecode do?
It displays DMI/SMBIOS hardware information like serial numbers and BIOS version.
37
New cards
What does lshw do?
It provides detailed hardware configuration information for the system.