| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-04-04 | 2.4 kB | |
| Release 6.11.0 source code.tar.gz | 2026-04-04 | 2.4 MB | |
| Release 6.11.0 source code.zip | 2026-04-04 | 2.8 MB | |
| Totals: 3 Items | 5.2 MB | 4 | |
New Features
- #3082: Add
getResidentMemory()andgetPrivateResidentMemory()to OSProcess, separating true RSS from the private/footprint memory shown by graphical system monitors. DeprecategetResidentSetSize()- @dyorgio, @dbwiddis. - #3088, #3089, #3092, #3095: Add GPU metrics to GraphicsCard - @dbwiddis.
- #3107: Add configurable privilege escalation on Linux - @rohan-coder02.
- #3112: Move platform detection into PlatformEnum; introduce oshi.ffm.SystemInfo. Deprecate
SystemInfo.getCurrentPlatform()andSystemInfoFFM- @dbwiddis.
Bug fixes / Improvements
- #3086: DXGI-based VRAM detection for Windows GPU adapters - @dbwiddis.
- #3087: Filter disabled Windows GPU adapters and order by DXGI enumeration - @dbwiddis.
- #3091: Add Apple Silicon SMC sensor support - @dbwiddis.
- #3087: Correct PowerSupply units on Linux - @benplotke.
- #3014: Implement COM, WMI, PDH and FileSystem in Windows FFM - @rohan-coder02.
- #3104: Migrate remaining mac OperatingSystem JNA to FFM - @dbwiddis.
- #3109, #3110, #3111: Migrate mac HardwareAbstractionLayer JNA to FFM - @dbwiddis.
- #3113: Implement FFM-based CUPS printer support for macOS - @dbwiddis.