Displaying 20 results from an estimated 1335 matches for "consumptive".
Did you mean:
consumption
2011 Apr 13
4
Monitoring power consumption
Hi all,
I would like to monitor the power consumption of my server. What I am
looking for is:
* a simple monitoring device that would measure the power consumption
of 1 server
* a way to get the consumption reading from that device to my centos
server (via usb / wlan / whatever works)
Any suggestions?
Best,
Peter
2011 Aug 30
1
Why does loading saved/cached objects add significantly to RAM consumption?
Dear list,
I make use of cached objects extensively for time consuming computations
and yesterday I happened to notice some very strange behavior in that
respect:
When I execute a given computation whose result I'd like to cache (tried
both saving it as '.Rdata' and via package 'R.cache' which uses a own
filetype '.Rcache'), my R session consumes about 200 MB of
2006 Jun 30
2
Rather ominous resource consumption figures
Hello,
Yesterday I posted about how to email from a worker. I decided to be a bit
piggy and just inhale all of rails. Sorted. I am noticing some rather
ominous behavior though.
The setup: My worker takes an uploaded image as a param and passes it (via
system call) to a C++ image processing engine. Take a look at these memory
consumption figures for successive runs uploading the identical image
2006 Jul 25
3
Overplotting: plot() invocation looks ugly ... suggestions?
Hi WizaRds,
I'd like to overplot UK fuel consumption per quarter over the course of five years.
Sounds simple enough?
Unless I'm missing something, the following seems very involved for what I'm trying to do. Any suggestions on simplifications?
The way I did it is awkward mainly because of the first call to plot ... but isn't this necessary, especially to set limits for the
2007 Dec 11
1
question regarding arima function and predicted values
Good evening!
I have a question regarding forecast package and time series analysis.
My syntax:
x<-c(253, 252, 275, 275, 272, 254, 272, 252, 249, 300, 244, 258, 255, 285, 301, 278, 279, 304, 275, 276, 313, 292, 302, 322, 281, 298, 305, 295, 286, 327, 286, 270, 289, 293, 287, 267, 267, 288, 304, 273, 264, 254, 263, 265, 278)
library(forecast)
arima(x, order=c(1,1,2),
2010 Apr 15
2
Power consumption monitoring
Hi,
I have quite a few low-end development/test servers running
continuously and I would like to better manage their power
consumption.
I have found interesting information on how to perform CPU scaling
(e.g. [1] or [2]).
But I cannot find if there is a way to (software) monitor power
consumption on CentOS (or other such data like CPU temperature, fan
speed etc.).
What I read so far is that
2009 May 07
3
Degeneration of CPU Performance
Hello everybody!
We have a interesting issue about dovecot behavior here. First, the
scenario:
We have 2 server running with the same load, one with our old pop3
solution (out of date) and other with Dovecot. We realized that dovecot
are comsuming more CPU, and this consumption is growing day by day. When
we starts dovecot, it runs between 40%-45% of CPU consumption and our
old
2004 Nov 15
3
Memory Consumption
Hello,
I use Asterisk 1.0.2 on a RedHat Enterprise Server 3.0 (Kernel 2.4.21)
and i experienced that the memory consumption of the asterisk-process
started by the init.d-script raises continously. Now, after 3 hours of
operation (on our testing-system we have 30 concurrent connections to
another asterisk box using IAX2 and GSM codec) there is already 66MB
allocated. I think this could be ok, but
2010 Jan 29
1
regression with categorial variables
Hi All,
I am working on an example where the electric utility is investigating the
effect of size of household and the type of air conditioning on electricity
consumption. I fit a multiple linear regression
Electricity consumption=size of the house hold + air conditioning type
There are 3 air conditioning types so I modeled them as a dummy variable
Type A
Type B
Type C
Where type A is the
2012 Jul 20
0
[LLVMdev] Identifying Compiler Options to Minimize Energy Consumption by Embedded Programs
Hi Everyone,
I'd like to announce a project joint between the University of Bristol and Embecosm. In this project we hope to identify what effect a broad range of compiler options has on the energy consumption of different embedded platforms. To do this we are finding a set of relevant benchmarks, compiling them with different options and measuring their energy consumption on these platforms.
2013 Jan 11
6
Off-Topic: Low Power Hardware
Hello,
I'm slightly off-topic here, but it is somewhat CentOS related!
I'm in search of some hardware that consumes a low amount of power for use
as a test-bed for Linux, various coding projects, and LAN services.
1) Low power consumption (10-15W ... maybe 30W at most)
2) Must run Linux without too much fuss (CentOS or otherwise)
3) Must have two NICs (fast ethernet or better)
4) Memory
2005 Apr 30
1
Memory consumption, integer versus factor
R is so smart! I found that when you switch a column from integer to
factor, the memory consumption goes down rather impressively.
Now I'd like to learn more. How does R do this? What does R do? How do
I learn more?
I got to thinking: If I was really smart, I'd see that a factor with 2
levels requires only 1 bit of storage. So I'd be able to cram 8 such
factors into a byte. But this
2012 Aug 03
5
CentOS 6 : Tip for significantly increasing battery life / reducing power consumption (Thinkpad X220 Tablet)
Hello,
I was not happy with the power consumption of CentOS 6 x86_64 on a new
Lenovo Thinkpad x220 Tablet and I worked on reducing it. I just wanted
to share with the list one of the changes which gave me the most
significant improvement.
As per http://www.williambrownstreet.net/blog/?p=387, add the
following kernel arguments to the GRUB boot configuration:
pcie_aspm=force
2007 Jun 22
1
Speex questions
Hi Jean-Marc, I'm implementing a VoIP client and I want to use your
codec init. I need to
ask you some questions about Speex because I can't get too much information
about it on the web. I hope you can help me.
1.- First of all, I want to know if Speex provides a buffer for Jitter..If
it does, what can I do to use it in my softphone?
2.- How does Speex manage the packet loss? (In a
2009 Nov 22
2
[LLVMdev] [PATCH] increase the max number of physical registers
Hi,
Chris Lattner wrote:
> This is fine to me in principle, but please make sure this doesn't
> impact compile time or memory usage of llc somehow.
OK. Any recommended way to do this? Is there some nice way to benchmark
speed + memory consumption of llc in LLVM testing infra at the
moment or should I just use 'top' to the inspect memory consumption
and 'time' for speed
2019 Jan 03
1
Measure system resources consumptions by ClamAV File scanner
Hi,
I am running ClamAV process which is invoked by Cron scheduler around 3:00
AM ( Midnight) on remote server running CentOS Linux release 7.6.1810
(Core). Is there a way to measure what was the system resources
consumptions like CPU, Network, I/O, Memory and Computing load is
being used and is it possible to find out how much time it took to complete
the scan?
Any help will be highly
2013 Aug 29
1
ntpd heavy CPU consumption
CentOS 6.4, x86_64.
ntpd on one of my systems has started consuming 66% of one core, although
it appears to be functioning correctly otherwise. No pertinent logs. Of
course, nothing was changed :) I've seen this before many times, but
usually the CPU consumption falls back to normal within a day or so, but
this has been going on for several weeks now. Stopping and restarting ntpd
makes
2014 Nov 08
0
Power consumption increased after upgrading to 6.6
Hi all,
I am using lm_sensors to monitor the power consumption of a CentOS box.
I notice that after upgrading from 6.5 to 6.6 the power consumption
increased sharply from approx. 60 watts to 80 W.
Screenshot: https://drive.google.com/file/d/0ByZyHlY3p2UHSkdhTzBDQVYzSlE
Anyone has same issue?
--
Netfoss
2009 Mar 22
3
data analysis. R
so i am having this question
what should i do if the give data file (.txt) has 4 columns, but different
lengths?
how can i read them in R?
any idea for the following problem?
Gas consumption (1000 cubic feet) was measured before and after insulation
was put into
a house. We are interested in looking at the effect of insulation on gas
consumption. The
average outside temperature (degrees celcius)
2016 Mar 28
1
Memory consumption for rsync -axv --delete
You could probably use CIFS, NFS or sshfs. It wouldn't be as fast, but the memory requirements should be less.
Sent from my T-Mobile 4G LTE Device
<div>-------- Original message --------</div><div>From: John Long <codeblue at inbox.lv> </div><div>Date:2016/03/25 04:10 (GMT-08:00) </div><div>To: rsync at lists.samba.org