Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Below linux commands are used to find the memory usage of RAM, CPU Utilization and Rootfs Size.

...


 S.NO                               Memory Usages                    Linux Commands
              1                             RAM Usage                         free -m
              2                             CPU Utilization                         iostat / top
               3                             Rootfs Size                         df

...

-h


Initial Boot -up

         RAM Usage -  Sample Output from fresh image 


Deck of Cards
startHiddenfalse
languagebash
themeDJango
idRAM Usage -> free -m
titleRAM Usage - free -m
linenumberstrue


Card
labelBefore Tiny RDKB


Code Block
languagebash
themeDJango
root@RaspberryPi-Gateway:~# free -m
              total        used        free      shared  buff/cache   available
Mem:            924          62         826          4          39         842
Swap:             0           0           0



Card
labelAfter Tiny RDKB


Code Block
languagebash
themeDJango
root@RaspberryPi-Gateway:~# free -m
              total        used        free      shared  buff/cache   available
Mem:            603          60          503          4          36         518
Swap:             0           0           0



...