2008-06-19 00:55:25 stack usage
Linux Newbie (INDIA)
Message: 57548
Hi,
Is it possible to check stack usage of individual threads when the application is running. Is there any commands?
QuoteReplyEditDelete
2008-06-19 01:13:16 Re: stack usage
Mike Frysinger (UNITED STATES)
Message: 57549
please read the documentation: http://docs.blackfin.uclinux.org/doku.php?id=debuging_applications#multi-threaded_applications
QuoteReplyEditDelete
2008-06-19 04:08:29 Re: stack usage
Linux Newbie (INDIA)
Message: 57554
Is it possible to check global memory usage by individual files?
QuoteReplyEditDelete
2008-06-19 05:00:53 Re: stack usage
Mike Frysinger (UNITED STATES)
Message: 57577
i dont understand what you're looking for
all utilities (free/top/ps/etc...) all parse files in /proc/uptime. if you want that info, you can parse the same files those do.