ATLAS Offline Software
Loading...
Searching...
No Matches
read_athena_statm.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2025 CERN for the benefit of the ATLAS collaboration
3*/
4
5/*
6 * @file read_statm.h
7 * @brief returns statm memory statistics for current process (see man proc)
8 * @param vm_pages total program size in unit of pages
9 * @param rss_pages resident set size in unit of pages
10 * @author Sebastien Binet, Paolo Calafiura
11 * $Id: read_athena_statm.h 592439 2014-04-10 17:35:29Z calaf $
12 */
14 unsigned int vm_pages;
15 unsigned int rss_pages;
16 unsigned int shr_pages;
17};
18#ifdef __cplusplus
19extern "C"
20#endif
struct athena_statm read_athena_statm()
unsigned int rss_pages
unsigned int shr_pages
unsigned int vm_pages