tdSql.checkNotEqual(tdSql.queryResult[rowIndex][2],0)#column 2:pid # show child process pid of this running python program, this is maybe related to test framework
P=psutil.Process()
tdLog.info(P)
chi=P.children()
tdLog.info(chi)# child process pid is not able to get, chi is empty here