Displaying 20 results from an estimated 30 matches for "opcontrol".
2009 Nov 06
18
xenoprof: operation 9 failed for dom0 (status: -1)
Renato,
When I tried running "opcontrol --start" (after previously running
"opcontrol --start-daemon") in dom0, I get this error message:
/usr/local/bin/opcontrol: line 1639: echo: write error: Operation not
permitted
and this message in the Xen console:
(XEN) xenoprof: operation 9 failed for dom 0 (status : -1)
It loo...
2009 Nov 06
18
xenoprof: operation 9 failed for dom0 (status: -1)
Renato,
When I tried running "opcontrol --start" (after previously running
"opcontrol --start-daemon") in dom0, I get this error message:
/usr/local/bin/opcontrol: line 1639: echo: write error: Operation not
permitted
and this message in the Xen console:
(XEN) xenoprof: operation 9 failed for dom 0 (status : -1)
It loo...
2008 Feb 01
11
xenoprof error
Hi ,
I am getting following error when i try to run xenoprof
/usr/local/bin/opcontrol: line 1082: echo: write error: Invalid argument
Using 2.6+ OProfile kernel interface.
Reading module info.
Using log file /var/lib/oprofile/oprofiled.log
Daemon started.
what is this write error ?
Any help is really appreciated.
-John
_______________________________________________
Xen-users m...
2008 Feb 01
11
xenoprof error
Hi ,
I am getting following error when i try to run xenoprof
/usr/local/bin/opcontrol: line 1082: echo: write error: Invalid argument
Using 2.6+ OProfile kernel interface.
Reading module info.
Using log file /var/lib/oprofile/oprofiled.log
Daemon started.
what is this write error ?
Any help is really appreciated.
-John
_______________________________________________
Xen-users m...
2011 Sep 20
2
is oprofile working on CENTOS 6.0 ?
Hi
I am trying to use oprofile with centos 6.0.
I know that the debug-info for the kernel is not available, so I believe
I
used the correct switches to account for this.
here is my script...
# reset everything
opcontrol --shutdown
rm /root/.oprofile/da*
opcontrol --separate=kernel --no-vmlinux
opcontrol --event=CPU_CLK_UNHALTED:100000
opcontrol --start
sleep 5
opcontrol --reset
echo "sleeping now"
sleep 20
opcontrol -stop
# all done - use the data with opreport...
echo " "...
2010 Jan 22
7
Is it possible that xenoprof active domain profiling using pvops jeremy''s kernel
...patch ), domU( vanilla kernel
2.6.32 with paravirt enabled ), distribution( ubuntu 9.10 )
In passive mode, xenoprof seems to work well, opreport showed good
information.
but, in active mode, it seems not to be done correctly.
my command is strictly followed by xenoprof tutorial doc.
<dom0>
opcontrol --start-daemon --event=L2_RQSTS:100000 --xen=/boot/xen-syms-3.4.2
--vmlinux=/boot/vmlinux-2.6.31.6-xen-xenoprof --active-domains=7
<domU>
opcontrol --start --event=L2_RQSTS:100000 --xen=/boot/xen-syms-3.4.2
--vmlinux=/boot/vmlinux-2.6.32-domU
In domU, opcontrol was break showing "cannot...
2006 Sep 20
0
Xen and Oprofile
Hello Xenoprof Users,
Can someone please verify the steps to get a oprofile session profile
multiple sessions? I am using a file VBD for spawning two guest OS
domains on the host. I am doing the following:
1.) On dom0
Opcontrol --xen=/boot/xen-syms-blah
2.) On domU domID: 41
Opcontrol --vmlinux=/boot/vmlinux-2..blah
3.) On domU domID: 42
Opcontrol --vmlinux=/boot/vmlinux-2..blah
4.) On dom0
Opcontrol --start-daemon --active-domains=41,42
5.) On domU, 41
Opcontrol --reset
Opcontrol -...
2010 Aug 12
2
Is oprofile still working?
Hi all,
Is anyone using oprofile?
I'm getting segfaults from opreport at the moment, and I'm not sure if
it is opreport, or just me.
In case it is something just plain daft I am doing, here is how it goes:
opcontrol --reset
opcontrol --setup --no-vmlinux
opcontrol --start
... now I run my program, /tmp/myprog ...
opcontrol --dump
opcontrol --shutdown
then I run,
opreport -l /tmp/myprog
and get:
warning: [vdso] (tgid:4780 range:0x8d7000-0x8d8000) could not be found.
warning: [vdso] (tgid:4784 range:0x...
2011 Jan 21
0
oprofile problem in centos with custom kernel
...T_MULTIPLEX is not set
CONFIG_HAVE_OPROFILE=y
CONFIG_FRAME_POINTER=y
CONFIG_KPROBES=y
CONFIG_HAVE_KPROBES=y
CONFIG_KPROBE_EVENT=y
CONFIG_SAMPLE_KPROBES=m
under various suggestions i have googled in the net. I run oprofile
using the following instructions:
#!/bin/bash
rm oprof_output.txt
/usr/bin/opcontrol --init
/usr/bin/opcontrol --setup --event=CPU_CLK_UNHALTED:100000:0:1:1
--vmlinux /usr/src/kernels/linux-2.6.37/vmlinux
/usr/bin/opcontrol --reset
/usr/bin/opcontrol --start
/usr/bin/opcontrol --stop
/usr/bin/opcontrol --dump
/usr/bin/opreport -f -a -l --symbols --image-path=/lib/modules/$(uname...
2011 Apr 26
0
opreport version 0.9.4 on Centos Linux 5.5
Nicholas Thierry-Mieg, Thank you for your reply on Saturday Apr 23,2011. Since then I have been trying to learn how to use oprofile 0.9.4 on Centos Linux 5.5. If I follow the following steps running as root,
opcontrol --shutdown
opcontrol --callgraph=7
opcontrol --image=/home/frankc/DQTTest5/MatchUpTest/lirh5g_deb/Mary48.exe
opcontrol --start
/home/frankc/DQTTest5/MatchUpTest/lirh5g_deb/Mary48.exe
opcontrol --dump
opreport -c > profile_info.txt
or
opreport -l /home/frankc/DQTTest5/MatchUpLib/lirh5g...
2011 Feb 11
0
Can Xenoprof monitor Core events and Uncore Events simultaneously?
Is it possible to monitor Core Events and Uncore Events simultaneously?
Currently, it is not working now in my machine.
When I type the command line like this,
opcontrol --start-daemon --event=LLC_MISSES:6000::0:1
--event=LLC_REFS:6000::0:1 \
--event=MEM_UNCORE_RETIRED:6000:0x10:0:1
--event=MEM_UNCORE_RETIRED:6000:0x20:0:1 \
--xen=/boot/xen-syms-4.0.1-rc3 --no-vmlinux
--passive-domains=1,2,3,4,5,6,7,8,9,10,11,12
Opcontrol -start
Opcontrol -stop
Opcontrol...
2011 Mar 10
0
OProfile on Dom0. Problem with starting daemon
Dear experts,
to monitor performance of applications on our private clouds I decided
to use Xenoprof. For that, I installed patched OProfile 0.9.5 on Dom0
and DomU. Then, I started the daemon on Dom0
opcontrol --start-daemon --active-domains=1 --separate=library
--event=LLC_MISSES:90000
and received the following error:
/usr/local/bin/opcontrol: line 1171: echo write error: invalid arguments
Using 2.6+ OProfile kernel interface.
Using log file /var/lib/oprofile/samples/oprofiled.log
Daemon started.
A...
2011 Feb 11
0
Can Xenoprof monitor Core events and Uncore Events simultaneously?
Is it possible to monitor Core Events and Uncore Events simultaneously?
Currently, it is not working now in my machine.
When I type the command line like this,
opcontrol --start-daemon --event=LLC_MISSES:6000::0:1
--event=LLC_REFS:6000::0:1 \
--event=MEM_UNCORE_RETIRED:6000:0x10:0:1
--event=MEM_UNCORE_RETIRED:6000:0x20:0:1 \
--xen=/boot/xen-syms-4.0.1-rc3 --no-vmlinux
--passive-domains=1,2,3,4,5,6,7,8,9,10,11,12
Opcontrol -start
Opcontrol -stop
Opcontrol...
2013 Apr 30
0
Passive domain profiling support on Xen 4.2.1 or XCP 1.6
...+ XCP 1.6 Base ISO
+ CentOS 6.3 Guest (HVM,PV)
* Environment 2
+ i7-2600 CPU
+ Xen hypervisor 4.2.1
+ Konrad''s passive domain profiling patch applied Dom0 Kernel ( 2.6.32
jeremy branch & 3.2.44 mainline kernel)
+ CentOS 6.3 Guest (HVM,PV)
* Commands on XCP or Dom0 console
1. # opcontrol --start-daemon --xen=/env/xen-syms
--vmlinux=/env/vmlinux-dom0 --passive-domains=1,2
--passive-images=/env/vmlinux-centos63hvm,/env/vmlinux-centos63pv
2. # opcontrol --start
3. Run experiment to be profiled on HVM,PV Guest
4. # opcontrol --stop
5. # opcontrol --shtudown
6. # opreport -l
* Re...
2008 May 28
0
I/O performance problem using LVM mirrors to back phy: devices
...vcreate -m 1 --corelog -L 2G -n test_core test
Then we made filesystems and mounted them:
# mke2fs -j /dev/test/test*
# mkdir -p /mnt/test/mirror
# mkdir -p /mnt/test/core
# mount /dev/test/test_mirror /mnt/test/mirror
Next we started oprofile, instructing it to count BUS_IO_WAIT events:
# opcontrol --start --event=BUS_IO_WAIT:500:0xc0
--xen=/usr/lib/debug/boot/xen-syms-2.6.18-53.1.14.el5.debug
--vmlinux=/usr/lib/debug/lib/modules/2.6.18-53.1.14.el5xen/vmlinux
--separate=all
Then we ran bonnie on each device in sequence, stopping oprofile and
saving the output each time.
# bonnie++ -d...
2007 Oct 22
1
xenoprof with 2.6.9 kernel - "timer mode" problem
2011 Jun 28
4
Require solution for "xenoprof: Initialization failed. Intel processor model 44 for P6 class family is not supported“
HI all :
I got the message "Using timer interrupt." when trying the command
"opcontrol --list-events". then I found infomation "xenoprof: Initialization
failed. Intel processor model 44 for P6 class family is not supported“ after
"xm dmesg". the TYPE OF CPUS here is Intel(R) Xeon(R) CPU E5620 @
2.40GHz.
So does it really not support this type of proces...
2006 Nov 14
1
Problem about use XenOprofile
Hi, I want to get the performance data like documents
<<Xenoprofoverview&Networking Performance Analysis>>
(http://www.xensource.com/files/xs0106_xenoprof.pdf ).
But how can I get the modules'' profile in kernel?
Now I use command:
Opcontrol --no-vmlinux --separate=kernel,cpu --start-daemon
...run benchmark
Opcontrol --sutdown
Opreport >list
The report shows:
CPU: AMD64 processors, speed 2412.4 MHz (estimated)
Counted CPU_CLK_UNHALTED events (Cycles outside of halt state) with a
unit mask of 0x00 (No unit mask) count 3000
CPU_CLK...
2012 May 07
5
Xenoprof (0.9.5) in PVOPS
...rof in my Xeon machine with PVOPS (3.1.0 kernel) &
xen 4.1.1.
In the past, I had failed to use the xenoprof in this environment. (1 year
ago)
While baremetal booting shows the counter object in /dev/oprofile/0 (or
1,2,3) ,
booting with xen fails to create those objects.
Of course, opcontrol command doesn''t work. It only prints out that error :
counter 0 unavailable.
I''ve searched the web, but I couldn''t get the enough info to resolve it.
Is there anyone who knows about this issue?
Thanks!
_______________________________________________
Xe...
2011 Jan 07
7
Don''t mount hardware performance counter using xenoprof
...using the patch from xenoprof.sourceforge.net
Debian GNU/Linux 5.0 (lenny)
Xen-4.0.1 + 2.6.32.27 (linux-2.6-pvops.git) Dom0
My platform is Intel(R) Core(TM) i7 CPU 960 @ 3.20GHz
My problems are:
In Dom0, But hardware performance counters don''t be mounted
after initialization (opcontrol --init)
# ls /dev/oprofile
backtrace_depth cpu_buffer_size pointer_size
buffer cpu_type stats
buffer_size dump time_slice
buffer_watershed enable
0(and 1,2,3) directories are not exist.
Is there any reason for this ?
Any help is...