From: Mathieu Desnoyers <mathieu.desnoyers@polymtl.ca>
To: ltt-dev@lists.casi.polymtl.ca
Cc: linux-kernel@vger.kernel.org
Subject: [RELEASE] LTTng 0.170 for kernel 2.6.31.6 (bugfix release, stress-test)
Date: Mon, 16 Nov 2009 13:44:01 -0500 [thread overview]
Message-ID: <20091116184401.GC9854@Krystal> (raw)
Hi,
I just released lttng 0.170 which fixes concurrency problems between:
cpu hotplug
trace start/stop
marker arm/disarm
All users using LTTng since 0.165 (where the refactoring has been done)
are strongly encouraged to upgrade.
The stress-tests I have done are (in parallel):
#cpu hotplug
for b in $(seq 1 1000); do
for a in $(find /sys/devices/system/cpu |grep online); do
echo 0 > $a;
done;
for a in $(find /sys/devices/system/cpu |grep online); do
echo 1 > $a;
done;
done
#ltt-armall
for a in $(seq 1 1000); do
/home/compudj/local/bin/ltt-armall;
/home/compudj/local/bin/ltt-disarmall;
done
#trace creation/removal
for a in $(seq 1 1000); do
rm -fr /tmp/trace2;
/home/compudj/local/bin/lttctl -C -w /tmp/trace2 trace2;
/home/compudj/local/bin/lttctl -D trace2;
done
Works fine now. I'll leave the test run longer, but about 10 minutes of
these running in parallel is fine now.
Mathieu
--
Mathieu Desnoyers
OpenPGP key fingerprint: 8CD5 52C3 8E3C 4140 715F BA06 3F25 A8FE 3BAE 9A68
reply other threads:[~2009-11-16 18:43 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20091116184401.GC9854@Krystal \
--to=mathieu.desnoyers@polymtl.ca \
--cc=linux-kernel@vger.kernel.org \
--cc=ltt-dev@lists.casi.polymtl.ca \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.