Questions tagged [utilization]

23 questions
28
votes
4 answers

Windows 8 extremely high disk usage and slow IO

Problem After upgrading from Windows 7 to Windows 8 Professional, there seem to be a few disturbing problems. When I have the Task Manager open, I sometimes notice the disk usage climbing to 50, 75, or 100 percent, even though there's scarcely any…
ecapstone
  • 481
  • 3
  • 6
  • 11
4
votes
2 answers

How to view RAM utilistion of a Google Cloud VM instance?

I'm using Google Cloud VM instances but I can't find the RAM Utilisation chart. When accessing through https://console.cloud.google.com, go to Hamburger Menu >> Compute Engine >> VM instances, click on one instance; there is one select box on…
Dee
  • 641
  • 1
  • 10
  • 20
3
votes
1 answer

How to get CPU %user %system in FreeBSD without using top?

Is there any other FreeBSD command besides "top" which can be used to get the following values? CPU: % user, % nice, % system, % interrupt, % idle My problem to be specific is that these values do not get updated by just "top"…
egorulz
2
votes
0 answers

Disk utilization 100%, no read or write

Our disks on one of our servers are showing 100% utilization but no read or write. here is the output of iostat -xc 1 and errors on syslog https://gist.github.com/4110533 status info from raid card sudo tw-cli /c6…
refik
  • 131
  • 2
1
vote
0 answers

How to auto left click a specific location of a specific window while im working on another window?

Is there any way to (preferably repetetive and rapidly) auto left click a specific location of a specific window with having the comfort to use the other windows at the same time ? I've tried so many auto clickers but none of them has this feature.…
Onur Hayta
  • 11
  • 1
  • 4
1
vote
2 answers

CPU and HD degradation on sourced based Linux distribution

I was wondering for a long time if source based Linux distributions, like Gentoo or Funtoo are "destroying" your system faster than binary ones (like Fedora or Debian). I'm talking about CPU and hard drive degradation. Of course, when you're…
danilo2
  • 113
  • 7
1
vote
1 answer

Is There A Way To Calculate Data In Task Manager?

Something takes a lot of RAM and i want to know what. I have list of running processes and need to know the sum of all of them because "In Use" does not help me to determine what takes most RAM: I several times had this "leak" but everybody told me…
Boris_yo
  • 5,776
  • 23
  • 73
  • 117
1
vote
1 answer

Spurious high disk IOrate alerts from remote server

I have a server running on linode. The server is a headless Ubuntu 10.0.4 64 bit installation. I have recently started getting high disk I/O alerts from the server. As far as I know, nothing much has changed on the server. Is there a *nix utility…
1
vote
1 answer

My Linux user cannot utilize 100% of all CPUs. (AI notebook, jupyter)

I have access to the Linux account (named jupyter), but when running certain commands, it cannot utilize all of the available CPUs.  Once I switch to another user I can use all CPUs. I use this command for tests: for i in $(seq $(getconf…
Marian
  • 11
  • 2
1
vote
1 answer

FFMPEG Very Slow Yet Low CPU Utilisation

I am using FFMPEG to merge some videos into a single video. For some reason, it is running extremely slowly, barely using any computing power (see picture below). I am not recompiling the video. (See below for script that is running.) Normally it…
Sam OT
  • 247
  • 5
  • 14
1
vote
1 answer

What means 's' and 'u' letters on CPU utilization in iperf3 command with -V?

i have very simple question: When Im using Iperf3 with my server and on client i add paramater -V which mean it will display more detailed information it's display information about CPU utilization on server and client. Example of displayed…
Jacob
  • 15
  • 6
1
vote
2 answers

What is the SM in Intel GPUs?

SM means Streaming Multiprocessor / Shared Processor. As in this link How to determine number of GPU cores being utilized for a process? In Nvidia GTX 1080 there are 20 SMs, then utilization could be calculated as (1/20 * 100) = 5% In such cases,…
Vanns
  • 177
  • 1
  • 2
  • 8
0
votes
1 answer

Issues with high CPU utilization on a Surface Pro 3

Currently problems being faced constantly is really high CPU demand which is leading to overheating issues in my Surface Pro 3. I have conducted a Power Efficiency Diagnostics Report to understand the problems. From the analysis Results I have…
0
votes
0 answers

Chrome browser's single tab is consuming 750 MB of RAM. How can I reduce this utilization?

When I open my webpage in a Chrome tab, it uses around 750 MB of RAM. (I have check the usage in Chrome's task manager.) I am using Windows 7. When I open the same webpage in 8 tabs, then the total RAM usage of my system is 6.27 GB. I have checked…
0
votes
1 answer

How can I optimize linux for encoding lots of video or a set of the same cpu intensive tasks?

I have a set of 4-5 machines which almost exclusively encode video all day, and sometimes all night too. I've searched many times to find ways to optimize them for this purpose, but not had any success. My premise: I should be able to use nearly…
markjwill
  • 101
  • 2
1
2