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


up vote
1
down vote
favorite
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?
video performance ram top free
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.
add a comment |Â
up vote
1
down vote
favorite
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?
video performance ram top free
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.
add a comment |Â
up vote
1
down vote
favorite
up vote
1
down vote
favorite
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?
video performance ram top free
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
video performance ram top free
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.
add a comment |Â
add a comment |Â
2 Answers
2
active
oldest
votes
up vote
1
down vote
I found two tools, so decide which works best for your needs:
glmark2:
Installation:
sudo apt-get install glmark2
# usage
glmark2
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
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
add a comment |Â
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
add a comment |Â
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:
glmark2:
Installation:
sudo apt-get install glmark2
# usage
glmark2
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
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
add a comment |Â
up vote
1
down vote
I found two tools, so decide which works best for your needs:
glmark2:
Installation:
sudo apt-get install glmark2
# usage
glmark2
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
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
add a comment |Â
up vote
1
down vote
up vote
1
down vote
I found two tools, so decide which works best for your needs:
glmark2:
Installation:
sudo apt-get install glmark2
# usage
glmark2
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
I found two tools, so decide which works best for your needs:
glmark2:
Installation:
sudo apt-get install glmark2
# usage
glmark2
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
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
add a comment |Â
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
add a comment |Â
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
add a comment |Â
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
add a comment |Â
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
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
edited Aug 16 at 23:35
answered Aug 16 at 22:07
Joshua Besneatte
1,494618
1,494618
add a comment |Â
add a comment |Â