Page 1 of 1

Server open a system call on client

Posted: Fri Nov 04, 2011 12:41 pm
by vsinha
Hello
I have made an application using php to record the loadtime of pages from a database , now i want to include the cpu utilization of the pages as well, which I can do by running a system call , the way i recorded the loadtime was I have a go button which takes the url from text box and loads in an iframe so i record the time before and after the page has loaded on onclick event of go button , can anyone give me any pointers on how to record the cpu utilization if there's any way through socket programming or anything else.

Thanks
vsinha