NVIDIA Jetson Xavier - Evaluating Performance
(Redirected from Xavier/JetPack 4.1/Performance Tuning/Evaluating Performance)
tegrastats
The Jetpack provides the tegrastats utility, which reports memory usage and processor usage for Tegra-based devices.
This utility in the NVIDIA user home directory and can be run using the command:
sudo ./tegrastats
tegrastats supports the following command-line options.
--interval <int> The interval at which tegrastats is to write output to the log, in milliseconds. The default interval is 1000 msec. --verbose Print verbose messages. --stop Stop any running instances of tegrastats. --logfile <out_file> Dump the output of tegrastats to <out_file>.
Sample Output
RAM 1903/15692MB (lfb 3251x4MB) CPU [1%@1190,1%@1190,2%@1190,0%@1190,0%@1190,0%@1190,0%@1190,0%@1190] EMC_FREQ 0% GR3D_FREQ 0% AO@32.5C GPU@32C Tboard@32C Tdiode@34.75C AUX@31.5C CPU@33.5C thermal@32.9C PMIC@100C GPU 0/10 CPU 210/216 SOC 860/864 CV 0/0 VDDRQ 140/144 SYS5V 1880/1889
Statistic | Description |
---|---|
RAM 1903/15692MB (lfb 3251x4MB) | 1903=Use of Ram, 15692=Total amount of RAM available, 4MB=Largest size of free block, 3251=Amount of free blocks of largest size |
CPU [1%@1190,...,1%@1190] | 1=Load statistics for each core, 1190=CPU frequency in MHz |
EMC_FREQ 17% | 17=Percentage of bandwidth used relative to running frequency |
GR3D_FREQ 0% | 0=DGPU utilization |
AO@32.5C | Always on thermal zone temperature |
GPU@32C | GPU temperature |
Tboard@32C | Temperature inside the external temperature sensor |
Tdiode@34.75C | External temperature sensor read the temperature through Tdoide inside TK1 |
AUX@31.5C | Temperature of the auxiliary sensor, located near CV cluster, SOC cluster |
CPU@33.5C | CPU Temperature |
thermal@32.9C | - |
PMIC@100C | Temperature of power management integrated circuit |
GPU 0/10 | 0=Current GPU power consumption, 10=Average GPU power consumption |
CPU 210/216 | 210=Current CPU power consumption, 216=Average CPU power consumption |
SOC 860/864 | 860=Current System on Chip power consumption, 864=Average System on Chip power consumption |
CV 0/0 | 140=Current PVA and DL power consumption, 144=Average PVA and DL power consumption |
VDDRQ 140/144 | 140=Current DDR power consumption, 144=Average DDR power consumption |
SYS5V 1880/1889 | 1880=Current system 5V power consumption, 1889=Average system 5V power consumption |