Yes, I am referring to the total time in fetching and displaying. Does
zeppelin server send the complete notebook data to browser? I couldn't see
much data getting transferred in Chrome Developer Tools and nothing in web
socket, while I thought that Server must be transferring 3-4 MB of data
through web sockets.

I am not able to attach a profiling tool, because of server side
restrictions, would try to do offline analysis.

Regards,
Ashish

On Tue, Apr 26, 2016 at 7:23 AM, moon soo Lee <m...@apache.org> wrote:

> Hi Ashish,
>
> While ZeppelinServer and Interpreter process are running on JVM, I think
> any JVM profiling tool can be attached to the process.
>
> When you're experiencing 10-15s time to retrieve a notebook, is the time
> includes notebook being displayed on your webbrowser or not?
>
> Thanks,
> moon
>
>
> On Mon, Apr 25, 2016 at 11:51 AM ashish rawat <dceash...@gmail.com> wrote:
>
>> I have noticed that since I am not re-running the queries, results are
>> being saved in zeppelin notebook and fetched from there. Each notebook is
>> approx 3-4MB. Can zeppelin take 10-15s to retrieve a notebook of this size
>> or am I missing something. I have given sufficiently big memory to
>> zeppelin, but it seems that it doesn't even cache the notebooks. Is that
>> correct?
>>
>> Regards,
>> Ashish
>>
>> On Mon, Apr 25, 2016 at 11:05 PM, ashish rawat <dceash...@gmail.com>
>> wrote:
>>
>>> Hello folks,
>>>
>>> Is there any quick way of debugging the performance issues of zeppelin.
>>> I am facing serious performance issues in serving zeppelin notebooks. A
>>> notebook with 6-7 graphs is taking upto 10-15 secs to load, with just 3000
>>> tuples in elastic search. I believe the problem is at the Zeppelin server
>>> or interpreter level, but can't find a good way to debugging it. Is there a
>>> good way of checking Zeppelin performance or any recommendation on making
>>> it run faster.
>>>
>>> Regards,
>>> Ashish
>>>
>>
>>

Reply via email to