At this moment we cannot get the process / job / task specific details. Following details we cant get from `Fuchsia / Zircon (Magenta)`:
* `kstats -c` : To print system CPU status
* `kstats -m` : To print system Memory status
**CPU** stats columns will give following details:
* `cpu`: cpu #
* `load`: percentage load
* `sched`: scheduler stats --> Context switches, explicit thread yields, thread preemption events from interrupt
* `sysc` : syscalls
* `ints` : Interrupt stats (hardware, timer etc.)
* `ipi`: inter-process-interrupts