Most Recent Statistics

URL:
https://<notebookserveradmin>/system/statistics/mostRecent
Methods:
GET
Version Introduced:
10.8.1

Description

This resource returns the most recent statistics, such as memory and disk utilitization for machines that participate in the Notebook server site, as well as memory and CPU utilization for all containers. The information returned is updated every minute.

Request parameters

ParameterDetails

f

The response format. The default format is html .

Values: html | json | pjson

Example usage

Below is a sample request URL used to access the mostRecent resource:

Use dark colors for code blocksCopy
1
https://notebookserver.domain.com:11443/arcgis/admin/system/statistics/mostRecent?f=pjson

JSON Response example

Use dark colors for code blocksCopy
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
{
  "mostRecentStatistics": [
    {
      "systemMemoryAvailableMB": 9668,
      "systemMemoryMB": 15005,
      "containers": [
        {
          "cpuUtilization": 0,
          "timeStamp": 1589360966646,
          "memoryLimitGB": 4,
          "machine": "MACHINE.DOMAIN.COM",
          "id": "3e632d4f95f94820b3586136933648da",
          "containerId": "71f95e376044ebae7f7ab0ea0dbfe9a6481787aaa099807b3175ad00e6aa638d",
          "memoryUsageGB": 0.25619888
        },
        {
          "cpuUtilization": 0,
          "timeStamp": 1589360968651,
          "memoryLimitGB": 4,
          "machine": "MACHINE.DOMAIN.COM",
          "id": "7ea333e6778943ca8f65048d03d52a90",
          "containerId": "f17c9c5358944ee7e719b21e1830f00e521fd91ab46b853f1fbf0f2c63760125",
          "memoryUsageGB": 0.3055458
        },
        {
          "cpuUtilization": 0.022624837905236908,
          "timeStamp": 1589360970655,
          "memoryLimitGB": 6,
          "machine": "MACHINE.DOMAIN.COM",
          "id": "347d52b88bd34a618876d0c4a28139f0",
          "containerId": "223e693a6d0433edbf7be49c436dd70068980cc2f89e4cf5bcd822cdda51cbcf",
          "memoryUsageGB": 1.4282112
        },
        {
          "cpuUtilization": 0.029805940594059405,
          "timeStamp": 1589360972669,
          "memoryLimitGB": 6,
          "machine": "MACHINE.DOMAIN.COM",
          "id": "8cb73166166047878d1e718c7d8a96b0",
          "containerId": "3c3c7b6ffc7bcd4620b2d382acf7deda180fc655e81d6ce13573036ebd721fa4",
          "memoryUsageGB": 1.2664452
        }
      ],
      "machineName": "MACHINE.DOMAIN.COM",
      "localDiskUsage": [
        {
          "diskTotalSpaceGB": 96,
          "diskUsableSpaceGB": 31,
          "mount": "/"
        },
        {
          "diskTotalSpaceGB": 279,
          "diskUsableSpaceGB": 153,
          "mount": "/net/machine/data/arcgisnotebookserver"
        }
      ]
    },
    {
      "systemMemoryAvailableMB": 12702,
      "systemMemoryMB": 15005,
      "containers": [
        {
          "cpuUtilization": 0.026280401002506264,
          "timeStamp": 1589361020906,
          "memoryLimitGB": 4,
          "machine": "MACHINE.DOMAIN.COM",
          "id": "b29f4519516943369efc5de79540a242",
          "containerId": "a0a75627cbd4da98f76bdb38a59106a135f3d6354afd06ec163dd5ee6d5767e2",
          "memoryUsageGB": 0.088321686
        },
        {
          "cpuUtilization": 0,
          "timeStamp": 1589361022886,
          "memoryLimitGB": 6,
          "machine": "MACHINE.DOMAIN.COM",
          "id": "f719bf886b4d4a6db639d0ce375c99ac",
          "containerId": "57eee580df1a15582d349503d54e2240a23780104b46b639813674803b669625",
          "memoryUsageGB": 0.09452438
        },
        {
          "cpuUtilization": 0,
          "timeStamp": 1589361024893,
          "memoryLimitGB": 4,
          "machine": "MACHINE.DOMAIN.COM",
          "id": "bf47268ea4964c7bbd4ef220d5a10d59",
          "containerId": "2353f0480d3964b320cc9c76c0634cdf255ad20eedd2eb21f7abde564bd4ba7b",
          "memoryUsageGB": 0.088344574
        }
      ],
      "machineName": "MACHINE.DOMAIN.COM",
      "localDiskUsage": [
        {
          "diskTotalSpaceGB": 96,
          "diskUsableSpaceGB": 36,
          "mount": "/"
        },
        {
          "diskTotalSpaceGB": 279,
          "diskUsableSpaceGB": 153,
          "mount": "/net/machine/data/arcgisnotebookserver"
        }
      ]
    }
  ]
}

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.