Closed ichergui closed 1 year ago
Tests were done on machine jetson-nano-devkit-emmc with demo-image-full image
jetson-nano-devkit-emmc
demo-image-full
Add the following line into conf/local.conf
conf/local.conf
CORE_IMAGE_BASE_INSTALL:append = " python3-jetson-stats"
Result
root@jetson-nano-devkit-emmc:~# hostnamectl Static hostname: jetson-nano-devkit-emmc Icon name: computer Machine ID: 4f73fae99bfd425ab4f1005131517748 Boot ID: 2af2644ef42845abb2e05ed0fe2f7a68 Operating System: OE4Tegra Demonstration Distro 4.0.12+snapshot-3272e64a731280206d13fe746e4b9e3a5e7c73a8 (kirkstone-l4t-r32.7) Kernel: Linux 4.9.337-l4t-r32.7.4+ga1cf17bc0aa0 Architecture: arm64 root@jetson-nano-devkit-emmc:~# root@jetson-nano-devkit-emmc:~# root@jetson-nano-devkit-emmc:~# python3 -m jtop.core.jetson_libraries CUDA: 10.2 OPENCV: not Installed! TensorRT: 8.2.1 cuDNN: 8.2.1 VPI: 1.2.3 Vulkan: 1.3.204 root@jetson-nano-devkit-emmc:~# root@jetson-nano-devkit-emmc:~# systemctl status jtop
jtop.service - jtop service Loaded: loaded (8;;file://jetson-nano-devkit-emmc/lib/systemd/system/jtop.service/lib/systemd/system/jtop.service8;;; enabled; vendor preset: enabled)8;; Active: active (running) since Thu 2022-04-28 17:42:37 UTC; 1 year 3 months ago Main PID: 3594 (python3) Tasks: 7 (limit: 4173) Memory: 25.8M CGroup: /system.slice/jtop.service |- 3594 python3 /usr/bin/jtop --force |- 3606 python3 /usr/bin/jtop --force `- 3614 python3 /usr/bin/jtop --force
Apr 28 17:42:37 jetson-nano-devkit-emmc jtop[3594]: [INFO] jtop.core.fan - Fan tegra_pwmfan(1) found in /sys/class/hwmon/hwmon1 Apr 28 17:42:37 jetson-nano-devkit-emmc jtop[3594]: [INFO] jtop.core.fan - RPM tegra_pwmfan(1) found in /sys/class/hwmon/hwmon1 Apr 28 17:42:37 jetson-nano-devkit-emmc jtop[3594]: [INFO] jtop.core.fan - Fan temp controller tegra_pwmfan found in /sys/class/hwmon/hwmon1/temp_control Apr 28 17:42:37 jetson-nano-devkit-emmc jtop[3594]: [INFO] jtop.core.jetson_clocks - jetson_clocks found in /usr/bin/jetson_clocks Apr 28 17:42:37 jetson-nano-devkit-emmc jtop[3594]: [INFO] jtop.core.nvpmodel - nvpmodel running in [0]MAXN - Default: 0 Apr 28 17:42:37 jetson-nano-devkit-emmc jtop[3614]: [INFO] jtop.service - Initialization service Apr 28 17:42:38 jetson-nano-devkit-emmc jtop[3614]: [INFO] jtop.core.jetson_clocks - Store jetson_clocks configuration in /usr/local/jtop/l4t_dfs.conf Apr 28 17:42:38 jetson-nano-devkit-emmc jtop[3614]: [INFO] jtop.service - service ready Aug 27 23:03:55 jetson-nano-devkit-emmc jtop[3614]: [INFO] jtop.service - jtop timer thread started 1000ms Aug 27 23:04:39 jetson-nano-devkit-emmc jtop[3614]: [INFO] jtop.service - jtop timer thread close root@jetson-nano-devkit-emmc:~#
Tests were done on machine
jetson-nano-devkit-emmc
withdemo-image-full
imageAdd the following line into
conf/local.conf
Result
jtop.service - jtop service Loaded: loaded (8;;file://jetson-nano-devkit-emmc/lib/systemd/system/jtop.service/lib/systemd/system/jtop.service8;;; enabled; vendor preset: enabled)8;; Active: active (running) since Thu 2022-04-28 17:42:37 UTC; 1 year 3 months ago Main PID: 3594 (python3) Tasks: 7 (limit: 4173) Memory: 25.8M CGroup: /system.slice/jtop.service |- 3594 python3 /usr/bin/jtop --force |- 3606 python3 /usr/bin/jtop --force `- 3614 python3 /usr/bin/jtop --force
Apr 28 17:42:37 jetson-nano-devkit-emmc jtop[3594]: [INFO] jtop.core.fan - Fan tegra_pwmfan(1) found in /sys/class/hwmon/hwmon1 Apr 28 17:42:37 jetson-nano-devkit-emmc jtop[3594]: [INFO] jtop.core.fan - RPM tegra_pwmfan(1) found in /sys/class/hwmon/hwmon1 Apr 28 17:42:37 jetson-nano-devkit-emmc jtop[3594]: [INFO] jtop.core.fan - Fan temp controller tegra_pwmfan found in /sys/class/hwmon/hwmon1/temp_control Apr 28 17:42:37 jetson-nano-devkit-emmc jtop[3594]: [INFO] jtop.core.jetson_clocks - jetson_clocks found in /usr/bin/jetson_clocks Apr 28 17:42:37 jetson-nano-devkit-emmc jtop[3594]: [INFO] jtop.core.nvpmodel - nvpmodel running in [0]MAXN - Default: 0 Apr 28 17:42:37 jetson-nano-devkit-emmc jtop[3614]: [INFO] jtop.service - Initialization service Apr 28 17:42:38 jetson-nano-devkit-emmc jtop[3614]: [INFO] jtop.core.jetson_clocks - Store jetson_clocks configuration in /usr/local/jtop/l4t_dfs.conf Apr 28 17:42:38 jetson-nano-devkit-emmc jtop[3614]: [INFO] jtop.service - service ready Aug 27 23:03:55 jetson-nano-devkit-emmc jtop[3614]: [INFO] jtop.service - jtop timer thread started 1000ms Aug 27 23:04:39 jetson-nano-devkit-emmc jtop[3614]: [INFO] jtop.service - jtop timer thread close root@jetson-nano-devkit-emmc:~#