Questions tagged [consumption]

96 questions
0
votes
1 answer

Energy consumption webots motor

i´m using webots and i have a robot. The point is that i want to see consumption's motors of the robot. I have seen this in documentation webots https://cyberbotics.com/doc/reference/motor#energy-consumption. I have actived this note, battery, and i…
eldanks
  • 11
  • 2
0
votes
0 answers

'NoneType' object has no attribute 'additional_properties'

I am consuming Consumption Price Sheet SDK Python and I have an error. It's been running for a long time. In the month of 2020/08 it failed: 'NoneType' object has no attribute 'additional_properties' Although the API did not have a description of…
0
votes
1 answer

Castalia 3.2 energy consumption

I’m developing several application protocols in Castalia 3.2. Compilation succeeds and timing results are right but when I try to obtain energy consumption the result is 612000 for every node and for every protocol. I’ve tried CastaliaResults -i…
0
votes
2 answers

Asynchronous consumption with Spring JMS - ActiveMQ

ActiveMQ purpose two ways of consumption : Consuming asynchronously by calling MessageListener Consuming synchronously by enqueueing and let the client calling receive() First I was using @JmsListener. This annotation makes Spring create an…
Erwann
  • 31
  • 4
0
votes
0 answers

is there a throttle or firewall limitation using the consumption API of the Azure EA

The API calls for EA consumption API from a pwsh script on a Azure VM are stuck 99% of the time. There is no timeout but no response after 2 hours of execution... The same script on a stand alone PC runs in less than 1 minute with the same code,…
B78
  • 1
  • 1
0
votes
2 answers

How to Run Azure Function into running longer than 10 minutes

How to Run Azure Function into running longer than 10 minutes? My task is parsing csv file and storing data into database tables hardly it will take one hour time. But Azure function apps max timeout is 10 minutes.
0
votes
3 answers

Docker container health monitoring

What are the tools available to monitor docker container resource consumption? Recently, application containerization is becoming more popular ever since Docker came. But, it's important to collect resource consumption of containers to benchmark…
Arif A.
  • 933
  • 8
  • 14
0
votes
0 answers

how to profile the time consumption and cpu usage in the c++ version tensorflow when model predict?

I trained the model in python-tensorflow, and profile the time consumption, I optimized the high consumption function but in the c++ version tf, it did not work, anyone who knows?
Ben
  • 1
  • 1
  • 4
0
votes
1 answer

UWP/C# Get the data usage per network type and per app

I'm looking for a way to analyze the data consumption from an UWP app. For this, I need to: get the data usage per newtork (wifi, cellular, roaming, ...) get the detailed information per installed app In Windows 10, we can found these informations…
Gold.strike
  • 1,269
  • 13
  • 47
0
votes
1 answer

Azure SQL DTU Consumption 100% Behaviour

I have a more general question to which I unfortunately could not find anything documentated in the offical azure sql db ressources. What is the behaviour of the Azure SQL once I am reaching a DTU Consumption of above 100%? For example writing…
Alex-msi
  • 49
  • 5
0
votes
0 answers

Android Volley: How to check network data consumption of a request

is there a way to programmatically measure how much network data is consumed by an Android Volley request? In my specific case, I have an app that must perform some checks every 2 minutes by making Volley requests to the server, but I need to know…
Ciammarica
  • 141
  • 3
  • 17
0
votes
1 answer

Write a function to calculate total power conception of each devices as given in the array given in the code

new Page array('REFRIGERATOR' => array(3, 9, 7), 'WASHINGMACHINE' => array(2, 4, 2, 8)), 'TUESDAY' =>…
Jerin George
  • 7
  • 1
  • 2
0
votes
1 answer

Power consumption estimation from number of FLOPS (floating point operations)?

I have extracted how many flops (floating point operations) each of my algorithms are consuming, I wonder if I implement this algorithms on FPGA or on a CPU, can predict (roughly at least) how much power is going to be consumed? Both power…
Mehdi
  • 293
  • 4
  • 13
0
votes
1 answer

C#: how to limit or reduce processor consumption of external process

I run an external process inside a C# program with the API/method: Process p = Process.Start(exefilename); I want to decrease the CPU consumption of the process "exefilename" and I tried to change the priority in this way: p.PriorityClass =…
ste
  • 21
  • 3
0
votes
1 answer

Odoo-9 server consumption cost on Azure

I recently installed an Odoo-9 server on Azure. The consumption was extremely high (150$ in 10 days). Is it something usual? Do you have an estimation about the consumption cost (processor & RAM)? Thanks guys!