[ Previous | Next | Table of Contents | Index | Library Home | Legal | Search ]

System Management Concepts: Operating System and Devices


Performance Measurement and Tuning for BSD 4.3 System Managers

All devices on this operating system have attributes associated with them. To view device attributes, enter:

lsattr -E -l devicename

Any attributes with the value True can be modified with the command:

chdev -l devicename -a attr=value

Attention: Changing device parameters incorrectly can damage your system.

By default, the maximum number of processes per user is 40. The default value might be too low for users who have many windows open simultaneously. The following command can be used to change the value systemwide:

hdev -l sys0 -a maxuproc=100

This example changes the maximum number to 100. The new value is set once the system has restarted.

To view the current setting of this and other system attributes type:

lsattr -E -l sys0

The maxmbuf attribute is not currently supported by the mbuf services.

This operating system supports the vmstat and iostat commands, but not the systat command or load averages.


[ Previous | Next | Table of Contents | Index | Library Home | Legal | Search ]