Searched defs:sysinfo (Results 1 – 1 of 1) sorted by relevance
10 struct sysinfo { struct11 long uptime; /* Seconds since boot */12 unsigned long loads[3]; /* 1, 5, and 15 minute load averages */13 unsigned long totalram; /* Total usable main memory size */14 unsigned long freeram; /* Available memory size */15 unsigned long sharedram; /* Amount of shared memory */16 unsigned long bufferram; /* Memory used by buffers */17 unsigned long totalswap; /* Total swap space size */18 unsigned long freeswap; /* swap space still available */19 unsigned short procs; /* Number of current processes */[all …]