Re: [Nfs-ganesha-devel] Memory Leaks

2017-05-22 Thread Frank Filz
This workload is just a program I wrote for doing some readdir stuff just creating 10,000 entries in a newly created directory (created outside the program with mkdir command), doing a readdir, and then exit (the program can do more, but that's all I wanted in this case) and then issue a rm -Rf the

Re: [Nfs-ganesha-devel] Memory Leaks

2017-05-22 Thread Daniel Gryniewicz
I don't see this with my runs, and I run with ASAN every time. Is there some workload that triggers this? I usually am only running pyNFS. Daniel On 05/19/2017 06:48 PM, Frank Filz wrote: > I need to wrap up this investigation for today, but I just ran the following > test under valgrind:memch

Re: [Nfs-ganesha-devel] Documentation using Sphinx

2017-05-22 Thread Daniel Gryniewicz
Thanks for this. I think this is a real step forward. We can fill in any holes and improve them as we go. Daniel On 05/19/2017 08:53 AM, supriit singh wrote: > Hi > > I submitted the patch: https://review.gerrithub.io/#/c/361752/ > > Few things to be noted: > > 1. I divided the single man page

[Nfs-ganesha-devel] Change in ffilz/nfs-ganesha[next]: Improve ganesha health status check

2017-05-22 Thread GerritHub
>From Malahal : Malahal has uploaded this change for review. ( https://review.gerrithub.io/361838 Change subject: Improve ganesha health status check .. Improve ganesha health status check Unsigned integer subtraction uses mo

Re: [Nfs-ganesha-devel] Need clarification on GSH_CACHE_PAD

2017-05-22 Thread Daniel Gryniewicz
Hi, Sachin. The padding is to move the fields to different cache lines on the CPU cache, so that when producer threads and consumer threads are running on different CPU cores, they don't cause the cache-lines to bounce back and forth, causing latency. The numbers in the macro are just to make

[Nfs-ganesha-devel] Script to monitor cpu/memory utilization of processes

2017-05-22 Thread Arthy Loganathan
Hi All, I have come up with a python script[1] to monitor cpu, memory utilization of the processes and load average of the system in regular intervals of time. It collects the data in an excel sheet for later reference. It draws chart with the monitored system data on demand. Please refer link