Name

adams.flow.source.MemoryUsage


Synopsis

Outputs the memory usage.
The generated map has the following keys:
- init_heap
- max_heap
- used_heap
- committed_heap
- init_non_heap
- max_non_heap
- used_non_heap
- committed_non_heap


Additional information

Flow input/output:
- output: java.util.Map


Options