Project Home
Project Home
Documents
Documents
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
BroadcastCommunity.qnx.com will be offline from May 31 6:00pm until June 2 12:00AM for upcoming system upgrades. For more information please go to https://community.qnx.com/sf/discussion/do/listPosts/projects.bazaar/discussion.bazaar.topc28418
Forum Topic - How to get performance metrics from API: Page 1 of 6 (6 Items)
   
How to get performance metrics from API  
I would like to monitor my process's memory utilization and CPU utilization from the C API. There's an extremely limited
 implementation of POSIX getrusage(), but I was unable to find another obvious API for doing this. I'll use /proc/ in 
Linux, but QNX's /proc is very sparse compared to Linux's and doesn't have the information I need.

How would I go about doing this? Thanks!