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.

            • RAM Usage - free -m
            • CPU Utilization - iostat
            • Rootfs Size - df -h

Initial Boot -up

S.NO      Linux Commands For Memory Usage     Before Tiny RDKB                     After Tiny RDKB
  1                free -mroot@RaspberryPi-Gateway:~# free -m
              total        used        free      shared  buff/cache   available
Mem:            603          60          503          4          36         518
Swap:             0           0           0

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



  •                              

...