System Administration Guide: Oracle Solaris Containers-Resource Management and Oracle Solaris Zones

Monitoring the FSS

You can use the prstat command described in the prstat(1M) man page to monitor CPU usage by active projects.

You can use the extended accounting data for tasks to obtain per-project statistics on the amount of CPU resources that are consumed over longer periods. See Chapter 4, Extended Accounting (Overview) for more information.

ProcedureHow to Monitor System CPU Usage by Projects

  1. To monitor the CPU usage of projects that run on the system, use the prstat command with the -J option.


    % prstat -J
    

ProcedureHow to Monitor CPU Usage by Projects in Processor Sets

  1. To monitor the CPU usage of projects on a list of processor sets, type:


    % prstat -J -C pset-list
    

    where pset-list is a list of processor set IDs that are separated by commas.