Questions tagged [utilization]
106 questions
1
vote
2 answers
How to measure utilization of a device with Selenium?
Does anybody knows whether it is possible to measure utilization of a server CPU with Selenium RC? I need to know service demand on the devise.
Thanks in advance.

yuliya
- 93
- 1
- 9
1
vote
0 answers
Linux ca command: how to ignore multiple terminals?
I am trying to figure out how to calculate VM total usage time by user by day. However, if I have multiple terminal windows open, the linux "ca" command seems to be adding up all the times. For example, if I opened 3 terminal windows and used them…

Pilotito_dev
- 29
- 6
1
vote
1 answer
Make Graphics Card process like an additional CPU to my program
So is it possible to make the graphics card act like an additional CPU in my program, calculating other things beside graphical content?

Karl
- 5,613
- 13
- 73
- 107
1
vote
1 answer
Metrics for CPU usage and Utilization using Spring Boot Dropwizard
Is there a way to measure CPU usage and Utilization of different aspects (CPU, Thread, Memory etc) using dropwizard in spring-boot?

Divs
- 1,578
- 2
- 24
- 51
1
vote
0 answers
docker stats showing "--"
When running docker stats I see:
CONTAINER CPU % MEM USAGE / LIMIT MEM % NET I/O BLOCK I/O PIDS
11e22031f0be -- -- / -- -- …

user3249763
- 117
- 3
- 15
1
vote
1 answer
How to get JVM heap size, used memory, total memory for each user session in spring MVC?
We are trying to analyze memory consumption for each user session in spring MVC application on Tomcat server.

Navnath
- 26
- 2
1
vote
0 answers
Rancher Container Utilization stats stuck on Connecting
I have been using Rancher for a few weeks, but I have never managed to get the Utilization Stats working for Containers. It just sits there saying Connecting...
Utilization stats work for the Hosts, but not containers.
The Rancher Agent is on the…

Kieron Davies
- 11
- 2
1
vote
0 answers
Energy efficiency on CPU utilization
Everybody. I really need to know this things. Is it possible to reduce power consumption by increasing CPU utilization in modern multi-core servers?And why it is possible or not?

Debbroto Sarker Debu
- 11
- 3
1
vote
3 answers
PHP script to get CPU utilization for each process?
How do I get the CPU usage for each process that is currently running on the local system or server using PHP.
How can I use the Command Prompt command tasklist from within PHP and fetch process names and memory information.
Here is the example…
user3458338
1
vote
1 answer
Finding ideal utilization of rentable items in ruby
# Jan, Feb, Mar, Apr, May, Jun, Jul, Aug, Sep, Oct, Nov, Dec
rentable_items = [
%w(x x x - - - x x x - - -), # item1
%w(- - - - - - - - - - - -), # item2
%w(x x x x x x x - - - - -), # item3
%w(x x x - - - - x x x x x) ]# item4
Ok,given…

Sebastian
- 1,253
- 1
- 10
- 11
1
vote
1 answer
What is the difference between a core idling or a core is offline in linux?
$ cat /proc/stat reports the time each core spends in different modes since boot.
http://www.linuxhowtos.org/System/procstat.htm explains these different modes as
•user: normal processes executing in user mode
•nice: niced processes executing in…

Zohaib Hassan
- 379
- 1
- 4
- 13
1
vote
2 answers
How to compare application memory usage on Linux and Windows?
I'm trying to compare memory utilization of an application running under Linux and Windows
on the same PC. Is there a "quick and dirty" way to normalize readings from Windows task manager and Linux top utility?

OutputLogic
- 756
- 4
- 12
1
vote
1 answer
Should CPU usage be restricted?
I have a computation-intensive application, which needs to run on a Windows server with no other applications on it. The application is designed for horizontal scalability so that it can run on multiple servers if the input load is more. Should I be…

Yash Ganthe
- 59
- 4
1
vote
2 answers
How to estimate FPGA utilization for designing a work a like core?
I was considering some older generation FPGA's to interface with a legacy system. So I want a good way of estimating how much space is necessary to replace an ASIC given its transistor count.
Does Verilog versus VHDL affect the utilization? …

NoMoreZealots
- 5,274
- 7
- 39
- 56
1
vote
1 answer
MS SQL Server Log Utilization never decreases
I have been tasked with administering some MS SQL Server (Express) databases. My primary DBA experience has been with DB2 LUW and Oracle Database, and I have a hard time understanding the way SQL Server is handling its transaction log.
I have a…

TNova
- 13
- 2