GeoWebCache Memory Cache Statistics

A response contains memory cache statistics
More information: http://geoserver.org/comm/
Contact Info: geoserver-users@sourceforge.net
Version: 1.0.0
BasePath:/geoserver/gwc/rest
All rights reserved
http://apache.org/licenses/LICENSE-2.0.html

Access

Methods

[ Jump to Models ]

Table of Contents

GwcMemoryCacheStatistics

GwcMemoryCacheStatistics

Up
get /statistics
Returns XML or JSON response with memory cache statistics (statisticsGet)
When appended with .json or .xml will respond with memory caches statistics in the requested format if the blobstore used is an instance of MemoryBlobStore.

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK

Example data

Content-Type: application/xml

  0
  0
  0
  0
  100.0
  0.0
  0.0
  67108864
  0

Example data

Content-Type: application/json
{
  "org.geowebcache.storage.blobstore.memory.CacheStatistics": {
    "evictionCount": 0,
    "hitCount": 0,
    "totalSize": 16777216,
    "actualSize": 0,
    "missRate": 0,
    "totalCount": 0,
    "currentMemoryOccupation": 0,
    "hitRate": 100,
    "missCount": 0
  }
}

Models

[ Jump to Methods ]

Table of Contents