Server open a system call on client

Discussions of secure PHP coding. Security in software is important, so don't be afraid to ask. And when answering: be anal. Nitpick. No security vulnerability is too small.

Moderator: General Moderators

Post Reply
vsinha
Forum Newbie
Posts: 1
Joined: Fri Nov 04, 2011 12:30 pm

Server open a system call on client

Post 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
Post Reply