Questions tagged [utilization]

106 questions
0
votes
1 answer

how much CPU a session consuming at a given time in oracle

I am looking for a script/process to check the amount of CPU (in terms of percentage) each query consumes at any point of time in my oracle database. My Oracle version is : 12.1.0.2 Database is hosted on Exadata X7_2 It is a shared server, and many…
srinivas
  • 5
  • 2
  • 7
0
votes
1 answer

How to get status of congestionprovider option in Windows Vista & Windows 7?

Congestion provider is new service in Windows Vista (i assume Windows 7 contains it too) for squeezing more from your network bandwidth available. It applies only for applications using tcp protocol. The principle behind this is that winsock…
truthseeker
  • 1,220
  • 4
  • 25
  • 58
0
votes
1 answer

Live traffic on port via snmp and discrepancies

Iam trying to get data from HP switches and Juniper firewalls and its port via snmp. I am looking for the way how to analyze live traffic on port so I can create a graph of utilization of the ports like on Solarwinds or Observium. So far I have the…
Jakub Koudela
  • 160
  • 1
  • 18
0
votes
1 answer

Utilization of a service item

I'm trying to create a Bar Chart that shows the Utilization of a "service" item in Anylogic. I've created a resource pool and linked it to the service beforehand. The usual "propertyname.statsUtilization.mean()" doesn't work Can anyone help me ?
0
votes
1 answer

DAX WeekNum for more than 1-year?

I have a Calendar table that has 3 DAX columns: Column 1: Calendar = CALENDAR(DATE(2018,1,1), TODAY()) Column 2(This is used to set 8 hours of work unless it's weekend or holiday(40 hours/week by default)): DayHours = VAR Hols = …
0
votes
1 answer

Anylogic: Measuring time spent in service

In the following model Image the graph visualizes the service block's utilization. However, this utilization represents the average number of agents being processed. I would like to find out the amount of time the service block is delaying agents…
Daan
  • 11
  • 5
0
votes
1 answer

Quantitative metrics for parallelism

Some parameters have been described in the Advanced computer architecture book by Hwang, e.g Speedup, Efficiency, Redundancy, Utilization and Quality as shown in the picture below. I understand all and partially understand the last parameter,…
mahmood
  • 23,197
  • 49
  • 147
  • 242
0
votes
0 answers

Postgres uses High CPU - unable to find

I'm having Postgres 9.6.4 in Ubuntu 17. After every few hours (say 6 hours or so), the OS CPU utilization becomes very high (upto 98% or more). I did the following: # ps aux | grep postgres Whenever the process/CPU is high, the above command shows…
0
votes
0 answers

Postgresql I/O utilization

Newrelic shows I/O pikes of up to 100% reads. The rest of the time it's close to 0. It doesn't coincide in time with our cron jobs (database backup, analyze, etc.), also almost no match with autovacuum…
MaterialGirl
  • 363
  • 2
  • 10
  • 22
0
votes
1 answer

How to view google cloud VM instance RAM utilisation

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
  • 7,455
  • 6
  • 36
  • 70
0
votes
1 answer

MySQL CPU Maxing

Currently have a MySQL database and experiencing an issue with MySQL running at 600% of the CPU usage. Specs: 2.3 GHz Intel Xeon® E5-2686 v4 (Broadwell) processors or 2.4 GHz Intel Xeon® E5-2676 v3 (Haswell) processors 8 vCPU's 32GB of RAM 100GB…
0
votes
4 answers

CPU Utilization of Service DLL?

I need to find out the CPU utilization of a service DLL. I have looked in existing samples and we can find CPU utilization for processes. I think DLL will be loaded by services.exe. So is it possible to find out CPU utilization by DLL. I am working…
anand
  • 11,071
  • 28
  • 101
  • 159
0
votes
3 answers

Sum of Averages in Excel Pivot Table

I am measuring room utilization (time used/time available) from a data dump. Each row contains the available time for the day and the time used for a particular case. The image is a simplified version of the data. If you read the yellow and green…
henrythedj
  • 78
  • 1
  • 2
  • 12
0
votes
2 answers

How to check disk read or write utilization

I want to know disk read / write utilization especially, only read or write utilization or write utilization I tried using iostat but it shows entire utilization, How to check only disk read or only write utilization (The progress is consist of…
0
votes
1 answer

Utilizing all cores on single-machine Hadoop

Currently I'm working on loading data into a Titan graph with Hadoop (Titan version 0.5.4, Hadoop version 2.6.0). I'm using a single-server (pseudo-distributed) Hadoop cluster, with the purpose of extending to a full cluster with more machines of…
Froodooo
  • 177
  • 1
  • 9