• Some users have recently had their accounts hijacked. It seems that the now defunct EVGA forums might have compromised your password there and seems many are using the same PW here. We would suggest you UPDATE YOUR PASSWORD and TURN ON 2FA for your account here to further secure it. None of the compromised accounts had 2FA turned on.
    Once you have enabled 2FA, your account will be updated soon to show a badge, letting other members know that you use 2FA to protect your account. This should be beneficial for everyone that uses FSFT.

Monitor/Tune OS

Matty2d

Weaksauce
Joined
Mar 30, 2003
Messages
83
Has anyone in there school days had to create an application to monitor or tune some aspect of an operating system ? it could be any application, i'm looking for some idea's that will not be hard to implement in a windows environment using any language, preferably Java, C or any web language (PHP , ASP...)? (if there is any open source out there that would be handy, i've been googling all day and have found applications, but nothing open source, else the idea's will be mighty helpful.)

Thanks Matty.D
 
A great place to look for ideas and see some source code of working monitoring software is Sysinternals - those two guys are freaking nuts with Windows. You could maybe try and port something of theirs to a different language, make a new interface in a different language, or create something completely on your own using some of their ideas.
 
Thanks that a good place to start. Has anyone ever done any monitoring with java, i was thinking about creating a "Windows Task manager" with it. Showing the CPU usage, physical memory... and so on, where is the task manager getting that data from? it is storing it in a system variable ( I would say ya), if so would it be hard for java to implement that data??
 
Back
Top