CEPH filesystem development
 help / color / mirror / Atom feed
* osd systemtap initial steps
@ 2014-04-29 22:17 Samuel Just
  2014-04-30  2:21 ` Haomai Wang
  0 siblings, 1 reply; 7+ messages in thread
From: Samuel Just @ 2014-04-29 22:17 UTC (permalink / raw)
  To: ceph-devel@vger.kernel.org

I'm starting on adding systemtap trace points to the osd.

https://github.com/athanatos/ceph/tree/wip-osd-stap

has some initial build changes and a single tracepoint in OSD::handle_op.

I'll ping the list when I've got more.
-Sam

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: osd systemtap initial steps
  2014-04-29 22:17 osd systemtap initial steps Samuel Just
@ 2014-04-30  2:21 ` Haomai Wang
  2014-04-30 13:19   ` Danny Al-Gaaf
  0 siblings, 1 reply; 7+ messages in thread
From: Haomai Wang @ 2014-04-30  2:21 UTC (permalink / raw)
  To: Samuel Just; +Cc: ceph-devel@vger.kernel.org

So cool!

I remember a telekomcloud guy is also worked for it since last summit.

On Wed, Apr 30, 2014 at 6:17 AM, Samuel Just <sam.just@inktank.com> wrote:
> I'm starting on adding systemtap trace points to the osd.
>
> https://github.com/athanatos/ceph/tree/wip-osd-stap
>
> has some initial build changes and a single tracepoint in OSD::handle_op.
>
> I'll ping the list when I've got more.
> -Sam
> --
> To unsubscribe from this list: send the line "unsubscribe ceph-devel" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html



-- 
Best Regards,

Wheat

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: osd systemtap initial steps
  2014-04-30  2:21 ` Haomai Wang
@ 2014-04-30 13:19   ` Danny Al-Gaaf
  2014-04-30 21:14     ` Samuel Just
  0 siblings, 1 reply; 7+ messages in thread
From: Danny Al-Gaaf @ 2014-04-30 13:19 UTC (permalink / raw)
  To: Haomai Wang, Samuel Just; +Cc: ceph-devel@vger.kernel.org, Marc Koderer

Am 30.04.2014 04:21, schrieb Haomai Wang:
> So cool!
> 
> I remember a telekomcloud guy is also worked for it since last summit.

Correct ... our initial version is/was this:
https://github.com/dalgaaf/ceph/commits/wip-master-bp-systemtap

Danny

> On Wed, Apr 30, 2014 at 6:17 AM, Samuel Just <sam.just@inktank.com> wrote:
>> I'm starting on adding systemtap trace points to the osd.
>>
>> https://github.com/athanatos/ceph/tree/wip-osd-stap
>>
>> has some initial build changes and a single tracepoint in OSD::handle_op.
>>
>> I'll ping the list when I've got more.
>> -Sam


^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: osd systemtap initial steps
  2014-04-30 13:19   ` Danny Al-Gaaf
@ 2014-04-30 21:14     ` Samuel Just
  2014-04-30 21:18       ` Mark Nelson
  0 siblings, 1 reply; 7+ messages in thread
From: Samuel Just @ 2014-04-30 21:14 UTC (permalink / raw)
  To: Danny Al-Gaaf; +Cc: Haomai Wang, ceph-devel@vger.kernel.org, Marc Koderer

Cool.  Looks like we read the same guide on the autotools bit :P.  I'm
focusing on instrumenting the OSD op life cycle.
-Sam

On Wed, Apr 30, 2014 at 6:19 AM, Danny Al-Gaaf <danny.al-gaaf@bisect.de> wrote:
> Am 30.04.2014 04:21, schrieb Haomai Wang:
>> So cool!
>>
>> I remember a telekomcloud guy is also worked for it since last summit.
>
> Correct ... our initial version is/was this:
> https://github.com/dalgaaf/ceph/commits/wip-master-bp-systemtap
>
> Danny
>
>> On Wed, Apr 30, 2014 at 6:17 AM, Samuel Just <sam.just@inktank.com> wrote:
>>> I'm starting on adding systemtap trace points to the osd.
>>>
>>> https://github.com/athanatos/ceph/tree/wip-osd-stap
>>>
>>> has some initial build changes and a single tracepoint in OSD::handle_op.
>>>
>>> I'll ping the list when I've got more.
>>> -Sam
>

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: osd systemtap initial steps
  2014-04-30 21:14     ` Samuel Just
@ 2014-04-30 21:18       ` Mark Nelson
  2014-06-07 12:15         ` Haomai Wang
  0 siblings, 1 reply; 7+ messages in thread
From: Mark Nelson @ 2014-04-30 21:18 UTC (permalink / raw)
  To: Samuel Just, Danny Al-Gaaf
  Cc: Haomai Wang, ceph-devel@vger.kernel.org, Marc Koderer

Have I mentioned how exciting that is?

Mark

On 04/30/2014 04:14 PM, Samuel Just wrote:
> Cool.  Looks like we read the same guide on the autotools bit :P.  I'm
> focusing on instrumenting the OSD op life cycle.
> -Sam
>
> On Wed, Apr 30, 2014 at 6:19 AM, Danny Al-Gaaf <danny.al-gaaf@bisect.de> wrote:
>> Am 30.04.2014 04:21, schrieb Haomai Wang:
>>> So cool!
>>>
>>> I remember a telekomcloud guy is also worked for it since last summit.
>>
>> Correct ... our initial version is/was this:
>> https://github.com/dalgaaf/ceph/commits/wip-master-bp-systemtap
>>
>> Danny
>>
>>> On Wed, Apr 30, 2014 at 6:17 AM, Samuel Just <sam.just@inktank.com> wrote:
>>>> I'm starting on adding systemtap trace points to the osd.
>>>>
>>>> https://github.com/athanatos/ceph/tree/wip-osd-stap
>>>>
>>>> has some initial build changes and a single tracepoint in OSD::handle_op.
>>>>
>>>> I'll ping the list when I've got more.
>>>> -Sam
>>
> --
> To unsubscribe from this list: send the line "unsubscribe ceph-devel" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
>


