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

7
LINES

< > BotCompany Repo | #1019623 // oshi_listProcesses_withoutOpenFiles

JavaX fragment (include) [tags: use-pretranspiled]

Uses 5404K of libraries. Click here for Pure Java version (5248L/29K).

import oshi.software.os.OSProcess;

static L<OSProcess> oshi_listProcesses_withoutOpenFiles() {
  L<OSProcess> l = asList(oshi_systemInfo().getOperatingSystem().getProcesses(1000, null, false));
  vmBus_send('osProcesses, l);
  ret l;
}

Author comment

Began life as a copy of #1009631

download  show line numbers  debug dex  old transpilations   

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

No comments. add comment

Snippet ID: #1019623
Snippet name: oshi_listProcesses_withoutOpenFiles
Eternal ID of this version: #1019623/7
Text MD5: 761443de9f93c638fe1a70118c1328e6
Transpilation MD5: 0554839e15d9948d64068f4d4c785579
Author: stefan
Category: javax / os
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2022-03-15 13:52:02
Source code size: 242 bytes / 7 lines
Pitched / IR pitched: No / No
Views / Downloads: 206 / 300
Version history: 6 change(s)
Referenced in: [show references]