abu abdulla - 2019-05-26

Hi,

njmon is very nice tool so thanks for it. i would suggest to add the GPU stats for Raspberry pi. it is available from this command:

vcgencmd get_mem <type></type>

Where type is:
arm: total memory assigned to arm
gpu: total memory assigned to gpu
malloc_total: total memory assigned to gpu malloc heap
malloc: free gpu memory in malloc heap
reloc_total: total memory assigned to gpu relocatable heap
reloc: free gpu memory in relocatable heap

https://www.raspberrypi.org/forums/viewtopic.php?t=158157