Front | Info | Lists | Newsfeeds | Study Guide | What is BSD? |
|
This is the BSDA Study Guide Book written via a wiki collaboration. This is a work in progress. You may contribute to or discuss this specific page at http://bsdwiki.reedmedia.net/wiki/Determine_the_last_system_boot_time_and_the_workload_on_the_system.html. Determine the last system boot time and the workload on the systemConceptBe able to monitor the system's workload using the time since last system reboot, as well as the system load over the last 1, 5 and 15 minutes in order to determine operation parameters. IntroductionThe
The number of users is from the "utmp" database. (This is covered in section Determine who is currently on the system or the last time a user was on the system.) The time the system was booted is recorded in the The load average, also available from the ExamplesPractice ExercisesMore informationuptime(1), w(1), top(1)
|