Hi All, I have developed the small application in linux. I would like to measure the CPU &memory usage of this application.
tests: 1) CPU Usage of this application 2) Memory Usage of this application 3) Any memory leakage (measure the free memory before start the application, measure the free memory after the application ends - both values should be equal) 4)CPU check --- (Measure the CPU utilization before start the app, measure the CPU usage after the application ends .....----- both values should be equal) I tried "ps -e -o pcpu,cpu,args --sort " command to measure the CPU utilization of the process. I am not sure how to check 2),3),4) the test. can some one help. thanks suresh _______________________________________________ To unsubscribe, email [email protected] with "unsubscribe <password> <address>" in the subject or body of the message. http://www.ae.iitm.ac.in/mailman/listinfo/ilugc
