Repository: incubator-geode Updated Branches: refs/heads/gh-wiki [created] f20c96c53
Updated Native Disk Persistence (markdown) Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/70a83698 Tree: http://git-wip-us.apache.org/repos/asf/incubator-geode/tree/70a83698 Diff: http://git-wip-us.apache.org/repos/asf/incubator-geode/diff/70a83698 Branch: refs/heads/gh-wiki Commit: 70a83698da3bd4ecf3ddc40e1c29527b58e523dc Parents: 78b9318 Author: Anthony Baker <[email protected]> Authored: Thu Apr 9 10:22:47 2015 -0700 Committer: Anthony Baker <[email protected]> Committed: Thu Apr 9 10:22:47 2015 -0700 ---------------------------------------------------------------------- Native-Disk-Persistence.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/70a83698/Native-Disk-Persistence.md ---------------------------------------------------------------------- diff --git a/Native-Disk-Persistence.md b/Native-Disk-Persistence.md index d4aef87..c97555d 100644 --- a/Native-Disk-Persistence.md +++ b/Native-Disk-Persistence.md @@ -232,7 +232,7 @@ If a network file system is going to be used, it is best for the data directory ###Statistics related to disk persistence See -http://geode-docs.cfapps.io/docs-gemfire/managing/statistics/statistics_list.html +http://geode-docs.cfapps.io/docs/reference/statistics/statistics_list.html ####DiskDirStatistics @@ -427,4 +427,4 @@ removes The total entry destroys handed off to the disk layer. </td> ####CachePerfStatistics -The CachePerfStatistics instance has a statistic named rollsWaiting which tells you how many of this VM's disk regions are ready to roll an oplog to the db files but are waiting for a thread to be available to do this work. +The CachePerfStatistics instance has a statistic named rollsWaiting which tells you how many of this VM's disk regions are ready to roll an oplog to the db files but are waiting for a thread to be available to do this work. \ No newline at end of file
