settings_info Struct Reference

Contains system settings. This struct contains several fields that represent different system settings like hostname maximum for a shared memory segment, etc. More...

#include <lininfo.h>


Data Fields

int fdmax
 Max. File descriptors.
int fdasig
 Asigned file descriptors.
int fdfreed
 Freed file descriptors.
int inmax
 Max. inodes.
int inasig
 Asigned inodes.
int posix_mq
 POSIX max. queues.
int posix_mpq
 POSIX max. messages per queue.
int posix_ms
 POSIX max. message size.
GString * host
 Hostname.
GString * domain
 Domain name.
int page_max
 Max. shared memory pages.
int seg_max
 Max. shared memory segments.
int seg_size
 Max. shared memory segment size.
int max_seminset
 Max. semaphores in a set.
int max_semsys
 Max. semaphores in system.
int max_opcall
 Max. operations per call.
int max_semsets
 Max. semaphore sets.
int threads
 Max. threads in system.


Detailed Description

Contains system settings. This struct contains several fields that represent different system settings like hostname maximum for a shared memory segment, etc.

Definition at line 111 of file lininfo.h.


Field Documentation

int settings_info::fdmax

Max. File descriptors.

Definition at line 113 of file lininfo.h.

Referenced by get_settings_info(), and update_settings().

int settings_info::fdasig

Asigned file descriptors.

Definition at line 114 of file lininfo.h.

Referenced by get_settings_info(), and update_settings().

int settings_info::fdfreed

Freed file descriptors.

Definition at line 115 of file lininfo.h.

Referenced by get_settings_info(), and update_settings().

int settings_info::inmax

Max. inodes.

Definition at line 116 of file lininfo.h.

Referenced by get_settings_info(), and update_settings().

int settings_info::inasig

Asigned inodes.

Definition at line 117 of file lininfo.h.

Referenced by get_settings_info(), and update_settings().

int settings_info::posix_mq

POSIX max. queues.

Definition at line 118 of file lininfo.h.

Referenced by get_settings_info(), and update_settings().

int settings_info::posix_mpq

POSIX max. messages per queue.

Definition at line 119 of file lininfo.h.

Referenced by get_settings_info(), and update_settings().

int settings_info::posix_ms

POSIX max. message size.

Definition at line 120 of file lininfo.h.

Referenced by get_settings_info(), and update_settings().

GString* settings_info::host

Hostname.

Definition at line 121 of file lininfo.h.

Referenced by get_settings_info(), and update_settings().

GString* settings_info::domain

Domain name.

Definition at line 122 of file lininfo.h.

Referenced by get_settings_info(), and update_settings().

int settings_info::page_max

Max. shared memory pages.

Definition at line 123 of file lininfo.h.

Referenced by get_settings_info(), and update_settings().

int settings_info::seg_max

Max. shared memory segments.

Definition at line 124 of file lininfo.h.

Referenced by get_settings_info(), and update_settings().

int settings_info::seg_size

Max. shared memory segment size.

Definition at line 125 of file lininfo.h.

Referenced by get_settings_info(), and update_settings().

int settings_info::max_seminset

Max. semaphores in a set.

Definition at line 126 of file lininfo.h.

Referenced by get_settings_info(), and update_settings().

int settings_info::max_semsys

Max. semaphores in system.

Definition at line 127 of file lininfo.h.

Referenced by get_settings_info(), and update_settings().

int settings_info::max_opcall

Max. operations per call.

Definition at line 128 of file lininfo.h.

Referenced by get_settings_info(), and update_settings().

int settings_info::max_semsets

Max. semaphore sets.

Definition at line 129 of file lininfo.h.

Referenced by get_settings_info(), and update_settings().

int settings_info::threads

Max. threads in system.

Definition at line 130 of file lininfo.h.

Referenced by get_settings_info(), and update_settings().


The documentation for this struct was generated from the following file:
Generated on Tue Apr 1 22:52:58 2008 for lkmonitor by  doxygen 1.5.1