• Skip to primary navigation
  • Skip to main content
  • Skip to primary sidebar
  • Skip to footer navigation

The Geek Diary

  • OS
    • Linux
    • CentOS/RHEL
    • VCS
  • Interview Questions
  • Database
    • MariaDB
  • DevOps
    • Docker
    • Shell Scripting
  • Big Data
    • Hadoop
    • Cloudera
    • Hortonworks HDP

radeontop Command Examples in Linux

by Deepika

radeontop is a command-line utility that is used to show the utilization of AMD GPUs. It provides real-time monitoring of the GPU’s performance, including the GPU temperature, frequency, memory usage, and power consumption. This information can be useful for diagnosing performance issues, optimizing GPU usage, and monitoring system health.

radeontop requires root privileges to access the GPU performance data, so it may not be accessible to non-administrative users depending on your system configuration.

radeontop Command Examples

1. Show the utilization of the default AMD GPU:

# radeontop

2. Enable colored output:

# radeontop --color

3. Select a specific GPU (the bus number is the first number in the output of `lspci`):

# radeontop --bus bus_number

4. Specify the display refresh rate (higher means more GPU overhead):

# radeontop --ticks samples_per_second

Summary

radeontop is an open-source tool that is available for Linux systems. It supports a wide range of AMD GPUs and provides a straightforward way to monitor GPU performance from the command line. The tool is especially useful for gaming, mining, or other GPU-intensive applications, where it can help to identify bottlenecks and optimize performance.

Filed Under: Linux

Some more articles you might also be interested in …

  1. How to blacklist a local disk using the “find_multipaths” directive in CentOS/RHEL 6
  2. hcitool: command not found
  3. watch Command Examples in Linux
  4. protonvpn-cli connect Command Examples
  5. dotnet build: Builds a .NET application and its dependencies
  6. envoy: A PHP-based task manager for Laravel remote servers
  7. smbget Command Examples in Linux
  8. How To Configure Restricted Bash Shell in Linux
  9. numactl Command Examples in Linux
  10. ffplay: A simple and portable media player using the FFmpeg libraries and the SDL library

You May Also Like

Primary Sidebar

Recent Posts

  • gml2gv Command Examples
  • glow Command Examples
  • glib-compile-resources Command Examples
  • glances Command Examples

© 2023 · The Geek Diary

  • Archives
  • Contact Us
  • Copyright