Apache soketine bağlı olan programların bir listesini almak nasıl?

1 Cevap php

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?

Herhangi bir yardım büyük mutluluk duyacağız.

1 Cevap

<? 
phpinfo(); 
?>

Aksi takdirde ... SSH "TOP" programı deneyin. (PHP ile bunu kullanmaya nasıl emin değil ... <? 'top' ?> belki?)