-
Notifications
You must be signed in to change notification settings - Fork 4
Server TPS and CPU usage
Alexander edited this page Mar 26, 2019
·
1 revision
You can get the TPS and CPU relatively simple
manager.getTPS(); //Which will return a String with the TPS Ex: "19.99"
manager.getCPU(); //Which will return a Double with the CPU usage in percentage Ex: 0.1