System Administration Guide

How to Check Interprocess Communication (sar)

Use the sar -m command to report interprocess communication activities.


$ sar -m 
SunOS venus 5.6 Generic sun4m    08/20/96
 00:00:03   msg/s  sema/s 
01:00:02    0.00    0.05 

These figures will usually be zero (0.00), unless you are running applications that use messages or semaphores.

The output from the -m option is described in Table 64-13.

Table 64-13 Output From the sar -m Command

Field Name 

Description 

msg/s

The number of message operations (sends and receives) per second. 

sema/s

The number of semaphore operations per second. 

Example--Checking Interprocess Communication

The following example shows output from the sar -m command.


$ sar -m
SunOS venus 5.6 Generic sun4m    08/20/96
14:28:12   msg/s  sema/s
14:29:12    0.00    0.00
14:30:12    0.00    0.00
14:31:12    0.00    0.00
 
Average     0.00    0.00