Jump to content

Recommended Posts

Posted

I am working on some computer benchmarking scripts, and one of the things I want to do is determine when a computer has completed booting up.

My idea is to monitor the CPU and other metrics and when the things I am monitoring are within predetermined limits, declare that the system is idle, and therefore fully booted.

I am thinking of monitoring the following:

Tray Icons - When the number of icons stops increasing - chances are the start up programs are complete

CPU Usage - when less than 15% for at least 5 seconds, system may be idle

Disk Usage - This is reason I am posting to the forum, I can not figure out a way to cleanly monitor disk usage. I essentially want a way for autoit to determine if there has been any disk activity on drive c:\.

Any suggestions would be appreciated.

Posted

I am working on some computer benchmarking scripts, and one of the things I want to do is determine when a computer has completed booting up.

My idea is to monitor the CPU and other metrics and when the things I am monitoring are within predetermined limits, declare that the system is idle, and therefore fully booted.

I am thinking of monitoring the following:

Tray Icons - When the number of icons stops increasing - chances are the start up programs are complete

CPU Usage - when less than 15% for at least 5 seconds, system may be idle

Disk Usage - This is reason I am posting to the forum, I can not figure out a way to cleanly monitor disk usage. I essentially want a way for autoit to determine if there has been any disk activity on drive c:\.

Any suggestions would be appreciated.

I believe monitoring the CPU usage would be your best bet

carpe diem

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...