Class CIM_UnixProcessSetting
extends CIM_UnixSetting

Per process configuration settings

Class Hierarchy

CIM_ManagedElement
   |
   +--CIM_Setting
   |
   +--CIM_UnixSetting
   |
   +--CIM_UnixProcessSetting

Direct Known Subclasses

None.

Class Qualifiers

NameData TypeValueScopeFlavors
DescriptionstringPer process configuration settingsNone TRANSLATABLE= true

Local Class Properties

NameData TypeQualifiers
NameData TypeValueScopeFlavors
IovMaxuint64
DescriptionstringMaximum number of iovec structures that one process has available for use with readv() or writev(). Minimum Acceptable Value: _XOPEN_IOV_MAX(16) sysconf returns this variable when _SC_IOV_MAX is passed to it.None TRANSLATABLE= true
MqOpenMaxuint64
DescriptionstringThe maximum number of open message queue descriptors a process may hold. Minimum Acceptable Value: _POSIX_MQ_OPEN_MAX(8) sysconf returns this variable when _SC_MQ_OPEN_MAX is passed to it.None TRANSLATABLE= true
NGroupsMaxuint64
DescriptionstringMaximum number of simultaneous supplementary group IDs per process. Minimum Acceptable Value: 8 sysconf returns this variable when _SC_NGROUPS_MAX is passed to it.None TRANSLATABLE= true
OpenMaxuint64
DescriptionstringMaximum number of files that one process can have open at any one time. Minimum Acceptable Value: 20 sysconf returns this variable when _SC_OPEN_MAX is passed to it.None TRANSLATABLE= true
PthreadKeysMaxuint64
DescriptionstringMaximum number of data keys that can be created by a process. Minimum Acceptable Value: _POSIX_THREAD_KEYS_MAX(128) sysconf returns this variable when _SC_THREAD_KEYS_MAX is passed to it.None TRANSLATABLE= true
PthreadThreadsMaxuint64
DescriptionstringMaximum number of threads that that can be created per process. Minimum Acceptable Value: _POSIX_THREAD_THREADS_MAX(64) sysconf returns this variable when _SC_THREAD_THREADS_MAX is passed to it.None TRANSLATABLE= true
SegqueueMaxuint64
DescriptionstringMaximum number of queued signals that a process may send and have pending at the receiver(s) at any time. Minimum Acceptable Value: _POSIX_SIGQUEUE_MAX(32) sysconf returns this variable when _SC_SIGQUEUE_MAX is passed to it.None TRANSLATABLE= true
SemNsemsMaxuint64
DescriptionstringMaximum number of semaphores that a process may have. Minimum Acceptable Value: _POSIX_SEM_NSEMS_MAX(256) sysconf returns this variable when _SC_SEM_NSEMS_MAX is passed to it.None TRANSLATABLE= true
StreamMaxuint64
DescriptionstringThe number of streams that one process can have open at one time. If defined, it has the same value as {FOPEN_MAX} (see <stdio.h>). Minimum Acceptable Value: _POSIX_STREAM_MAX(8) sysconf returns this variable when _SC_STREAM_MAX is passed to it.None TRANSLATABLE= true
TimerMaxuint64
DescriptionstringMaximum number of timers per-process supported by the implementation. Minimum Acceptable Value: _POSIX_TIMER_MAX(32) sysconf returns this variable when _SC_TIMER_MAX is passed to it.None TRANSLATABLE= true

Inherited Properties

NameData TypeClass Origin
CaptionstringCIM_ManagedElement
CreationClassNamestringCIM_UnixSetting
DescriptionstringCIM_ManagedElement
SettingIDstringCIM_UnixSetting