^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: osd systemtap initial steps
  2014-04-30 21:18       ` Mark Nelson
@ 2014-06-07 12:15         ` Haomai Wang
  2014-06-07 12:24           ` Danny Al-Gaaf
  0 siblings, 1 reply; 7+ messages in thread
From: Haomai Wang @ 2014-06-07 12:15 UTC (permalink / raw)
  To: Mark Nelson
  Cc: Samuel Just, Danny Al-Gaaf, ceph-devel@vger.kernel.org,
	Marc Koderer

May I asked the status of this bp?

Maybe we can push this further

On Thu, May 1, 2014 at 5:18 AM, Mark Nelson <mark.nelson@inktank.com> wrote:
> Have I mentioned how exciting that is?
>
> Mark
>
>
> On 04/30/2014 04:14 PM, Samuel Just wrote:
>>
>> Cool.  Looks like we read the same guide on the autotools bit :P.  I'm
>> focusing on instrumenting the OSD op life cycle.
>> -Sam
>>
>> On Wed, Apr 30, 2014 at 6:19 AM, Danny Al-Gaaf <danny.al-gaaf@bisect.de>
>> wrote:
>>>
>>> Am 30.04.2014 04:21, schrieb Haomai Wang:
>>>>
>>>> So cool!
>>>>
>>>> I remember a telekomcloud guy is also worked for it since last summit.
>>>
>>>
>>> Correct ... our initial version is/was this:
>>> https://github.com/dalgaaf/ceph/commits/wip-master-bp-systemtap
>>>
>>> Danny
>>>
>>>> On Wed, Apr 30, 2014 at 6:17 AM, Samuel Just <sam.just@inktank.com>
>>>> wrote:
>>>>>
>>>>> I'm starting on adding systemtap trace points to the osd.
>>>>>
>>>>> https://github.com/athanatos/ceph/tree/wip-osd-stap
>>>>>
>>>>> has some initial build changes and a single tracepoint in
>>>>> OSD::handle_op.
>>>>>
>>>>> I'll ping the list when I've got more.
>>>>> -Sam
>>>
>>>
>> --
>> To unsubscribe from this list: send the line "unsubscribe ceph-devel" in
>> the body of a message to majordomo@vger.kernel.org
>> More majordomo info at  http://vger.kernel.org/majordomo-info.html
>>
>



-- 
Best Regards,

Wheat

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: osd systemtap initial steps
  2014-06-07 12:15         ` Haomai Wang
@ 2014-06-07 12:24           ` Danny Al-Gaaf
  0 siblings, 0 replies; 7+ messages in thread
From: Danny Al-Gaaf @ 2014-06-07 12:24 UTC (permalink / raw)
  To: Haomai Wang, Mark Nelson
  Cc: Samuel Just, ceph-devel@vger.kernel.org, Marc Koderer

Hi,

I will take a look at it and push the stuff I have already to a git
branch. We can then add more hooks.

Danny

Am 07.06.2014 14:15, schrieb Haomai Wang:
> May I asked the status of this bp?
> 
> Maybe we can push this further
> 
> On Thu, May 1, 2014 at 5:18 AM, Mark Nelson <mark.nelson@inktank.com> wrote:
>> Have I mentioned how exciting that is?
>>
>> Mark
>>
>>
>> On 04/30/2014 04:14 PM, Samuel Just wrote:
>>>
>>> Cool.  Looks like we read the same guide on the autotools bit :P.  I'm
>>> focusing on instrumenting the OSD op life cycle.
>>> -Sam
>>>
>>> On Wed, Apr 30, 2014 at 6:19 AM, Danny Al-Gaaf <danny.al-gaaf@bisect.de>
>>> wrote:
>>>>
>>>> Am 30.04.2014 04:21, schrieb Haomai Wang:
>>>>>
>>>>> So cool!
>>>>>
>>>>> I remember a telekomcloud guy is also worked for it since last summit.
>>>>
>>>>
>>>> Correct ... our initial version is/was this:
>>>> https://github.com/dalgaaf/ceph/commits/wip-master-bp-systemtap
>>>>
>>>> Danny
>>>>
>>>>> On Wed, Apr 30, 2014 at 6:17 AM, Samuel Just <sam.just@inktank.com>
>>>>> wrote:
>>>>>>
>>>>>> I'm starting on adding systemtap trace points to the osd.
>>>>>>
>>>>>> https://github.com/athanatos/ceph/tree/wip-osd-stap
>>>>>>
>>>>>> has some initial build changes and a single tracepoint in
>>>>>> OSD::handle_op.
>>>>>>
>>>>>> I'll ping the list when I've got more.
>>>>>> -Sam
>>>>
>>>>
>>> --
>>> To unsubscribe from this list: send the line "unsubscribe ceph-devel" in
>>> the body of a message to majordomo@vger.kernel.org
>>> More majordomo info at  http://vger.kernel.org/majordomo-info.html
>>>
>>
> 
> 
> 


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2014-06-07 12:24 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-04-29 22:17 osd systemtap initial steps Samuel Just
2014-04-30  2:21 ` Haomai Wang
2014-04-30 13:19   ` Danny Al-Gaaf
2014-04-30 21:14     ` Samuel Just
2014-04-30 21:18       ` Mark Nelson
2014-06-07 12:15         ` Haomai Wang
2014-06-07 12:24           ` Danny Al-Gaaf

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox