Versions Compared

Key

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

...

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





 CPU Utilization


Deck of Cards
startHiddenfalse
idCPU Utilization


Card
defaulttrue
labelBefore Tiny RDKB


Code Block
languagebash
themeRDark
Before Tiny RDKB 

root@RaspberryPi-Gateway:~# iostat 
Linux 5.4.72-v7 (RaspberryPi-Gateway) 	12/09/20 	_armv7l_	(4 CPU)

avg-cpu:  %user   %nice %system %iowait  %steal   %idle
          19.17    0.02   28.86    0.41    2.50   53.46

Device:            tps   Blk_read/s   Blk_wrtn/s   Blk_read   Blk_wrtn
mmcblk0          14.02       508.65        43.97      95683       8271
mmcblk0p1         0.38         3.88         0.01        729          1
mmcblk0p2        13.39       493.68        43.96      92866       8270

 



Card
defaulttrue
labelAfter Tiny RDKB


Code Block
languagebash
themeRDark
After Tiny RDKB

root@RaspberryPi-Gateway:~# iostat 
Linux 5.4.72-v7 (RaspberryPi-Gateway) 	03/29/21 	_armv7l_	(4 CPU)

avg-cpu:  %user   %nice %system %iowait  %steal   %idle
          17.72    0.02   26.32    1.94    0.00   53.98

Device:            tps   Blk_read/s   Blk_wrtn/s   Blk_read   Blk_wrtn
mmcblk0          20.85       723.65        73.56      79435       8075
mmcblk0p1         0.58         6.66         0.01        731          1
mmcblk0p2        19.83       697.97        73.55      76616       8074


 



     Rootfs Size on Storage Disk

...

Deck of Cards
idROOTFS


Card
labelAfter Tiny RDKB


Code Block
languagebash
themeDJango
After Tiny RDKB

root@RaspberryPi-Gateway:~# df -h
Filesystem                Size      Used Available Use% Mounted on
/dev/root               241.6M    139.5M     85.6M  62% /
devtmpfs                173.0M         0    173.0M   0% /dev
tmpfs                   301.5M      4.0K    301.5M   0% /dev/shm
tmpfs                   301.5M     21.4M    280.1M   7% /run
tmpfs                   301.5M         0    301.5M   0% /sys/fs/cgroup
tmpfs                   301.5M      2.5M    299.1M   1% /tmp
tmpfs                   301.5M    328.0K    301.2M   0% /var/volatile
/dev/mmcblk0p1           50.8M     29.2M     21.6M  58% /boot
tmpfs                    60.3M         0     60.3M   0% /run/user/0
root@RaspberryPi-Gateway:~# 



Card
labelBefore Tiny RDKB


Code Block
languagebash
themeDJango
Before Tiny RDKB

root@RaspberryPi-Gateway:~# df -h
Filesystem                Size      Used Available Use% Mounted on
/dev/root               375.7M    217.2M    135.1M  62% /
devtmpfs                333.7M         0    333.7M   0% /dev
tmpfs                   462.2M      4.0K    462.2M   0% /dev/shm
tmpfs                   462.2M     25.5M    436.7M   6% /run
tmpfs                   462.2M         0    462.2M   0% /sys/fs/cgroup
tmpfs                   462.2M      2.9M    459.3M   1% /tmp
tmpfs                   462.2M    512.0K    461.7M   0% /var/volatile
/dev/mmcblk0p1           48.5M     27.4M     21.0M  57% /boot
root@RaspberryPi-Gateway:~# 



...