Tagged Questions
1
vote
0answers
35 views
How to get the memory usage of Python object without importing any third party libraries like hpy or PySizer?
I'm writing Python test cases for testing a COM written in C++. Currently I re-write a recursion function of the COM to non-recursion in order to avoid the call stack overflow. Then I need to write a ...
0
votes
1answer
255 views
Capture / Monitor system data of application server in Graphite
I am using graphite server to capture my metrics data and bring down to graphs. I have 4 application servers which is load balancer setup. My aim is capture system data such as cpu usage, memory ...
0
votes
2answers
83 views
How does stdout store data? - C
How does the monitor store the data displayed on it? Is it stored in memory and if so how can I access it? The reason I am asking is because I am programming a text editor, in which I use an array to ...
0
votes
0answers
122 views
How to monitor the memory usage of apache activemq?
Recently i was fighting with activemq log. Lots of "usage manager memory limit reached" or "usage manager memory limit full" are logged in the log.
By reading the official document, I know one way to ...
0
votes
0answers
306 views
How can I monitor total memory usage or a process, including swap?
From searching online, it seems that using top is not a good way and that a good solution would involve referencing /proc/pid/smaps. Is there a decent alternative?
If not -- what do all the fields ...
0
votes
2answers
877 views
Monitoring memory on linux via system calls
I have been looking around for a way to measure memory usage on Linux. I found out three main ways of doing it and I am not sure what should I use, therefore I am asking here for opinions.
It seems ...
0
votes
1answer
205 views
Using Memory Monitor on a single process on Instruments on OS X?
I'm having some issues with Instruments on OS X. I'm trying to monitor the memory consumption of a single process over time on OS X. I'm using Instruments 4.1 for that, with the "Memory Monitor" ...
2
votes
3answers
1k views
test memory consumption of a java program with eclipse [closed]
Is there a plugin in eclipse that I could use to test who much memory has my just run program cost? I am thinking there may be a button from the plugin, after I run the program, I could click on it, ...
0
votes
1answer
137 views
Any Ideas for a Permanent Resource Monitor Program?
Hey, while programming stuff, I have found that it is often very helpful to have some type of program constantly open to see if you have a memory leak, CPU overusage, etc.
The current resource ...
6
votes
1answer
5k views
Memory Monitor in xCode 4 - iPhone
Hy,
Does anyone know how I can monitor the memory used on my iPhone in xCode 4?
I need a tool like the Activity Monitor on previuos versions of xCode. Or any other analysis tools?
Thank you,
...
6
votes
2answers
1k views
Javascript memory monitor? [duplicate]
Possible Duplicate:
Javascript memory profiler
I like to know what variables take how much memory in Javascript. Is it even possible to do it?
1
vote
2answers
789 views
How to monitor memory for java thread stacks
While running a JEE application on a 32 bit jvm on Solaris x86 I get an OutOfMemoryError:Cant create native thread (or something like that).
This is because the jvm does not have enough memory for the ...
3
votes
3answers
13k views
What is Memory Monitor for the iPhone?
I've heard a lot of people talk of a tool called Memory Monitor as a better way to examine the memory usage of an iPhone app as Object Alloc doesn't give an accurate picture of how much memory an app ...