JavaScript is required to for searching.
Skip Navigation Links
Exit Print View
System Administration Guide: Advanced Administration     Oracle Solaris 11 Express 11/10
search filter icon
search icon

Document Information

Preface

1.  Managing Terminals, Modems and Serial Port Services (Tasks)

2.  Displaying and Changing System Information (Tasks)

3.  Scheduling System Tasks (Tasks)

4.  Managing System Processes (Tasks)

5.  Monitoring System Performance (Tasks)

What's New in Managing System Performance?

LatencyTOP Performance Tuning Utility

Where to Find System Performance Tasks

System Performance and System Resources

Processes and System Performance

About Monitoring System Performance

Monitoring Tools

Displaying System Performance Information (Task Map)

Displaying Virtual Memory Statistics (vmstat)

How to Display Virtual Memory Statistics (vmstat)

How to Display System Event Information (vmstat -s)

How to Display Swapping Statistics (vmstat -S)

How to Display Interrupts Per Device (vmstat -i)

Displaying Disk Utilization Information (iostat)

How to Display Disk Utilization Information (iostat)

How to Display Extended Disk Statistics (iostat -xtc)

Displaying Disk Space Statistics (df)

How to Display Disk Space Information (df -k)

Monitoring System Activities (Task Map)

Monitoring System Activities (sar)

How to Check File Access (sar -a)

How to Check Buffer Activity (sar -b)

How to Check System Call Statistics (sar -c)

How to Check Disk Activity (sar -d)

How to Check Page-Out and Memory (sar -g)

Checking Kernel Memory Allocation

How to Check Kernel Memory Allocation (sar -k)

How to Check Interprocess Communication (sar -m)

How to Check Page-In Activity (sar -p)

How to Check Queue Activity (sar -q)

How to Check Unused Memory (sar -r)

How to Check CPU Utilization (sar -u)

How to Check System Table Status (sar -v)

How to Check Swapping Activity (sar -w)

How to Check Terminal Activity (sar -y)

How to Check Overall System Performance (sar -A)

Collecting System Activity Data Automatically (sar)

Running the sadc Command When Booting

Running the sadc Command Periodically With the sa1 Script

Producing Reports With the sa2 Shell Script

Setting Up Automatic Data Collection (sar)

How to Set Up Automatic Data Collection

6.  Troubleshooting Software Problems (Tasks)

7.  Managing Core Files (Tasks)

8.  Managing System Crash Information (Tasks)

9.  Troubleshooting Miscellaneous System Problems (Tasks)

Index

Monitoring System Activities (Task Map)

Task
Description
For Instructions
Check file access.
Display file access operation status by using the sar command with the -a option.
Check buffer activity.
Display buffer activity statistics by using the sar command with the -b option.
Check system call statistics.
Display system call statistics by using the sar command with the -c option.
Check disk activity.
Check disk activity by using the sar command with the -d option.
Check page-out and memory.
Use the sar command with the -g option to display page-out memory freeing activities.
Check kernel memory allocation.
The kernel memory allocation (KMA) allows a kernel subsystem to allocate and free memory, as needed. Use the sar command with the -k option to check KMA.
Check interprocess communication.
Use the sar command with the -m option to report interprocess communication activities.
Check page-in activity.
Use the sar command with the -p option to report page-in activity.
Check queue activity.
Use the sar command with the -q option to check the following:
  • Average queue length while queue is occupied

  • Percentage of time that the queue is occupied

Check unused memory.
Use the sar command with the -r option to report the number of memory pages and swap file disk blocks that are currently used.
Check CPU utilization.
Use the sar command with the -u option to display CPU utilization statistics.
Check system table status.

Use the sar command with the -v option to report status on the following system tables:

  • Process
  • Inode

  • File

  • Shared memory record

Check swapping activity.
Use the sar command with the -w option to check swapping activity.
Check terminal activity.
Use the sar command with the -y option to monitor terminal device activity.
Check overall system performance.
The sar -A command displays statistics from all options to provide overall system performance information.
Set up automatic data collection.

To set up your system to collect data automatically and to run the sar commands, do the following:

  • Run the svcadm enable system/sar:default command
  • Edit the /var/spool/cron/crontabs/sys file