78.4k views
4 votes
Why would you check these? - logs - console logs - crashlog

A) To track system resource usage.
B) To monitor user activity on a network.
C) To identify and resolve system failures.
D) To optimize internet speed.

User Suhayb
by
8.4k points

1 Answer

3 votes

Final answer:

Checking logs, console logs, and crashlogs is important for tracking system resource usage, identifying and resolving system failures, and monitoring user activity on a network.

Step-by-step explanation:

Checking logs, console logs, and crashlogs is important for various reasons:

  1. Tracking system resource usage: Logs can provide valuable information about the resources that are being utilized by a system. This can help in identifying any potential bottlenecks or areas of improvement.
  2. Identifying and resolving system failures: Logs record critical events and errors that occur in a system. By analyzing these logs, it becomes possible to identify the root cause of a system failure and take appropriate measures to resolve it.
  3. Monitoring user activity on a network: Console logs can provide insights into user activities, such as login attempts, network connections, and commands executed. This can help in detecting any suspicious or unauthorized activities on a network.

Therefore, the correct answer to why you would check these is A) To track system resource usage, C) To identify and resolve system failures, and B) To monitor user activity on a network.

User Steve Owen
by
7.3k points