From: Pallavi S. <shi...@gm...> - 2019-08-30 10:57:58
|
Hi, I need to run valgrind for ndmpd I followed below steps: 1. service ndmpd stop 2. service ndmpd start 3. valgrind -v --num-callers=50 --log-file=ndmp_valgrind_30_8.log --leak-check=full /usr/local/ndmp/ndmpd echo $? Returns 1 after the 3rd command. The ps –ef output does not show the valgrind process listed. Questions: 1. Are these correct steps to follow? 2. How to verify that valgrind is running for ndmpd apart from logs? Is there any steps to verify it e.g matching PIDs etc ? System specification : CentOS 7.2.15.11 x86_64 Valgrind 3.10.0 NDMP 2.9.29. Thanks & Regards Pallavi Shinde |