Valid 1z0-822 Dumps shared by ExamDiscuss.com for Helping Passing 1z0-822 Exam! ExamDiscuss.com now offer the newest 1z0-822 exam dumps, the ExamDiscuss.com 1z0-822 exam questions have been updated and answers have been corrected get the newest ExamDiscuss.com 1z0-822 dumps with Test Engine here:
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?
Correct Answer: D,F
Explanation/Reference: D: Example: # prctl -n task.max-lwps $$ process: 111107: csh NAME PRIVILEGE VALUE FLAG ACTION RECIPIENT task.max-lwps usage 3 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