Unable to run jtop on jetson Orin Nano

sai@sai-desktop:~$ sudo pip3 install -U jetson-stats
Requirement already satisfied: jetson-stats in /usr/local/lib/python3.10/dist-packages (4.2.3)
Requirement already satisfied: smbus2 in /usr/local/lib/python3.10/dist-packages (from jetson-stats) (0.4.3)
Requirement already satisfied: distro in /usr/lib/python3/dist-packages (from jetson-stats) (1.7.0)
WARNING: Running pip as the ‘root’ user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: 12. Virtual Environments and Packages — Python 3.12.1 documentation
sai@sai-desktop:~$ jtop
The jtop.service is not active. Please run:
sudo systemctl restart jtop.service
sai@sai-desktop:~$ sudo systemctl restart jtop.service
sai@sai-desktop:~$ jtop
The jtop.service is not active. Please run:
sudo systemctl restart jtop.service
sai@sai-desktop:~$ sudo systemctl status jtop.service
○ jtop.service - jtop service
Loaded: loaded (/etc/systemd/system/jtop.service; enabled; vendor preset: enabled)
Active: inactive (dead) since Fri 2023-12-22 18:17:31 EST; 53s ago
Process: 5148 ExecStart=/usr/local/bin/jtop --force (code=exited, status=0/SUCCESS)
Main PID: 5148 (code=exited, status=0/SUCCESS)
CPU: 470ms

Dec 22 18:17:31 sai-desktop jtop[5166]: data = self.jtop_decode()
Dec 22 18:17:31 sai-desktop jtop[5166]: File “/usr/local/lib/python3.10/dist-packages/jtop/service.py”, line 575, in jtop_decode
Dec 22 18:17:31 sai-desktop jtop[5166]: data[‘mem’] = self.memory.get_status(total)
Dec 22 18:17:31 sai-desktop jtop[5166]: File “/usr/local/lib/python3.10/dist-packages/jtop/core/memory.py”, line 428, in get_status
Dec 22 18:17:31 sai-desktop jtop[5166]: utilization = int(cat(self._root_path + “/actmon_avg_activity/mc_all”))
Dec 22 18:17:31 sai-desktop jtop[5166]: File “/usr/local/lib/python3.10/dist-packages/jtop/core/common.py”, line 109, in cat
Dec 22 18:17:31 sai-desktop jtop[5166]: with open(path, ‘r’) as f:
Dec 22 18:17:31 sai-desktop jtop[5166]: FileNotFoundError: [Errno 2] No such file or directory: ‘/sys/kernel/actmon_avg_activity/mc_all’
Dec 22 18:17:31 sai-desktop jtop[5148]: [INFO] jtop.service - Service closed
Dec 22 18:17:31 sai-desktop systemd[1]: jtop.service: Deactivated successfully.

Hi,
For information, do you use Jetpack 6.0 or 5.1.2?

I just re-flashed my Orin Nano and I’m having the same issue. I’m running Jetpack 6.0. Also, I’m using the Dev Kit board.

Hi,
6.0DP is developer preview and there are certain issues. We will check this and it shall be ready in next production release. On 6.0DP, please run sudo tegrastats to get system status.

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.