Retrieve an existing Super Pool Statistics
get
/services/{version}/mpoints/{item}/superpoolStatistics
Required Role: User
Retrieve an existing Super Pool StatisticsRequest
Path Parameters
-
item(required): string
Minimum Length:
1
Maximum Length:32
-
version(required): string
Oracle GoldenGate Service API version.
Allowed Values:[ "v2" ]
Response
Supported Media Types
- application/json
200 Response
Root Schema : Oracle GoldenGate Superpool statistics
Type:
object
Title:
Show Source
Oracle GoldenGate Superpool statistics
-
$schema:
Allowed Values:
[ "mpoints:superpoolStatistics" ]
-
activeFileQueue:
integer
Minimum Value:
0
Maximum Value:2147483647
Active File Queue Length -
currentDiskUse:
integer
Minimum Value:
0
Maximum Value:9223372036854776000
Current Disk Usage -
currentFileQueueLen:
integer
Minimum Value:
0
Maximum Value:2147483647
Current File Queue Length -
currentMmapAnon:
integer
Minimum Value:
0
Maximum Value:9223372036854776000
Current Anonymous Map Operations performed -
currentMmapFiles:
integer
Minimum Value:
0
Maximum Value:9223372036854776000
Current Number of Mapped Files -
currentMmapRecycles:
integer
Minimum Value:
0
Maximum Value:9223372036854776000
Current Number of Map Recycles -
currentVmUsed:
integer
Minimum Value:
0
Maximum Value:9223372036854776000
Current Memory Usage -
hardPageout:
integer
Minimum Value:
0
Maximum Value:9223372036854776000
Number of Hard Page Outs -
initialVmIncrement:
integer
Minimum Value:
0
Maximum Value:2147483647
Initial Memory Allocation Increment -
maxVmSize:
integer
Minimum Value:
0
Maximum Value:9223372036854776000
Max VM Size -
maxVmUsed:
integer
Minimum Value:
0
Maximum Value:9223372036854776000
Max Memory Used -
minObjToPageout:
integer
Minimum Value:
0
Maximum Value:2147483647
Min Number of Objects to Page Out -
minVmToPageout:
integer
Minimum Value:
0
Maximum Value:2147483647
Min Memory to Page Out -
mmapGrainularity:
integer
Minimum Value:
0
Maximum Value:2147483647
Map Grainularity -
softPageoutSize:
integer
Minimum Value:
0
Maximum Value:9223372036854776000
Soft Page Out Size -
vmDefaultAllocation:
integer
Minimum Value:
0
Maximum Value:2147483647
Initial Pool Memory Allocation Size -
vmMaxAllocation:
integer
Minimum Value:
0
Maximum Value:2147483647
Max Pool Memory Allocation Size
Example Response (application/json)
{
"$schema":"api:standardResponse",
"response":{
"vmMaxAllocation":"8388608",
"activeFileQueue":"0",
"vmDefaultAllocation":"65536",
"maxVmSize":"8388608",
"currentFileQueueLen":"0",
"softPageoutSize":"68719476736",
"$schema":"mpoints:superpoolStatistics",
"currentMmapRecycles":"0",
"currentVmUsed":"0",
"currentMmapAnon":"0",
"currentDiskUse":"0",
"hardPageout":"103079215104",
"mmapGrainularity":"0",
"currentMmapFiles":"0",
"minObjToPageout":"8388608",
"maxVmUsed":[
"0",
"65536"
],
"minVmToPageout":"32",
"initialVmIncrement":"524288"
},
"messages":[
],
"links":[
]
}