Uses 5404K of libraries. Click here for Pure Java version (5248L/29K).
1 | import oshi.software.os.OSProcess; |
2 | |
3 | static L<OSProcess> oshi_listProcesses_withoutOpenFiles() { |
4 | L<OSProcess> l = asList(oshi_systemInfo().getOperatingSystem().getProcesses(1000, null, false)); |
5 | vmBus_send('osProcesses, l); |
6 | ret l; |
7 | } |
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: | 279 / 427 |
Version history: | 6 change(s) |
Referenced in: | [show references] |