CISA · Question #507
Which of the following types of logs would provide the MOST useful information to improve application performance?
The correct answer is A. System logs. System logs capture low-level operational data including CPU utilization, memory consumption, disk I/O, process execution times, error codes, resource exhaustion events, and system-level warnings-all of which are directly relevant to diagnosing and improving application…
Question
Which of the following types of logs would provide the MOST useful information to improve application performance?
Options
- ASystem logs
- BActivity logs
- CSecurity logs
- DAudit logs
How the community answered
(55 responses)- A87% (48)
- B7% (4)
- C4% (2)
- D2% (1)
Explanation
System logs capture low-level operational data including CPU utilization, memory consumption, disk I/O, process execution times, error codes, resource exhaustion events, and system-level warnings-all of which are directly relevant to diagnosing and improving application performance. Performance bottlenecks almost always manifest at the system resource level, making system logs the most actionable source for performance tuning. Activity logs (B) record what users or processes did (e.g., logins, file access), which reveals usage patterns but not resource constraints. Security logs (C) capture authentication events, access violations, and threat indicators-useful for security analysis, not performance optimization. Audit logs (D) track compliance-relevant events for accountability and are designed for governance, not performance diagnostics. When performance improvement is the goal, system resource metrics are the primary data source.
Topics
Community Discussion
No community discussion yet for this question.