Displaying 20 results from an estimated 3000 matches similar to: "[Bug 8027] New: io throtling based on /proc/loadvg"
2005 Nov 10
6
throtling bandwidth
Hi,
My branch office as got a 256Kbps b/w from their service provider at a
very very high rate per Mb. They don''t require 256Kbps at all but the
ISP does not offer anything low. Can we restrict the bandwith to say
64Kbps nothing fancy? How do I go about it?
With warm regards,
-Payal
2012 May 17
6
Question about plans for the forge.
Currently and going forward people will be running multiple versions
of puppet. What are the plans for puppet compatibility with Modules?
Thinking we may want to be able to specify what version of Puppet is
running and ask for the compatible module. (Which may be the same).
Thanks,
Brian
--
You received this message because you are subscribed to the Google Groups "Puppet Users"
2007 Aug 23
1
Traffic shaping questions and possible extensions
Hi,
It has been quite a while since I looked at what was happening in Linux
traffic shaping, so I am not sure if this has been discussed / improved
on since I last looked.
We use a traffic shaper based on HTB. The basic principals work fine,
but we have a problem with ''intermittent trafic'' like http and
interactive ssh sessions.
Each of these categories of traffic have
2008 Feb 07
5
pnorm
Dear R list,
I calculated a two-sided p values according to 2*(1-pnorm(8.104474)), which gives 4.440892e-16. However, it appears to be 5.30E-16 by a colleague and 5.2974E-16 from SAS. I tried to get around with mvtnorm package but it turns out to be using pnorm for univariate case. I should have missed some earlier discussions, but for the moment is there any short answer for a higher
2012 Oct 31
5
how to trigger puppet run on agents remotely
Hello Everybody,
I am looking for a way to trigger puppet rum
remotely. so that i don''t need to login into individual nodes and perform
the puppet agent --test from there.
Is there any alternative to puppet kick in puppet 3.0, since its being
deprecated in telly.
Also , can anybody tell how to configure foreman 1 to trigger puppet run
from the gui in puppet
2009 Nov 20
3
steadily increasing/high loadavg without i/o wait or cpu utilization
Hi all,
I just installed centos 5.4 xen-kernel on intel core i5 machine as dom0.
After some hours of syncing a raid10 array (8 sata disk) I noticed a
steadily increasing loadavg. I think without reasonable i/o wait or cpu
utilization the loadavg on this system should be very lower. If this
loadavg is normal I would be greatful if somone could explain why. The
screenshots below show that there is
2006 Feb 08
4
DO NOT REPLY [Bug 3491] New: throttle disk IO during filelist/directory parsing
https://bugzilla.samba.org/show_bug.cgi?id=3491
Summary: throttle disk IO during filelist/directory parsing
Product: rsync
Version: 2.6.4
Platform: All
URL: http://vilius.multiply.com/video/item/10
OS/Version: Linux
Status: NEW
Severity: enhancement
Priority: P3
Component: core
2004 May 18
1
New Bie for this group
Hi all,
I am very new to this group and also the Unix
platform.
I am having some questions related to Throtling.
I have visited lot of sites but not satisfied except
www.docum.org
I am from India. Working on *nix platform & love to
work on RedHat Linux.
Thanks in Adv. to Group
BY
__________________________________
Do you Yahoo!?
SBC Yahoo! - Internet access at a great low price.
2011 Jun 02
2
Counting occurrences in a moving window
Hi list, based on the following data.frame I would like to create a variable
that indicates the number of occurrences of A in the 3 years prior to the
current year:
DF = data.frame(read.table(textConnection(" A B
8025 1995
8026 1995
8029 1995
8026 1996
8025 1997
8026 1997
8025 1997
8027 1997
8026 1999
8027 1999
8028 1995
8029 1998
8025 1997
8027 1997
8026 1999
8027 1999
2011 Aug 25
3
Selections in lists
Hi,
I have produced a list g and I would like to reduce the amount of
information contained in each object in g.
For each matrix I would like to keep the values where the column name equals
g[year][[1]][[x]] and the row names equals g[year][[1]][[-x]]. So in
g$`1999`$`8029`, year = 1999 and x = 8029. I have been experimenting with
the subset function, but have been unsuccesful. Thanks for your
2009 Sep 08
1
variables on files
I have this configuration:
class monit {
# Installing packages.
package { "monit":
ensure => latest;
}
file {
"/etc/default/monit":
owner => "root",
group => "root",
mode => "0644",
source => "puppet:///monit/etc/default/monit",
}
file {
"/etc/monit/monitrc":
owner => "root",
group =>
2014 Sep 11
2
Weird output of system load
All,
One server of mine running CentOS 6.3. The load is very high, but few process in running or blocked.
Followed is the output of /proc/stat, /proc/loadavg and top
/proc/stat
cpu 5351723 61716 6974590 161365578 240734 141769 380525 0 0
cpu0 4016881 9686 2510787 79408769 110721 141549 351075 0 0
cpu1 1334842 52029 4463802 81956808 130013 220 29449 0 0
intr 1081538370 139 8 0 0 0 0 0 0 0 0 0 0
2012 Feb 08
1
[Bug 8751] New: rsync does not update symlink
https://bugzilla.samba.org/show_bug.cgi?id=8751
Summary: rsync does not update symlink
Product: rsync
Version: 3.0.6
Platform: All
OS/Version: All
Status: NEW
Severity: normal
Priority: P5
Component: core
AssignedTo: wayned at samba.org
ReportedBy: spamik at yum.pl
QAContact:
2011 Aug 15
1
Selecting section of matrix
Hi,
I have a question concerning the selection of data. Let's say that given
list h created below, I would like to select a section of the 1999 matrix.
For a case (rownames and colnames) I would like to select the cells that
have a value > 0. So for case 8025
8025 8026 8027
8025 1 1 1
8026 1 1 1
8027 1 1 1
And for case 8028
8028 8029
8028 1
2011 Aug 22
1
Selecting cases from matrices stored in lists
Hi,
I have two lists (c and h - see below) containing matrices with similar
cases but different values. I want to split these matrices into multiple
matrices based on the values in h. So, I did the following:
years<-c(1997:1999)
for (t in 1:length(years))
{
year=as.character(years[t])
h[[year]]<-sapply(colnames(h[[year]]), function(var)
2011 Apr 29
4
For loop and sqldf
Hi list,
Can anyone tell my why the following does not work? Thanks a lot! Your help
is very much appreciated.
DF = data.frame(read.table(textConnection(" B C D E F G
8025 1995 0 4 1 2
8025 1997 1 1 3 4
8026 1995 0 7 0 0
8026 1996 1 2 3 0
8026 1997 1 2 3 1
8026 1998 6 0 0 4
8026 1999 3 7 0 3
8027 1997 1 2 3 9
8027 1998 1 2 3 1
8027 1999
2014 Oct 09
1
vmstat and loadavg disagree about system load
1 4 499492 150392 4496 4763380 0 0 192 552 1227 1094 2 0 75 24 0
0 5 499492 150656 4500 4763528 0 0 0 160 465 263 1 0 68 30 0
0 5 499492 150468 4500 4763532 0 0 0 0 177 93 1 0 69 31 0
1 5 499492 151020 4500 4763540 0 0 0 0 160 132 0 0 69 31 0
1 5 499492 151268 4500 4763540 0 0 0 0 304 143 1 0 69
2014 Jun 24
0
Re: data monitored by "virDomainBlockStats" API not consistent with ones reading from /proc/[pid]/io, and corrugated with /proc/diskstats
On 06/24/2014 02:24 AM, coperd wrote:
>
> It is supposed that the VM’s disk “rd_bytes" and “wr_bytes" should
never exceed the value of the physical disk respectively, right ?
That's a question for the qemu folks.
> Doesn’t
> libvirt virDomainBlockStats read disk information from “proc” ?
No, libvirt reads it from the qemu QMP command query-blockstats. Beyond
that,
2014 Jun 25
0
Re: data monitored by "virDomainBlockStats" API not consistent with ones reading from /proc/[pid]/io, and corrugated with /proc/diskstats
On 06/25/2014 05:11 AM, coperd wrote:
[please don't top-post on technical lists]
> Command line "virsh domblkstat $vmname vda” get the results below:
> vda rd_bytes 639415808
> vda wr_bytes 728186880
>
> Command line "cat /proc/4438/io” get the result below:
> read_bytes: 772415488
> write_bytes: 734040064
Bear in mind that for some file formats, such as
2010 Mar 16
0
[PATCH] Added the new Processors agent.
The Processors agent reports details regarding the processing power for
the managed node.
Defined the agent within schema.xml. Wrote the wrapper code to create
and populate an instance of the agent.
The properties for the Processors agent have also been trimmed back to
what is readily available via HAL.
Signed-off-by: Darryl L. Pierce <dpierce at redhat.com>
---
src/Makefile.am | 26