-
-
Notifications
You must be signed in to change notification settings - Fork 451
New issue
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
2 Bugs at CPU and RAM #386
Comments
The RAM is correct. 1GiB is 1024MiB: |
I do not mean the maximum value |
No idea where the system monitor you use as reference gets its data. Anyway... If one wants to calculate it the way it's currently done then rather than
it looks like it should be:
Shmem covers e.g. tmpfs, which is included in cache, but is not actually reclaimable. SReclaimable is reclaimable part of Slab. Optionally SwapCached can be subtracted as well - it's memory that was swapped out, is swapped in again, but is still also left in the swap. Essentially it can be swapped out "for free". Doesn't seem quite right to include though (and doesn't seem to be in other tools). On kernels 3.14 and later, the MemAvailable value could possibly be used (commit). Here's some related links:
|
Changed used memory calculation to account for shared memory in accordance with this: KittyKatt/screenFetch#386 (comment)
Details : * Used RAM value : <KittyKatt/screenFetch#386 (comment)> * RAM unit : We were also computing Mebibytes, not Megabytes (see upcoming `feature/btrfs` changes for `Disk` entry).
Changed used memory calculation to account for shared memory in accordance with this: KittyKatt/screenFetch#386 (comment)
hey
have found 2 BUGS at the CPU frequency and Ram.
Ram is 1GB to high.
and CPU frequency is incorrect
see pic http://www.directupload.net/file/d/4487/vq9o55ar_png.htm
The text was updated successfully, but these errors were encountered: