#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. |
Definition at line 111 of file lininfo.h.
Max. File descriptors.
Definition at line 113 of file lininfo.h.
Referenced by get_settings_info(), and update_settings().
Asigned file descriptors.
Definition at line 114 of file lininfo.h.
Referenced by get_settings_info(), and update_settings().
Freed file descriptors.
Definition at line 115 of file lininfo.h.
Referenced by get_settings_info(), and update_settings().
Max. inodes.
Definition at line 116 of file lininfo.h.
Referenced by get_settings_info(), and update_settings().
Asigned inodes.
Definition at line 117 of file lininfo.h.
Referenced by get_settings_info(), and update_settings().
POSIX max. queues.
Definition at line 118 of file lininfo.h.
Referenced by get_settings_info(), and update_settings().
POSIX max. messages per queue.
Definition at line 119 of file lininfo.h.
Referenced by get_settings_info(), and update_settings().
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().
Max. shared memory pages.
Definition at line 123 of file lininfo.h.
Referenced by get_settings_info(), and update_settings().
Max. shared memory segments.
Definition at line 124 of file lininfo.h.
Referenced by get_settings_info(), and update_settings().
Max. shared memory segment size.
Definition at line 125 of file lininfo.h.
Referenced by get_settings_info(), and update_settings().
Max. semaphores in a set.
Definition at line 126 of file lininfo.h.
Referenced by get_settings_info(), and update_settings().
Max. semaphores in system.
Definition at line 127 of file lininfo.h.
Referenced by get_settings_info(), and update_settings().
Max. operations per call.
Definition at line 128 of file lininfo.h.
Referenced by get_settings_info(), and update_settings().
Max. semaphore sets.
Definition at line 129 of file lininfo.h.
Referenced by get_settings_info(), and update_settings().
Max. threads in system.
Definition at line 130 of file lininfo.h.
Referenced by get_settings_info(), and update_settings().