Not logged in.  Login/Logout/Register | List snippets | | Create snippet | Upload image | Upload data

14
LINES

< > BotCompany Repo | #1018526 // System CPU % [Dyn Module]

JavaX source code (Dynamic Module) [tags: use-pretranspiled] - run with: Stefan's OS

Libraryless. Click here for Pure Java version (5102L/34K).

!7

sclass SystemCPUPercentage extends DynBigNumber {
  void start {
    super.start();
    setDescription("SYSTEM CPU %");
    setToolTip("Percentage is per core (max=" + numberOfCores()*100 + "%)");
    ownTimer(doEvery(2.0, r actualUpdate));
  }
  
  void actualUpdate {
    setValue(toIntPercent_ceil(systemCPULoad()*numberOfCores()) + " %");
  }
}

Author comment

Began life as a copy of #1018523

download  show line numbers  debug dex  old transpilations   

Travelled to 13 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, irmadwmeruwu, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt

No comments. add comment

Snippet ID: #1018526
Snippet name: System CPU % [Dyn Module]
Eternal ID of this version: #1018526/6
Text MD5: 9907fa593b1e8111bae1aa16c1ee4e7e
Transpilation MD5: 524e6515ff9504e7ad998b4b009ff5b3
Author: stefan
Category: javax / modules
Type: JavaX source code (Dynamic Module)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2018-10-03 11:48:08
Source code size: 365 bytes / 14 lines
Pitched / IR pitched: No / No
Views / Downloads: 299 / 17163
Version history: 5 change(s)
Referenced in: [show references]