Help for this page

Select Code to Download


  1. or download this
    Obj->GetSystemInfo($s,$name,$App)
    
  2. or download this
    $RAMthread = threads->new(sub{$self->GetFreeRAM($serial)});
    $heapthread = threads->new(sub{$self->Getheap($serial)});
    $cputhread = threads->new(sub{$self->Getcpu($serial)});