Re: [trace-cmd Patch RFC] trace-cmd: top: A new interface to detect peak memory

2019-01-03 Thread Steven Rostedt
On Thu, 3 Jan 2019 23:02:07 -0500 Steven Rostedt wrote: > On Thu, 27 Apr 2017 23:03:24 +0530 > Pratyush Anand wrote: > > Hi Pratyush, > > I was digging through old email, and came across this. Our thread sorta > just died. Are you still interested in implementing "trace-cmd top"? > > We've

Re: [trace-cmd Patch RFC] trace-cmd: top: A new interface to detect peak memory

2019-01-03 Thread Steven Rostedt
On Thu, 27 Apr 2017 23:03:24 +0530 Pratyush Anand wrote: Hi Pratyush, I was digging through old email, and came across this. Our thread sorta just died. Are you still interested in implementing "trace-cmd top"? We've changed the code structure quite a bit since this came out so it would

Re: [trace-cmd Patch RFC] trace-cmd: top: A new interface to detect peak memory

2017-04-27 Thread Steven Rostedt
On Thu, 27 Apr 2017 23:03:24 +0530 Pratyush Anand wrote: > On Thursday 27 April 2017 10:19 PM, Steven Rostedt wrote: > > On Thu, 27 Apr 2017 19:32:43 +0530 > > Pratyush Anand wrote: > > > >> I will implement your review comments and will send next

Re: [trace-cmd Patch RFC] trace-cmd: top: A new interface to detect peak memory

2017-04-27 Thread Steven Rostedt
On Thu, 27 Apr 2017 23:03:24 +0530 Pratyush Anand wrote: > On Thursday 27 April 2017 10:19 PM, Steven Rostedt wrote: > > On Thu, 27 Apr 2017 19:32:43 +0530 > > Pratyush Anand wrote: > > > >> I will implement your review comments and will send next revision. > >> However, I had couple of

Re: [trace-cmd Patch RFC] trace-cmd: top: A new interface to detect peak memory

2017-04-27 Thread Pratyush Anand
On Thursday 27 April 2017 10:19 PM, Steven Rostedt wrote: On Thu, 27 Apr 2017 19:32:43 +0530 Pratyush Anand wrote: I will implement your review comments and will send next revision. However, I had couple of observation which I was unable to justify: # ./trace-cmd top -s

Re: [trace-cmd Patch RFC] trace-cmd: top: A new interface to detect peak memory

2017-04-27 Thread Pratyush Anand
On Thursday 27 April 2017 10:19 PM, Steven Rostedt wrote: On Thu, 27 Apr 2017 19:32:43 +0530 Pratyush Anand wrote: I will implement your review comments and will send next revision. However, I had couple of observation which I was unable to justify: # ./trace-cmd top -s /tmp/test #

Re: [trace-cmd Patch RFC] trace-cmd: top: A new interface to detect peak memory

2017-04-27 Thread Steven Rostedt
On Thu, 27 Apr 2017 19:32:43 +0530 Pratyush Anand wrote: > I will implement your review comments and will send next revision. > However, I had couple of observation which I was unable to justify: > > # ./trace-cmd top -s /tmp/test > # ./trace-cmd top -p /tmp/test | grep

Re: [trace-cmd Patch RFC] trace-cmd: top: A new interface to detect peak memory

2017-04-27 Thread Steven Rostedt
On Thu, 27 Apr 2017 19:32:43 +0530 Pratyush Anand wrote: > I will implement your review comments and will send next revision. > However, I had couple of observation which I was unable to justify: > > # ./trace-cmd top -s /tmp/test > # ./trace-cmd top -p /tmp/test | grep trace-cmd >15292

Re: [trace-cmd Patch RFC] trace-cmd: top: A new interface to detect peak memory

2017-04-27 Thread Pratyush Anand
Hi Steve, On Wednesday 26 April 2017 07:31 PM, Steven Rostedt wrote: Sorry for the late reply. I finally have time to start looking at trace-cmd again. Thanks a lot for your review :-) On Wed, 1 Mar 2017 20:32:37 +0530 Pratyush Anand wrote: [...] This is as nice

Re: [trace-cmd Patch RFC] trace-cmd: top: A new interface to detect peak memory

2017-04-27 Thread Pratyush Anand
Hi Steve, On Wednesday 26 April 2017 07:31 PM, Steven Rostedt wrote: Sorry for the late reply. I finally have time to start looking at trace-cmd again. Thanks a lot for your review :-) On Wed, 1 Mar 2017 20:32:37 +0530 Pratyush Anand wrote: [...] This is as nice idea, but it needs

Re: [trace-cmd Patch RFC] trace-cmd: top: A new interface to detect peak memory

2017-04-26 Thread Steven Rostedt
Sorry for the late reply. I finally have time to start looking at trace-cmd again. On Wed, 1 Mar 2017 20:32:37 +0530 Pratyush Anand wrote: > A new interface "trace-cmd top" has been introduced in this patch to > know peak memory usage of any task. > > $ trace-cmd top -s >

Re: [trace-cmd Patch RFC] trace-cmd: top: A new interface to detect peak memory

2017-04-26 Thread Steven Rostedt
Sorry for the late reply. I finally have time to start looking at trace-cmd again. On Wed, 1 Mar 2017 20:32:37 +0530 Pratyush Anand wrote: > A new interface "trace-cmd top" has been introduced in this patch to > know peak memory usage of any task. > > $ trace-cmd top -s > It will start to

[trace-cmd Patch RFC] trace-cmd: top: A new interface to detect peak memory

2017-03-01 Thread Pratyush Anand
A new interface "trace-cmd top" has been introduced in this patch to know peak memory usage of any task. $ trace-cmd top -s It will start to gather statistics of all the process which will be scheduled after this command execution. $ trace-cmd top -p It will print peak memory usage(in KB) against

[trace-cmd Patch RFC] trace-cmd: top: A new interface to detect peak memory

2017-03-01 Thread Pratyush Anand
A new interface "trace-cmd top" has been introduced in this patch to know peak memory usage of any task. $ trace-cmd top -s It will start to gather statistics of all the process which will be scheduled after this command execution. $ trace-cmd top -p It will print peak memory usage(in KB) against