Li Zhijian
Li Zhijian
same problem ``` top - 13:14:01 up 13 days, 20:19, 4 users, load average: 5.15, 4.71, 4.14 Tasks: 482 total, 5 running, 377 sleeping, 0 stopped, 0 zombie %Cpu(s): 24.4...
fixed_ctr0 details at ivb platform ``` root@lkp-ivb-d01 /lkp/benchmarks/perf_event_tests/tests/x86_intel# ./fixed_ctr0 This test checks the intel fixed counter 0 Which is retired instructions. Linux treats/schedules this the same as in a general...
fixtests/overflow/simultaneous_group_overflow details at ivb platform ``` root@lkp-ivb-d01 /lkp/benchmarks/perf_event_tests# tests/overflow/simultaneous_group_overflow This tests simultaneous overflow within group. Testing matrix matrix multiply Event perf::instructions with period 1000000 Matrix multiply sum: s=27665734022509.746094 fd 3...
thanks a lot, i try the latest code d2b3ee19c02c3f917414ef421a54186392f8c00c with perf_event_paranoid = 2 ``` lizhijian@haswell-OptiPlex-9020:~/perf_event_tests/tests/error_returns$ ./eacces This tries to get perf_event_open() to generate an EACCES return. + Trying to attach...
and current, some cases would have different result with different user and different perf_event_paranoid ``` e2big eacces einval enoent eopnotsupp eperm esrch ``` for perf_event_paranoid with -1 and 0, the...
I also got the failure on my haswell platform, but i don't figure out why socket-1.conf: triggers did not trigger as expected: 2 != 4 socket-2.conf: triggers did not trigger...
> @zhijianli88 This looks good, but do you mind sending this as a patch to the mailing list instead? This way we can leverage the usual tooling goodness from b4...
/cc Want to know any new progress about this issue. I'm looking forward a dockerize solution so that i can deploy it flexibly.
> @zhijianli88 @stdevel we are actively working on containerizing uyuni using option 2) from Michael's comments: Every single service in separate containers. This will be a big and complex task,...