look at both attached files.
They show the output of TOP command and WEBMIN system status
I cant understand it?
webmin says i have enough memory, TOP says im low...
Hi,
I'm using the command "top" to see how much memory the system is using (ram). Now, when I go to the desktop and run the system monitor tool that comes by default with the OS, it shows lot less memory usage then "top".
Top shows I'm using 1.7GB memory while the system monitor tool shows I'm using 560MB...
After installation System monitor shows that memory usage is over 500 MB - pure system after start.
There are no processes which use more 20 MB of memory. Other versions of Ubuntu used about 200 MB. I'm using 64bit version. Intel i7, 16 GB of memory.
What's going on? What process are eating my memory?
We have a java application where towards the last part of the codes we wrote these lines
Runtime runtime = Runtime.getRuntime();
long memory = runtime.totalMemory() - runtime.freeMemory();
System.out.println("\n\nUsed memory is bytes: " + memory);
What we notice is that over time the top shows increase in the memory(%) column for the application but the java memory(from runtime variables) valu
I just thought up an interesting shell-command phrase, in answer to
"What files are mapped into memory? Do I have
/.evil/.overlord/.control/.program hidden somewhere?":
$ sudo cat /proc/[0-9]*/maps | cut -c82- | sort | uniq -c | sort -n
which tells me which files are mapped into memory by every existing
I see in System Monitor, used memory only 332MB, so free memory is ~3.4GB, but when I use command line: free -m, used memory is 1GB, free memory only 2.8GB.
I use command line: cat /proc/meminfo -> result same free -m.
Why? Who can help me?
Why do you think there is correlation between X or E17 crashing and the amount of free memory?this might be hard drive caching but why on earth would it use this much memory to do that?
I am constantly getting request to run reports on our AIX server for system health (cpu, io, memory, etc) when users experience performance issues. We are using SolarWinds to monitor system health and it works great for cpu and disk space; however, I cant seem to get memory and io to work correctly.
I'm doing some raw socket scripting in C. Everything works fine.
However, I monitored the memory using top, and it shows that the memory used by my script is increasing over time.
I don't have that many mallocs (maybe a couple), but lots of pointers.