We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi, I got the following results : object = com.jezhumble.javasysmon.JavaSysMon; physicalStr = char(object.physical()); % total: 8096Mb free: 2032Mb swapStr = char(object.swap()); %total: 16343Mb free: 12052Mb
The swap free space was shown 12052Mb, but infact the swap used was 12052Mb. So there shoud be somewhere wrong.
My computer has 8GB RAM, and 2032 was free. Swap was assigned another ~8Gb, and total memory used = physical 6Gb + swap 6Gb = 12 Gb.
The text was updated successfully, but these errors were encountered:
Try JavaSysmon2 repository i have created, nobody replies here 😔.
Sorry, something went wrong.
No branches or pull requests
Hi, I got the following results :
object = com.jezhumble.javasysmon.JavaSysMon;
physicalStr = char(object.physical()); % total: 8096Mb free: 2032Mb
swapStr = char(object.swap()); %total: 16343Mb free: 12052Mb
The swap free space was shown 12052Mb, but infact the swap used was 12052Mb. So there shoud be somewhere wrong.
My computer has 8GB RAM, and 2032 was free.
Swap was assigned another ~8Gb, and total memory used = physical 6Gb + swap 6Gb = 12 Gb.
The text was updated successfully, but these errors were encountered: