Check Point Certified Cloud Specialist (CCCS) — Question 12
Running tcpdump causes a significant increase on CPU usage, what other option you should use?
Answer options
- A. o
- B. O
- C. I
- D. i
Correct answer: A
Explanation
The option 'o' allows you to specify a file to write the output to, which can help minimize CPU usage by reducing on-screen processing. The other options do not provide a way to alleviate the CPU load caused by displaying the captured packets directly in the terminal.