Lines Matching refs:available
20 | memory | object | Memory information (only available for **pss_memory** and **js_heap**).…
21 | fd | object | File descriptor information (only available for **fd**). For details, s…
22 | thread | object | Thread information (only available for **thread**). For details, see **…
39 | rss | number | Size of the memory allocated for a process (only available for **pss_memory**), in…
40 | vss | number | Size of the virtual memory applied by a process from the system (only available fo…
41 | pss | number | Size of the physical memory actually used by a process (only available for **pss_m…
42 | sys_free_mem | number | Size of free memory (only available for **pss_memory**), in KB.|
43 | sys_avail_mem | number | Size of available memory (only available for **pss_memory**), in KB.|
44 | sys_total_mem | number | Total memory size (only available for **pss_memory**), in KB.|
45 | limit_size | number | Limit of memory size (only available for **js_heap**), in KB.|
46 | live_object_size | number | Size of the used memory (only available for **js_heap**), in KB.|