Oracle
1Z0-105 · Question #80
A container has a runaway process that is consuming all of its allotted CPU time. You want to temporarily stop this container from using any more CPU so that you can inspect it and try to correct…
The correct answer is B. lxc-freeze -n <container name>. See the full explanation below for the reasoning.
Question
A container has a runaway process that is consuming all of its allotted CPU time. You want to temporarily stop this container from using any more CPU so that you can inspect it and try to correct the problem. Which command would you run?
Options
- Akill -STOP
lxc-info --pid -n <container name> - Blxc-freeze -n <container name>
- Clxc-stop -n <container name> --freeze
- Dlxc-cgroup -n <container name> cpu.shares 0
How the community answered
(57 responses)- A7% (4)
- B75% (43)
- C4% (2)
- D14% (8)
Community Discussion
No community discussion yet for this question.