Displaying 20 results from an estimated 10000 matches similar to: "Xen Dom0 performance reporting/monitoring"
2009 Jan 23
5
cpu load monitoring
Hi,
I have a server running Centos 5.2 and am implementing a GIS mapserver app. I
have some sample logs from another implementation that give me an idea of
bandwidth requirements but I would like to check the cpu load. I can not be
at the server during the test and am interested in knowing if there is
logging of cpu load available. Anyone have experience with this?
Recommendations?
Dave
--
2008 Mar 24
2
Health Monitoring
Hey,
I am looking for healt monitoring software for my centos5.1 box. Nothing
crazy (like nagios), just something that records memory/cpu usage every min
to 5 mins.
I added some vmware stuff and was looking to see when if swap gets used and
cpu spikes.
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2009 Oct 30
4
Xen+Munin+Monit?
Hi All,
What is the best way to remotely monitor/administer a group of xen domUs
across a network?
We''re planning to deploy a few H/W servers with paravirtualized domUs.
What are the best alternatives? What works and What doesn''t?
Share your experiences.
Cheers
Rajan
_______________________________________________
Xen-users mailing list
Xen-users@lists.xensource.com
2012 Sep 26
5
sparse to no sparse
Hi.
I have an old Xen para virt vm which I created using sparse file. Is
there any way to convert this vm image to non-sparse without shutting
down the vm?.
Thanks
Paras.
2010 Nov 16
4
problem after migration
Hi,
I believe I can post this here.
I have a domU ( Redhat 6) running in Paravirt mode. When I migrate
this domU to another host, looks like the domU is freezing in the
other host. When I take it back to original host ,it starts to run
normally and this is what can see in dmesg of domU :
suspending xenstore...
trying to map vcpu_info 0 at ffff88000434b020, mfn b67660, offset 32
cpu 0 using
2010 Oct 13
5
network interface question
Hi,
I don't have ifcfg-eth1 in my /etc/sysconfig/network-scripts. But when
I do ifconfig eth1 I can see output as below. If I do ifconfig eth12 ,
I don't see anything which i am assume is normal.
eth1 Link encap:Ethernet HWaddr 00:24:E8:44:DB:CC
BROADCAST MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0
2004 Dec 29
3
shaping on tcp ports
hi all:
the following scipt is wokring perfectly with limiting ...on limimitng per
ip basis..
----
eth0=public static ip
eth2= private ip ( 192.168.2.1)
--
iptables -t mangle -A POSTROUTING -s ! 192.168.0.0/32 -d 192.168.2.101/32
-j MARK --set-mark 21012
tc class add dev eth2 parent 1:1 classid 1:2101 htb rate 32kbit ceil 64kbit
tc filter add dev eth2 parent 1:0 protocol ip prio 2 handle
2011 Sep 22
10
data recovery
Hi,
Need help on data recovery.
Suddenly my disk device's geometry has been changed to something that
doesnot make any sense. Its a 1.8TB in size and had only one single
partition. Now I can see 3 partitions sde1, sde2 and sde2 of sizes
130M, 140GB and 10GB.
Is there any way to recover data from these newly created disk devices?
Thanks
Paras.
2010 Jan 08
7
SAN help
My CentOS 5.4 box has a single HBA card with 2 ports connected to my
Storage. 2 Luns are assigned to my HBA card. Under /dev instead of seeing 4
devices I can see 12 devices from sdb to sdm. I am using qlogic driver that
is bulitin to the OS. Has any one seen this kind of situation?
Paras
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2010 Apr 26
9
System Resources Graphing
Is there a package I can get that will graph system resources such as
CPU and disk I/O to an html file or something?
Matt
2009 Oct 23
3
samba+ldap
Does this mean that my samba is ready to connect to LDAP server?
root at webdev # ./smbd -b |grep LDAP
HAVE_LDAP_H
HAVE_LDAP
HAVE_LDAP_ADD_RESULT_ENTRY
HAVE_LDAP_INIT
HAVE_LDAP_INITIALIZE
HAVE_LDAP_SET_REBIND_PROC
HAVE_LIBLDAP
LDAP_SET_REBIND_PROC_ARGS
root at webdev #
Thanks!
Paras.
2009 Oct 08
2
kinit problem
hi,
Samba 3.4.1 is compiled and running successfully from source. I need
to connect samba to ADS . As a first step kinit is not working for me.
Here is the error
root at web # kinit
Password for samba at XXXX.EDU:
localhost: RPC: Program not registered
no warning possible
root at web #
How do I debug what is not working?
Thanks
Paras.
2010 Aug 23
3
which cpu?
Which cpu is hit when domU does the heavy disk IO? dom0 cpu or domU cpu? I
can see tapdisk in dom0 eating CPU. I have (dom0-cpus 1) setup in xen
config.
Thanks!
Paras.
_______________________________________________
Xen-users mailing list
Xen-users@lists.xensource.com
http://lists.xensource.com/xen-users
2009 Nov 06
2
bus error
Hi all,
What does this mean?
root at web # ./net ads join -U samba
Enter samba's password:
Bus Error (core dumped)
Is it similar to seg fault?
Paras.
2008 Jul 15
2
meaning of tests presented in anova(ols(...)) {Design package}
Hi,
I am curious about how to interpret the table produced by
anova(ols(...)), from the Design package. I have a multiple linear
regression model, with some interaction, defined by:
ols(formula = log(ksat * 60 * 60) ~ log(sar) * pol(activity,
3) + log(conc) * pol(sand, 3), data = sm.clean, x = TRUE,
y = TRUE)
n Model L.R. d.f. R2 Sigma
1834 1203
2009 Dec 25
1
questions relate to "sar"
We have CENTOS 5.3 on DELL server. I tried to use "sar -b" or "sar -u" and it only show report starting on 12:00 A.M.
my questions are:
1. for "sar -u" or "sar -b" how can I generate two or three days ago report?
2. how to generate daily report from "sa2 " peocess?
Thanks.
___________________________________________________
??????? ?
2007 Jan 28
1
extra panel arguments to plot.nmGroupedData {nlme}
Greetings,
I have a groupedData (nmGroupedData) object created with the following syntax:
Soil <- groupedData(
ksat ~ conc | soil_id/sar/rep,
data=soil.data,
labels=list(x='Solution Concentration', y='Saturated Hydraulic Conductivity'),
units=list(x='(cmol_c)', y='(cm/s)')
)
the original data represents longitudinal observations in the form of:
2019 Mar 04
2
Where's the optimiser gone (part 11): use the proper instruction for sign extension
Compile with -O3 -m32 (see <https://godbolt.org/z/yCpBpM>):
long lsign(long x)
{
return (x > 0) - (x < 0);
}
long long llsign(long long x)
{
return (x > 0) - (x < 0);
}
While the code generated for the "long" version of this function is quite
OK, the code for the "long long" version misses an obvious optimisation:
lsign: # @lsign
mov
2014 Jan 11
3
[LLVMdev] Possible error in docs.
http://llvm.org/docs/CodeGenerator.html#machine-code-description-classes
Section starting:
Fixed (preassigned) registers
It talks about converting:
define i32 @test(i32 %X, i32 %Y) {
%Z = udiv i32 %X, %Y
ret i32 %Z
}
into
;; X is in EAX, Y is in ECX
mov %EAX, %EDX
sar %EDX, 31
idiv %ECX
ret
BUT, where does the "sar" come from?
Kind Regards
James
2005 May 06
3
QOS monitoring?
Hi,
I have implemented QOS classifiers using TC with HTB. The
classification is working.
I would like to know whether there is some tool which will help me in
monitoring the bandwidth share of the various classes.
Thanks,
Vinod C