public final class PageFileUtil extends Object
Constructor and Description |
---|
PageFileUtil() |
Modifier and Type | Method and Description |
---|---|
static void |
appendPageFileStatistics(StringBuilder buffer,
PageFileStatistics statistics)
Append the page file statistics to the output buffer.
|
static long |
getLogicalReadOperations(PageFileStatistics statistics)
Get the number of (logical) read operations (without caching).
|
static long |
getLogicalWriteOperations(PageFileStatistics statistics)
Get the number of (logical) write operations (without caching).
|
static long |
getPhysicalReadOperations(PageFileStatistics statistics)
Get the number of (physical) read operations (with caching).
|
static long |
getPhysicalWriteOperations(PageFileStatistics statistics)
Get the number of (physical) write operations (with caching).
|
public static void appendPageFileStatistics(StringBuilder buffer, PageFileStatistics statistics)
buffer
- Buffer to append topublic static long getLogicalReadOperations(PageFileStatistics statistics)
statistics
- Statistics.public static long getLogicalWriteOperations(PageFileStatistics statistics)
statistics
- Statistics.public static long getPhysicalReadOperations(PageFileStatistics statistics)
statistics
- Statistics.public static long getPhysicalWriteOperations(PageFileStatistics statistics)
statistics
- Statistics.