Skip to main content

Interface: MemoryStats

Properties

commitbytes?

optional commitbytes: number

Source

packages/extension-api/src/extension-api.d.ts:2823


commitpeakbytes?

optional commitpeakbytes: number

Source

packages/extension-api/src/extension-api.d.ts:2824


failcnt

failcnt: number

Source

packages/extension-api/src/extension-api.d.ts:2819


limit

limit: number

Source

packages/extension-api/src/extension-api.d.ts:2820


max_usage

max_usage: number

Source

packages/extension-api/src/extension-api.d.ts:2817


privateworkingset?

optional privateworkingset: number

Source

packages/extension-api/src/extension-api.d.ts:2825


stats

stats: Object

stats.active_anon

active_anon: number

stats.active_file

active_file: number

stats.cache

cache: number

stats.hierarchical_memory_limit

hierarchical_memory_limit: number

stats.inactive_anon

inactive_anon: number

stats.inactive_file

inactive_file: number

stats.mapped_file

mapped_file: number

stats.pgfault

pgfault: number

stats.pgmajfault

pgmajfault: number

stats.pgpgin

pgpgin: number

stats.pgpgout

pgpgout: number

stats.rss

rss: number

stats.rss_huge

rss_huge: number

stats.total_active_anon

total_active_anon: number

stats.total_active_file

total_active_file: number

stats.total_cache

total_cache: number

stats.total_inactive_anon

total_inactive_anon: number

stats.total_inactive_file

total_inactive_file: number

stats.total_mapped_file

total_mapped_file: number

stats.total_pgfault

total_pgfault: number

stats.total_pgmajfault

total_pgmajfault: number

stats.total_pgpgin

total_pgpgin: number

stats.total_pgpgout

total_pgpgout: number

stats.total_rss

total_rss: number

stats.total_rss_huge

total_rss_huge: number

stats.total_unevictable

total_unevictable: number

stats.total_writeback

total_writeback: number

stats.unevictable

unevictable: number

stats.writeback

writeback: number

Source

packages/extension-api/src/extension-api.d.ts:2786


usage

usage: number

Source

packages/extension-api/src/extension-api.d.ts:2818