Re: [ceph-users] memory stats

2015-10-06 Thread Gregory Farnum
On Mon, Oct 5, 2015 at 10:40 PM, Serg M wrote: > What difference between memory statistics of "ceph tell {daemon}.{id} heap > stats" Assuming you're using tcmalloc (by default you are) this will get information straight from the memory allocator about what the actual daemon memory usage is. > ,

[ceph-users] memory stats

2015-10-05 Thread Serg M
What difference between memory statistics of "ceph tell {daemon}.{id} heap stats", ps aux | grep "ceph-" and "ceph {daemon} perf dump mds_mem"? Which is better to use for monitoring a cluster? Maybe there is better way to check more precise memory usage of ceph daemons with a help of python scripts