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 59 of file lininfo.h.


Field Documentation

int settings_info::fdmax

Max. File descriptors.

Definition at line 61 of file lininfo.h.

Referenced by get_settings_info(), and update_settings().

int settings_info::fdasig

Asigned file descriptors.

Definition at line 62 of file lininfo.h.

Referenced by get_settings_info(), and update_settings().

int settings_info::fdfreed

Freed file descriptors.

Definition at line 63 of file lininfo.h.

Referenced by get_settings_info(), and update_settings().

int settings_info::inmax

Max. inodes.

Definition at line 64 of file lininfo.h.

Referenced by get_settings_info(), and update_settings().

int settings_info::inasig

Asigned inodes.

Definition at line 65 of file lininfo.h.

Referenced by get_settings_info(), and update_settings().

int settings_info::posix_mq

POSIX max. queues.

Definition at line 66 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 67 of file lininfo.h.

Referenced by get_settings_info(), and update_settings().

int settings_info::posix_ms

POSIX max. message size.

Definition at line 68 of file lininfo.h.

Referenced by get_settings_info(), and update_settings().

GString* settings_info::host

Hostname.

Definition at line 69 of file lininfo.h.

Referenced by get_settings_info(), and update_settings().

GString* settings_info::domain

Domain name.

Definition at line 70 of file lininfo.h.

Referenced by get_settings_info(), and update_settings().

int settings_info::page_max

Max. shared memory pages.

Definition at line 71 of file lininfo.h.

Referenced by get_settings_info(), and update_settings().

int settings_info::seg_max

Max. shared memory segments.

Definition at line 72 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 73 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 74 of file lininfo.h.

Referenced by get_settings_info(), and update_settings().

int settings_info::max_semsys

Max. semaphores in system.

Definition at line 75 of file lininfo.h.

Referenced by get_settings_info(), and update_settings().

int settings_info::max_opcall

Max. operations per call.

Definition at line 76 of file lininfo.h.

Referenced by get_settings_info(), and update_settings().

int settings_info::max_semsets

Max. semaphore sets.

Definition at line 77 of file lininfo.h.

Referenced by get_settings_info(), and update_settings().

int settings_info::threads

Max. threads in system.

Definition at line 78 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 Sat Dec 2 11:27:53 2006 for lkmonitor by  doxygen 1.5.1