- Timestamp:
-
03/17/08 20:30:49 (5 years ago)
- Author:
-
mickem
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
|
v11
|
v12
|
|
| 3 | 3 | This check checks the memory (page) usage and generates a state if the memory is above or below give parameters. |
| 4 | 4 | ||'''Option'''||'''Values'''||'''Description''' |
| 5 | | ||MaxWarn||Size GMKB%||The maximum size allowed before a warning state is returned. |
| 6 | | ||MaxCrit||Size GMKB%||The maximum size allowed before a critical state is returned. |
| 7 | | ||MinWarn||Size GMKB%||The minimum size allowed before a warning state is returned. |
| 8 | | ||MinCrit||Size GMKB%||The minimum size allowed before a critical state is returned. |
| | 5 | ||MaxWarn||[wiki:size-value] or [wiki:percenatge-value %]||The maximum size allowed before a warning state is returned. |
| | 6 | ||MaxCrit||[wiki:size-value] or [wiki:percenatge-value %]||The maximum size allowed before a critical state is returned. |
| | 7 | ||MinWarn||[wiki:size-value] or [wiki:percenatge-value %]||The minimum size allowed before a warning state is returned. |
| | 8 | ||MinCrit||[wiki:size-value] or [wiki:percenatge-value %]||The minimum size allowed before a critical state is returned. |
| 9 | 9 | ||ShowAll||None||A Boolean flag to show size even if no state is returned (?). |
| 10 | 10 | ||type||page, paged, virtual, physical||What kind of memory to check (does not yet support stacking to check multiple kinds) |
| 11 | 11 | |
| | 12 | The ''[wiki:size-value] or [wiki:percenatge-value %]'' is a normal [wiki:numeric-value] with an optional unit or percentage postfix to specify large sizes. The available postfixes are B for Byte, K for Kilobyte, M for Megabyte, G for Gigabyte and finally % for percent free space. |
| | 13 | |
| 12 | 14 | What the different types really mean |
| 13 | | |
| 14 | | |
| 15 | | ullTotalPhys |
| 16 | | |
| 17 | | ullAvailPhys |
| 18 | | Size of physical memory available, in bytes. |
| 19 | | ullTotalPageFile |
| 20 | | Size of the committed memory limit, in bytes. This is physical memory plus the size of the page file, minus a small overhead. |
| 21 | | ullAvailPageFile |
| 22 | | The limit is ullTotalPageFile. |
| 23 | | ullTotalVirtual |
| 24 | | |
| 25 | | ullAvailVirtual |
| 26 | | |
| 27 | | ullAvailExtendedVirtual |
| 28 | | Size of unreserved and uncommitted memory in the extended portion of the virtual address space of the calling process, in bytes. |
| 29 | | |
| 30 | 15 | ||'''Type'''||'''Meaning''' |
| 31 | 16 | ||page|| Number of .. ?? This is the commitlimit (same as used in NSCLient, ie. via PDH, available on NT4) |
|
|