1Z0-822 · Question #111
You configured a limit of 100 LWPs project. You want to ensure that the LWP limit was not set too low, so you need to monitor the LWPs currently in use by the project. Which two options could you…
The correct answer is D. prtcl -n task.max-lwps $$ F. rctladm -e syslog task.max-lwps; when the threshold for the resource is exceeded, a log entry will. prctl -n task.max-lwps $$ process: 111107: csh NAME PRIVILEGE VALUE FLAG ACTION RECIPIENT privileged 3 - deny - system 2.15G max deny F: The following command activates system logging of all violations of task.max-lwps. # rctladm -e syslog task.max-lwps Note: How to Set the…
Question
You configured a limit of 100 LWPs project. You want to ensure that the LWP limit was not set too low, so you need to monitor the LWPs currently in use by the project. Which two options could you use to monitor the current LWP resource control and the consumption of resources for this project?
Options
- Aprtcl $$
- Bconfiguring syslogd to log messages received from the resource manager daemon
- Cps -o taskid -p
- Dprtcl -n task.max-lwps $$
- Erctladm -I task.max-lwps
- Frctladm -e syslog task.max-lwps; when the threshold for the resource is exceeded, a log entry will
How the community answered
(23 responses)- B9% (2)
- C4% (1)
- D74% (17)
- E13% (3)
Explanation
prctl -n task.max-lwps $$ process: 111107: csh NAME PRIVILEGE VALUE FLAG ACTION RECIPIENT privileged 3 - deny - system 2.15G max deny F: The following command activates system logging of all violations of task.max-lwps. # rctladm -e syslog task.max-lwps Note: How to Set the Maximum Number of LWPs for Each Task in a Project This procedure adds a project named x-files to the /etc/project file and sets a maximum number of LWPs for a task created in the project. 1.Become an administrator. 2. Use the projadd command with the -K option to create a project called x-files. Set the maximum number of LWPs for each task created in the project to 3. # projadd -K 'task.max-lwps=(privileged,3,deny)' x-files
Topics
Community Discussion
No community discussion yet for this question.