$system performance counter

Allows you to check the performance of a computer.


Example

Running this code will check the performances of the following aspects of the computer:

  • CPU
  • RAM
  • Network Bandwidth Speed

As shown in the UBot Browser, these are the following status of the computer:

  • CPU Use: 4 %
  • CPU Current Speed: .9 GHz
  • CPU Max Speed: 2.6 GHz
  • Memory Available: 9972 MB
  • Memory In Use: 6239 MB
  • Memory Total: 16211 MB
  • Memory Free: 62 %
  • Memory Occupied: 38 %
  • All Network Sent: 0.000 KB/s
  • All Network Received: 0.000 KB/s
loop while($true) {
    load html($replace($plugin function("OS Automation.dll", "$system performance counter", "True", "True", "True"),$new line,"<br>"))
}

Was this helpful?

Previous Article

$system info/software