CONTRIBUTING.d/patches: Please provide a git-range-diff(1)
[man-pages.git] / man5 / proc_uptime.5
blobaa08d08a230eaf573786e90ea0c74ba9a51aca28
1 .\" Copyright (C) 1994, 1995, Daniel Quinlan <quinlan@yggdrasil.com>
2 .\" Copyright (C) 2002-2008, 2017, Michael Kerrisk <mtk.manpages@gmail.com>
3 .\" Copyright (C) 2023, Alejandro Colomar <alx@kernel.org>
4 .\"
5 .\" SPDX-License-Identifier: GPL-3.0-or-later
6 .\"
7 .TH proc_uptime 5 (date) "Linux man-pages (unreleased)"
8 .SH NAME
9 /proc/uptime \- system uptime
10 .SH DESCRIPTION
11 .TP
12 .I /proc/uptime
13 This file contains two numbers (values in seconds): the uptime of the
14 system (including time spent in suspend) and the amount of time spent
15 in the idle process.
16 .SH SEE ALSO
17 .BR proc (5)