summaryrefslogtreecommitdiffstats
path: root/REFLECTION
blob: f269dcb0c1b764fff777cfb20780bcc80fec0762 (plain)
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
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
Extension [ <persistent> extension #125 statgrab version 2.2.0 ] {

  - Constants [16] {
    Constant [ <persistent> int SG_FULL_DUPLEX ] { 0 }
    Constant [ <persistent> int SG_HALF_DUPLEX ] { 1 }
    Constant [ <persistent> int SG_UNKNOWN_DUPLEX ] { 2 }
    Constant [ <persistent> int SG_PS_SORT_NAME ] { 0 }
    Constant [ <persistent> int SG_PS_SORT_PID ] { 1 }
    Constant [ <persistent> int SG_PS_SORT_UID ] { 2 }
    Constant [ <persistent> int SG_PS_SORT_GID ] { 3 }
    Constant [ <persistent> int SG_PS_SORT_SIZE ] { 4 }
    Constant [ <persistent> int SG_PS_SORT_RES ] { 5 }
    Constant [ <persistent> int SG_PS_SORT_CPU ] { 6 }
    Constant [ <persistent> int SG_PS_SORT_TIME ] { 7 }
    Constant [ <persistent> int SG_PROCESS_STATE_RUNNING ] { 0 }
    Constant [ <persistent> int SG_PROCESS_STATE_SLEEPING ] { 1 }
    Constant [ <persistent> int SG_PROCESS_STATE_STOPPED ] { 2 }
    Constant [ <persistent> int SG_PROCESS_STATE_ZOMBIE ] { 3 }
    Constant [ <persistent> int SG_PROCESS_STATE_UNKNOWN ] { 4 }
  }

  - Functions {
    Function [ <internal:statgrab> function sg_cpu_percent_usage ] {

      - Parameters [1] {
        Parameter #0 [ <optional> int $source = 0 ]
      }
      - Return [ array|false ]
    }
    Function [ <internal:statgrab> function sg_cpu_totals ] {

      - Parameters [0] {
      }
      - Return [ array|false ]
    }
    Function [ <internal:statgrab> function sg_cpu_diff ] {

      - Parameters [0] {
      }
      - Return [ array|false ]
    }
    Function [ <internal:statgrab> function sg_diskio_stats ] {

      - Parameters [0] {
      }
      - Return [ array|false ]
    }
    Function [ <internal:statgrab> function sg_diskio_stats_diff ] {

      - Parameters [0] {
      }
      - Return [ array|false ]
    }
    Function [ <internal:statgrab> function sg_fs_stats ] {

      - Parameters [0] {
      }
      - Return [ array|false ]
    }
    Function [ <internal:statgrab> function sg_general_stats ] {

      - Parameters [0] {
      }
      - Return [ array|false ]
    }
    Function [ <internal:statgrab> function sg_load_stats ] {

      - Parameters [0] {
      }
      - Return [ array|false ]
    }
    Function [ <internal:statgrab> function sg_memory_stats ] {

      - Parameters [0] {
      }
      - Return [ array|false ]
    }
    Function [ <internal:statgrab> function sg_swap_stats ] {

      - Parameters [0] {
      }
      - Return [ array|false ]
    }
    Function [ <internal:statgrab> function sg_network_stats ] {

      - Parameters [0] {
      }
      - Return [ array|false ]
    }
    Function [ <internal:statgrab> function sg_network_stats_diff ] {

      - Parameters [0] {
      }
      - Return [ array|false ]
    }
    Function [ <internal:statgrab> function sg_page_stats ] {

      - Parameters [0] {
      }
      - Return [ array|false ]
    }
    Function [ <internal:statgrab> function sg_page_stats_diff ] {

      - Parameters [0] {
      }
      - Return [ array|false ]
    }
    Function [ <internal:statgrab> function sg_process_count ] {

      - Parameters [0] {
      }
      - Return [ array|false ]
    }
    Function [ <internal:statgrab> function sg_process_stats ] {

      - Parameters [2] {
        Parameter #0 [ <optional> ?int $sort_order = null ]
        Parameter #1 [ <optional> int $num_entries = 0 ]
      }
      - Return [ array|false ]
    }
    Function [ <internal:statgrab> function sg_user_stats ] {

      - Parameters [0] {
      }
      - Return [ array|false ]
    }
    Function [ <internal:statgrab> function sg_network_iface_stats ] {

      - Parameters [0] {
      }
      - Return [ array|false ]
    }
    Function [ <internal:statgrab> function sg_valid_filesystems ] {

      - Parameters [0] {
      }
      - Return [ array|false ]
    }
    Function [ <internal:statgrab> function sg_set_valid_filesystems ] {

      - Parameters [1] {
        Parameter #0 [ <required> array $filesystems ]
      }
      - Return [ bool ]
    }
    Function [ <internal:statgrab> function sg_snapshot ] {

      - Parameters [0] {
      }
      - Return [ bool ]
    }
    Function [ <internal:statgrab> function sg_error_details ] {

      - Parameters [0] {
      }
      - Return [ array|false ]
    }
  }

  - Classes [1] {
    Class [ <internal:statgrab> final class Statgrab ] {

      - Constants [37] {
        Constant [ public int DUPLEX_FULL ] { 0 }
        Constant [ public int DUPLEX_HALF ] { 1 }
        Constant [ public int DUPLEX_UNKNOWN ] { 2 }
        Constant [ public int SORT_NAME ] { 0 }
        Constant [ public int SORT_PID ] { 1 }
        Constant [ public int SORT_UID ] { 2 }
        Constant [ public int SORT_GID ] { 3 }
        Constant [ public int SORT_SIZE ] { 4 }
        Constant [ public int SORT_RES ] { 5 }
        Constant [ public int SORT_CPU ] { 6 }
        Constant [ public int SORT_TIME ] { 7 }
        Constant [ public int STATE_RUNNING ] { 0 }
        Constant [ public int STATE_SLEEPING ] { 1 }
        Constant [ public int STATE_STOPPED ] { 2 }
        Constant [ public int STATE_ZOMBIE ] { 3 }
        Constant [ public int STATE_UNKNOWN ] { 4 }
        Constant [ public int CPU_PERCENT_ENTIRE ] { 0 }
        Constant [ public int CPU_PERCENT_LAST_DIFF ] { 1 }
        Constant [ public int CPU_PERCENT_NEW_DIFF ] { 2 }
        Constant [ public int HOST_STATE_UNKNOWN ] { 0 }
        Constant [ public int HOST_STATE_PHYSICAL ] { 1 }
        Constant [ public int HOST_STATE_VIRTUAL_MACHINE ] { 2 }
        Constant [ public int HOST_STATE_PARAVIRTUAL_MACHINE ] { 3 }
        Constant [ public int HOST_STATE_HARDWARE_VIRTUALIZED ] { 4 }
        Constant [ public int FS_UNKNOWN ] { 0 }
        Constant [ public int FS_REGULAR ] { 1 }
        Constant [ public int FS_SPECIAL ] { 2 }
        Constant [ public int FS_LOOPBACK ] { 4 }
        Constant [ public int FS_REMOTE ] { 8 }
        Constant [ public int FS_LOCAL ] { 3 }
        Constant [ public int FS_ALLTYPES ] { 15 }
        Constant [ public int ERROR_NONE ] { 0 }
        Constant [ public int ERROR_INVALID_ARGUMENT ] { 1 }
        Constant [ public int ERROR_OPEN ] { 21 }
        Constant [ public int ERROR_OPENDIR ] { 22 }
        Constant [ public int ERROR_PERMISSION ] { 29 }
        Constant [ public int ERROR_UNSUPPORTED ] { 44 }
      }

      - Static properties [0] {
      }

      - Static methods [0] {
      }

      - Properties [0] {
      }

      - Methods [20] {
        Method [ <internal:statgrab, ctor> public method __construct ] {

          - Parameters [0] {
          }
        }

        Method [ <internal:statgrab> public method cpu ] {

          - Parameters [1] {
            Parameter #0 [ <optional> int $source = 0 ]
          }
          - Return [ array|false ]
        }

        Method [ <internal:statgrab> public method cpuStats ] {

          - Parameters [0] {
          }
          - Return [ array|false ]
        }

        Method [ <internal:statgrab> public method cpuDiff ] {

          - Parameters [0] {
          }
          - Return [ array|false ]
        }

        Method [ <internal:statgrab> public method disks ] {

          - Parameters [1] {
            Parameter #0 [ <optional> bool $diff = false ]
          }
          - Return [ array|false ]
        }

        Method [ <internal:statgrab> public method filesystems ] {

          - Parameters [0] {
          }
          - Return [ array|false ]
        }

        Method [ <internal:statgrab> public method host ] {

          - Parameters [0] {
          }
          - Return [ array|false ]
        }

        Method [ <internal:statgrab> public method load ] {

          - Parameters [0] {
          }
          - Return [ array|false ]
        }

        Method [ <internal:statgrab> public method memory ] {

          - Parameters [0] {
          }
          - Return [ array|false ]
        }

        Method [ <internal:statgrab> public method swap ] {

          - Parameters [0] {
          }
          - Return [ array|false ]
        }

        Method [ <internal:statgrab> public method network ] {

          - Parameters [1] {
            Parameter #0 [ <optional> bool $diff = false ]
          }
          - Return [ array|false ]
        }

        Method [ <internal:statgrab> public method pages ] {

          - Parameters [1] {
            Parameter #0 [ <optional> bool $diff = false ]
          }
          - Return [ array|false ]
        }

        Method [ <internal:statgrab> public method processes ] {

          - Parameters [2] {
            Parameter #0 [ <optional> ?int $sort_order = null ]
            Parameter #1 [ <optional> int $num_entries = 0 ]
          }
          - Return [ array|false ]
        }

        Method [ <internal:statgrab> public method processCount ] {

          - Parameters [0] {
          }
          - Return [ array|false ]
        }

        Method [ <internal:statgrab> public method users ] {

          - Parameters [0] {
          }
          - Return [ array|false ]
        }

        Method [ <internal:statgrab> public method interfaces ] {

          - Parameters [0] {
          }
          - Return [ array|false ]
        }

        Method [ <internal:statgrab> public method validFilesystems ] {

          - Parameters [0] {
          }
          - Return [ array|false ]
        }

        Method [ <internal:statgrab> public method setValidFilesystems ] {

          - Parameters [1] {
            Parameter #0 [ <required> array $filesystems ]
          }
          - Return [ bool ]
        }

        Method [ <internal:statgrab> public method snapshot ] {

          - Parameters [0] {
          }
          - Return [ bool ]
        }

        Method [ <internal:statgrab> public method errorDetails ] {

          - Parameters [0] {
          }
          - Return [ array|false ]
        }
      }
    }
  }
}