úÎ  x  sample for last 1 minute sample for last 5 minutes sample for last 15 minutes ODiscards error checking from getLoadAvgSafe. Will raise IO exception on error. Calls getloadavg (3) to get system load average. L Provides error checking, and the result may be Nothing in case of error. T If there is not enough data the samples will be copied from more recent samples. Tries to read /proc/loadavg and parse it's output with &. Either may fail with IO exception. Tries to parse the output of /proc/loadavg@. If anything goes wrong an arbitrary exception will be raised.      loadavg-0.1System.Posix.LoadAvgLoadAvgsample_1sample_5 sample_15 getLoadAvggetLoadAvgSafegetLoadAvgProc parseLoadAvg getloadavg_C