Skip to content

Instantly share code, notes, and snippets.

@byung-u
Created June 7, 2016 08:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save byung-u/13a0c94b70bf1ff4df28a7e8643d2f7c to your computer and use it in GitHub Desktop.
Save byung-u/13a0c94b70bf1ff4df28a7e8643d2f7c to your computer and use it in GitHub Desktop.
proc_stat_list[proc_list_idx].mem_percent =
(double)(proc_stat_list[proc_list_idx].proc_rss * 100.0) / total_mem;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment