Interface: NodeStats
January 9, 2021 · View on GitHub
andesitejs / Exports / api/types / NodeStats
Interface: NodeStats
api/types.NodeStats
Hierarchy
- NodeStats
Table of contents
Properties
- classLoading
- compilation
- cpu
- frameStats
- gc
- memory
- memoryManagers
- memoryPools
- os
- players
- runtime
- thread
Properties
classLoading
• classLoading: ClassLoading
Defined in: api/types.ts:146
compilation
• compilation: Compilation
Defined in: api/types.ts:148
cpu
• cpu: CPU
Defined in: api/types.ts:145
frameStats
• frameStats: FrameStatistic[]
Defined in: api/types.ts:153
gc
• gc: GarbageCollector[]
Defined in: api/types.ts:150
memory
• memory: Memory
Defined in: api/types.ts:149
memoryManagers
• memoryManagers: MemoryManager[]
Defined in: api/types.ts:152
memoryPools
• memoryPools: MemoryPool[]
Defined in: api/types.ts:151
os
• os: OperatingSystem
Defined in: api/types.ts:144
players
• players: Players
Defined in: api/types.ts:142
runtime
• runtime: Runtime
Defined in: api/types.ts:143
thread
• thread: Thread
Defined in: api/types.ts:147