System:getTunableInfo
Method
Purpose
This method (on Linux) returns operating system tunable parameter information.
Type
Synchronous, IMPACT_INFO.
Arguments
None.
Returns
Name |
Type |
Description |
Page Size |
Integer |
Page size (in bytes) |
Inodes Allocated |
Long |
Denotes the number of inodes the system has allocated. This number will grow and shrink dynamically. |
Inodes Free |
Long |
Represents the number of free inodes |
Maximum Files |
Integer |
The maximum number of files a process can have open simultaneously |