Hi, I have a php script that reads the system resources (CPU, memory
free memory, used memory, hostname, IP,..etc..), whemn I call it it read everything fine, but these system file data is changing all the time, to read new
data you have to call (reload or refresh) the php page.
This is not what I want, I want my script to keep reading these data ( from the system) all the time, like a console.
Please help.
Thanks