HOW TO GET THE INTERNET CONNECTION SPEED ? (2002-04-16 12:26:17)I found anothere package, a delphi package :
http://www.aldyn.ru/products/perfutils/index.html
very powerful for WinXP
PROCESS CPU USAGE (2003-01-24 04:36:48)Try the PerfUtils (it's a free component suite):
http://www.aldyn.ru/products/index.html
Greetz,
::TeD On The NeT::...
CPU USAGE (AGAIN) (2003-09-09 07:09:33)Hi Pollo,
yes, this is not what I'm looking for. It's no problem to get the CPU Usage overall. But I need a CPU usage for a process I start and...
GET PROCESSES % CPU USAGE. (2004-09-08 07:36:24)Raph and Jasser thanks for answering my question. I've checked what both of you told me but that components and pieces of code just were able to...
GET SYSTEM INFORMATION ? PLEASE HELP ! (2004-11-18 10:24:01)Here is how we used it in our code...
procedure TForm1.FormShow(Sender: TObject);
var
MemoryStatus: TMemoryStatus;
begin
If...