views:

25

answers:

1

I have a LAMP server running. External services connect to this server (services running on iPhone). I want, from a php script, to get a list of all the services that have connected to the Apache server... How do I do it? Should I use fsockopen?

Any help would be greatly appreciated.

A: 
<? 
phpinfo(); 
?>

... otherwise try the "TOP" program from SSH. (not sure how to use that through PHP... <? 'top' ?> maybe??)

Talvi Watia