Questions tagged [consumption]

96 questions
1
vote
1 answer

Solace messaging + delay message consumption

I am considering using Solace messaging, but I cannot find any relevant information on delayed message consumption, which is an extremely nice feature. What I need is the following: set up header / property specifying a delay or specifying the…
crocodile2u
  • 343
  • 3
  • 9
1
vote
1 answer

Cassandra Skinny vs Wide Row for time series - consumption

i want to store every second one value to a table. Therefore i testet two approches against each other. If I have understood correctly, the data should be stored internally almost identical. Wide-Row CREATE TABLE timeseries ( id int, date date, …
itstata
  • 1,058
  • 7
  • 17
1
vote
0 answers

How to measure power consumption of Jetson TX1?

I'm trying to measure power consumption of NVIDIA's Jetson TX1 system. I tried the following command: $ watch cat /sys/devices/platform/7000c400.i2c/i2c-1/1-0040/iio_device/in_power0_input I guess 0 in in_power0_input means to measure the whole…
MinsubKim
  • 11
  • 1
1
vote
2 answers

How I can keep and restore JMSservers to their last known state after a reboot

I am trying to find if there is any parameter which will keep the Consumption Parameters as the previous workable state after a full restart of Weblogic Server. I would like to restore JMSservers to their last known state after a reboot-restart. I…
1
vote
1 answer

Get real process RAM usage

I've been making some research of how to get a process RAM usage by id, but all of the results lead to the use of WorkingSet64 variable, which returns an incorrect value. I have already compared both values WorkingSet64 and the value in the Task…
ShadowHunter
  • 280
  • 8
  • 16
1
vote
0 answers

Instrument Energy consumption in iOS8.4.1

I am using iOS 8.4.1 and currently looking to measure energy (power) consumption for one of the apps using instrumentation "Energy consumption". I followed some tutorials and found that there are some statistics been spit out such as "Energy Usage…
user1360367
  • 37
  • 1
  • 3
1
vote
2 answers

How to measure app execution power consumption in android?

I'm developing android app using OpenCL for CPU-GPU parallel computing. I want to measure CPU-GPU each power consumption or total power consumption in app execution. But I can't find proper measurement method.
youngwan lee
  • 93
  • 2
  • 7
1
vote
1 answer

TCP socket data consumption

I send data to my server from my TCP socket every 5 seconds. How much data would be consumed in an hour at this rate of sending messages. Every time, a socket is opened and data is pumped out of it from the client to the sever. I am using a 3G GSM…
bhuvan
  • 65
  • 1
  • 1
  • 9
1
vote
2 answers

C# Calculate CPU usage for one process with multiple instances

I stuck with this problem: I want to calculate what percentage of processor use a specific application , in this case that features 29 chrome instantiations . I am interested in how the processor consumes a total of 29 instantiations of chrome.The…
1
vote
1 answer

Is there a way to determine which part of JS code is most power consumptive?

I am developing a JavaScript game and then I would like to "phonegap" it to the mobile platform, specifically Android. It is a well known fact that these non-native apps could be really power consuming when run on mobile, so I would like to optimize…
Kristián Filo
  • 827
  • 2
  • 8
  • 25
1
vote
1 answer

Never enter in vApplicationIdleHook

I'm writting an application with LPC1769 and FreeRTOS. There are two task, every task do something and call to vTaskDelay for certain time. I'm interested in join into sleep mode while tasks are in delay... In FreeRTOSConfig.h I've set #define…
arturn
  • 725
  • 2
  • 11
  • 25
1
vote
2 answers

Java Unit Testing with a memory consumption contraint

I want to be able to write a unit test, in a suite of performance tests that is distinct from the fast functional tests that simulates the issue and fails, correct the issue such that the test passes. For example when execution time constraint is 20…
Muhammad Ijaz
  • 181
  • 1
  • 4
  • 15
1
vote
1 answer

AppHarbor MassTransit CloudAMQP constantly consuming 1,9kB/s

After making it work: AppHarbor MassTransit CloudAMQP throws Exception None of the specified endpoints were reachable Now I see in CloudAMQP Management that I have 2 connections constantly consuming 1,9kB/s and 1,4 kB/s which will blow my 30 Mb…
cdiazal
  • 988
  • 11
  • 28
1
vote
1 answer

Display a ResultSet in JTable with high memory consumption

I'm currently writing a Trace-Monitor that receives messages from a device for debugging purposes. It looks pretty much like WireShark. Traces are stored in a database and a JTable displays the ResultSet. The problem is: As long as the Trace-Monitor…
tobiger
  • 103
  • 1
  • 12
0
votes
2 answers

Bluetooth power consumption on Android

This is my first question and I think it will be hard to answer :) My question is Does anyone know how much consumed in mAh Bluetooth on Android? I know it depends on the device, but I need a approximate value without much detail Thank you very much…
sleiva112
  • 21
  • 1
  • 3