Monitor a programs performance?

Lmronby

Senior member
Jun 21, 2000
252
0
0
I have a program that crawls web sites. The program has probs and locks up sometimes. One thing people do to monitor the prog is watch the performance monitor in the task manager. Another thing is to watch the folders that the files get dumped to. In a detailed view they watch the modified date/time and make sure they are updating.

My question is there a way to write some kind of script that would look at the modifed date time and send that information to a webpage. Hopefully I can get the webpage to consantly update (javascript?) showing that these files are getting updated. I would not be allowed to install any additional software so I am trying to work with what I have.

I know little about making webpages or scripts but am willing to learn. Any tutorials you could point me to would be nice. I think I need to get a grasp on what I need to do first. Any other suggestions welcome.

Thanx for lookin.
 

WannaFly

Platinum Member
Jan 14, 2003
2,811
1
0
why does this sound more like it is associated with some sort of BT program?

This would be easy in and scripting language, php, perl, etc. php is the easiest to learn, IMHO.
 

Lmronby

Senior member
Jun 21, 2000
252
0
0
BT Program? The webcrawler program is 100% legit. I just prefer not to mention the company I work for or purpose of the software.