Questions tagged [resource-utilization]

15 questions
6
votes
5 answers

docker stats in Swarm mode?

Im trying to setup docker in swarm mode and monitor the resource utilization of all the services/containers running in the swarm. Docker stats on the manager node doesnt seem to show the resource utilization on the worker nodes. Is there any way I…
3
votes
2 answers

Reporting Utilization of Individual ResourcePool units

In Anylogic, How can I get statistics such as utilization of individual resource pool units? As the resourcePool.utilization() function returns the mean utilization for all units in the resource pool. Is it possible to access the data of each…
1
vote
1 answer

Understand CPU utilisation with image preprocessing applications

I'm trying to understand how to compute the CPU utilisation for audio and video use cases. In real time audio applications, this is what I typically do: if an application takes 4ms to process 28ms of audio data, I say that the CPU utilisation is…
tandem
  • 2,040
  • 4
  • 25
  • 52
1
vote
1 answer

Resource utilisation of sleep

The problem I want to tackle is as follows. I have a long(1 to 2 hours) running task that has to be run everyday. So the goto option was cron. But the catch is that I have to give a 24 hour gap between successive runs. So using cron now would…
Samarth S
  • 313
  • 4
  • 5
1
vote
4 answers

How do I find how much actual CPU a kubernetes pod/container is using?

I am trying to optimize the CPU resources allocated to a pod based on previous runs of that pod. The only problem is that I have only been able to find how much CPU is allocated to a given pod, not how much CPU a pod is actually using.
Avi Mosseri
  • 1,258
  • 1
  • 18
  • 35
1
vote
2 answers

Find out the resource utilization of every node and distribute load equally in a cluster

I want to find out the resource utilization (CPU,RAM) and the Data processing taking place at every node in the Hadoop cluster. Is there any way using MapReduce or HDFS commands to find out the load distributed across each node ? Also, if one node…
User456898
  • 5,704
  • 5
  • 21
  • 37
0
votes
1 answer

Get Azure Resource Utilization by using azure COSTMANAGEMENT-API

Is there any way to get Cost and Utilization(CPU, Memory, DTU) trend of azure resources by using azure cost management apis.
0
votes
0 answers

How to export Resource Pool (Busy State) in each simulation run

Wondering if there is a function to export resource pool (busy state) onto e.g. Excel over the whole simulation run time? I am using Time Stack Chart at the moment (see photo), but I could only copy a snapshot of the utilisation onto Excel, not the…
FRB
  • 1
0
votes
2 answers

Memory Usage Monitoring in GCP Compute Engine with or without Stack Driver

Cloud Platform - GCP Compute Engine OS - Ubuntu, 16.04 LTS I want to see memory utilization graph just like CPU utilization (compute.googleapis.com/instance/cpu/utilization). I could not find any way to monitor my Compute Engine memory utilization…
0
votes
1 answer

Can a container in Kubernetes determine its own resource utilization and limits?

How can my containerized app determine its own current resource utilization, as well as the maximum limit allocated by Kubernetes? Is there an API to get this info from cAdvisor and/or Kubelet? For example, my container is allowed to use maximum 1…
0
votes
1 answer

How to guarantee effective cluster resource utilization by Futures in spark

I want to run multiple spark SQL parallel in a spark cluster, so that I can utilize the complete resource cluster wide. I'm using sqlContext.sql(query). I saw some sample code here like follows, val parallelism = 10 val executor =…
Devas
  • 1,544
  • 4
  • 23
  • 28
0
votes
0 answers

Reporting Utilization in AnyLogic

I am looking for some insight into reporting utilization correctly. I am using a time plot that reports resourceName.utilization(), additionally, I am also adding the utilization values to a Statistics object every hour. I then plot the mean value…
M Rawat
  • 27
  • 1
  • 7
0
votes
3 answers

Get the load, cpu usage and time of executing a bash script

I have a bash script that I plan to run every 5 or 15 mins using crontab based on the load it puts on server. I can find time of running the script, but load, memory usage and CPU usage I am not sure how to find. Can someone help me? Also any…
Mudassir Razvi
  • 1,783
  • 12
  • 33
-1
votes
2 answers

How to build a small size react-native production application

I have recently started working with react-native (earlier i was working with ionic). My question is related to building the react-native app. My main concern is regarding the size of the application. As far as i know, running the "react-native…
Parth Gupta
  • 21
  • 1
  • 4
-2
votes
1 answer

Connect and loop through 100 EC2 instances and find the memory usage and the programs running in them

I want to figure out the memory usage of 100 EC2 instances and the name of the scripts that are running in them (Probably push it to a DB). Any ideas on how to do this the most efficient way in PHP or Java.
BantuRam
  • 1
  • 1
  • 2