How to analyze video card RAM and GPU load? [duplicate]

The name of the pictureThe name of the pictureThe name of the pictureClash Royale CLAN TAG#URR8PPP








up vote
1
down vote

favorite
1













This question already has an answer here:



  • How to measure GPU usage?

    7 answers



I would like to analyze my video card performance (RAM, load, etc) the way that top, free and lscpu does for my main hardware.



Is there an app to do this?







share|improve this question














marked as duplicate by Joshua Besneatte, Community♦ Aug 16 at 22:08


This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.


















    up vote
    1
    down vote

    favorite
    1













    This question already has an answer here:



    • How to measure GPU usage?

      7 answers



    I would like to analyze my video card performance (RAM, load, etc) the way that top, free and lscpu does for my main hardware.



    Is there an app to do this?







    share|improve this question














    marked as duplicate by Joshua Besneatte, Community♦ Aug 16 at 22:08


    This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.
















      up vote
      1
      down vote

      favorite
      1









      up vote
      1
      down vote

      favorite
      1






      1






      This question already has an answer here:



      • How to measure GPU usage?

        7 answers



      I would like to analyze my video card performance (RAM, load, etc) the way that top, free and lscpu does for my main hardware.



      Is there an app to do this?







      share|improve this question















      This question already has an answer here:



      • How to measure GPU usage?

        7 answers



      I would like to analyze my video card performance (RAM, load, etc) the way that top, free and lscpu does for my main hardware.



      Is there an app to do this?





      This question already has an answer here:



      • How to measure GPU usage?

        7 answers









      share|improve this question













      share|improve this question




      share|improve this question








      edited May 13 at 19:27

























      asked May 13 at 18:49









      Joshua Besneatte

      1,494618




      1,494618




      marked as duplicate by Joshua Besneatte, Community♦ Aug 16 at 22:08


      This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.






      marked as duplicate by Joshua Besneatte, Community♦ Aug 16 at 22:08


      This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.






















          2 Answers
          2






          active

          oldest

          votes

















          up vote
          1
          down vote













          I found two tools, so decide which works best for your needs:




          1. glmark2:




            • Installation:



              sudo apt-get install glmark2
              # usage
              glmark2




          2. glx-gears:




            • installation:



              sudo apt-get install mesa-utils
              # usage
              glxgears



          Then in case your looking for something more robust, then try the tools from Unigine Benchmark Products: link => https://benchmark.unigine.com/heaven






          share|improve this answer






















          • these just seem to do benchmarking by forcing 3d rendering... I don't see any actual info on the card.... gpu and ram usage to be specific
            – Joshua Besneatte
            May 13 at 19:26










          • I don't use these tools myself but perhaps the last edit in my post would do better.
            – George Udosen
            May 13 at 19:28






          • 1




            downloading heaven now... looks like it might be the one, I will let you know
            – Joshua Besneatte
            May 13 at 19:31

















          up vote
          0
          down vote



          accepted










          It seems this is actually a duplicate of How to measure GPU usage?



          Here are all the suggestions in one simple list:



          • Nvidia GPUs: nvidia-smi --loop-ms=1000

          • Nvidia GPUs: ntop

          • Intel GPUs: intel-gpu-tools

          • AMD GPUs: fglrx (closed source drivers): aticonfig --odgc --odgt

          • AMD GPUs: mesa (open source drivers): RadeonTop

          • GPUstat: gpustat

          • Conky: sudo apt install conky ( I can't get this to work )

          • Glances: glances





          share|improve this answer





























            2 Answers
            2






            active

            oldest

            votes








            2 Answers
            2






            active

            oldest

            votes









            active

            oldest

            votes






            active

            oldest

            votes








            up vote
            1
            down vote













            I found two tools, so decide which works best for your needs:




            1. glmark2:




              • Installation:



                sudo apt-get install glmark2
                # usage
                glmark2




            2. glx-gears:




              • installation:



                sudo apt-get install mesa-utils
                # usage
                glxgears



            Then in case your looking for something more robust, then try the tools from Unigine Benchmark Products: link => https://benchmark.unigine.com/heaven






            share|improve this answer






















            • these just seem to do benchmarking by forcing 3d rendering... I don't see any actual info on the card.... gpu and ram usage to be specific
              – Joshua Besneatte
              May 13 at 19:26










            • I don't use these tools myself but perhaps the last edit in my post would do better.
              – George Udosen
              May 13 at 19:28






            • 1




              downloading heaven now... looks like it might be the one, I will let you know
              – Joshua Besneatte
              May 13 at 19:31














            up vote
            1
            down vote













            I found two tools, so decide which works best for your needs:




            1. glmark2:




              • Installation:



                sudo apt-get install glmark2
                # usage
                glmark2




            2. glx-gears:




              • installation:



                sudo apt-get install mesa-utils
                # usage
                glxgears



            Then in case your looking for something more robust, then try the tools from Unigine Benchmark Products: link => https://benchmark.unigine.com/heaven






            share|improve this answer






















            • these just seem to do benchmarking by forcing 3d rendering... I don't see any actual info on the card.... gpu and ram usage to be specific
              – Joshua Besneatte
              May 13 at 19:26










            • I don't use these tools myself but perhaps the last edit in my post would do better.
              – George Udosen
              May 13 at 19:28






            • 1




              downloading heaven now... looks like it might be the one, I will let you know
              – Joshua Besneatte
              May 13 at 19:31












            up vote
            1
            down vote










            up vote
            1
            down vote









            I found two tools, so decide which works best for your needs:




            1. glmark2:




              • Installation:



                sudo apt-get install glmark2
                # usage
                glmark2




            2. glx-gears:




              • installation:



                sudo apt-get install mesa-utils
                # usage
                glxgears



            Then in case your looking for something more robust, then try the tools from Unigine Benchmark Products: link => https://benchmark.unigine.com/heaven






            share|improve this answer














            I found two tools, so decide which works best for your needs:




            1. glmark2:




              • Installation:



                sudo apt-get install glmark2
                # usage
                glmark2




            2. glx-gears:




              • installation:



                sudo apt-get install mesa-utils
                # usage
                glxgears



            Then in case your looking for something more robust, then try the tools from Unigine Benchmark Products: link => https://benchmark.unigine.com/heaven







            share|improve this answer














            share|improve this answer



            share|improve this answer








            edited May 13 at 19:27

























            answered May 13 at 19:15









            George Udosen

            16.7k93558




            16.7k93558











            • these just seem to do benchmarking by forcing 3d rendering... I don't see any actual info on the card.... gpu and ram usage to be specific
              – Joshua Besneatte
              May 13 at 19:26










            • I don't use these tools myself but perhaps the last edit in my post would do better.
              – George Udosen
              May 13 at 19:28






            • 1




              downloading heaven now... looks like it might be the one, I will let you know
              – Joshua Besneatte
              May 13 at 19:31
















            • these just seem to do benchmarking by forcing 3d rendering... I don't see any actual info on the card.... gpu and ram usage to be specific
              – Joshua Besneatte
              May 13 at 19:26










            • I don't use these tools myself but perhaps the last edit in my post would do better.
              – George Udosen
              May 13 at 19:28






            • 1




              downloading heaven now... looks like it might be the one, I will let you know
              – Joshua Besneatte
              May 13 at 19:31















            these just seem to do benchmarking by forcing 3d rendering... I don't see any actual info on the card.... gpu and ram usage to be specific
            – Joshua Besneatte
            May 13 at 19:26




            these just seem to do benchmarking by forcing 3d rendering... I don't see any actual info on the card.... gpu and ram usage to be specific
            – Joshua Besneatte
            May 13 at 19:26












            I don't use these tools myself but perhaps the last edit in my post would do better.
            – George Udosen
            May 13 at 19:28




            I don't use these tools myself but perhaps the last edit in my post would do better.
            – George Udosen
            May 13 at 19:28




            1




            1




            downloading heaven now... looks like it might be the one, I will let you know
            – Joshua Besneatte
            May 13 at 19:31




            downloading heaven now... looks like it might be the one, I will let you know
            – Joshua Besneatte
            May 13 at 19:31












            up vote
            0
            down vote



            accepted










            It seems this is actually a duplicate of How to measure GPU usage?



            Here are all the suggestions in one simple list:



            • Nvidia GPUs: nvidia-smi --loop-ms=1000

            • Nvidia GPUs: ntop

            • Intel GPUs: intel-gpu-tools

            • AMD GPUs: fglrx (closed source drivers): aticonfig --odgc --odgt

            • AMD GPUs: mesa (open source drivers): RadeonTop

            • GPUstat: gpustat

            • Conky: sudo apt install conky ( I can't get this to work )

            • Glances: glances





            share|improve this answer


























              up vote
              0
              down vote



              accepted










              It seems this is actually a duplicate of How to measure GPU usage?



              Here are all the suggestions in one simple list:



              • Nvidia GPUs: nvidia-smi --loop-ms=1000

              • Nvidia GPUs: ntop

              • Intel GPUs: intel-gpu-tools

              • AMD GPUs: fglrx (closed source drivers): aticonfig --odgc --odgt

              • AMD GPUs: mesa (open source drivers): RadeonTop

              • GPUstat: gpustat

              • Conky: sudo apt install conky ( I can't get this to work )

              • Glances: glances





              share|improve this answer
























                up vote
                0
                down vote



                accepted







                up vote
                0
                down vote



                accepted






                It seems this is actually a duplicate of How to measure GPU usage?



                Here are all the suggestions in one simple list:



                • Nvidia GPUs: nvidia-smi --loop-ms=1000

                • Nvidia GPUs: ntop

                • Intel GPUs: intel-gpu-tools

                • AMD GPUs: fglrx (closed source drivers): aticonfig --odgc --odgt

                • AMD GPUs: mesa (open source drivers): RadeonTop

                • GPUstat: gpustat

                • Conky: sudo apt install conky ( I can't get this to work )

                • Glances: glances





                share|improve this answer














                It seems this is actually a duplicate of How to measure GPU usage?



                Here are all the suggestions in one simple list:



                • Nvidia GPUs: nvidia-smi --loop-ms=1000

                • Nvidia GPUs: ntop

                • Intel GPUs: intel-gpu-tools

                • AMD GPUs: fglrx (closed source drivers): aticonfig --odgc --odgt

                • AMD GPUs: mesa (open source drivers): RadeonTop

                • GPUstat: gpustat

                • Conky: sudo apt install conky ( I can't get this to work )

                • Glances: glances






                share|improve this answer














                share|improve this answer



                share|improve this answer








                edited Aug 16 at 23:35

























                answered Aug 16 at 22:07









                Joshua Besneatte

                1,494618




                1,494618












                    Popular posts from this blog

                    GRUB: Fatal! inconsistent data read from (0x84) 0+xxxxxx

                    Problem in reading from socket

                    Do not install recommended packages of dependencies