public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
From: Brian Inglis <Brian.Inglis@SystematicSw.ab.ca>
To: cygwin@cygwin.com
Subject: Re: Is who -b command available? Need to know when computer was started.
Date: Wed, 17 Oct 2018 02:21:00 -0000	[thread overview]
Message-ID: <48af28ec-153c-5ac3-6bf5-eb40f4eac297@SystematicSw.ab.ca> (raw)
In-Reply-To: <20181016165745.GA1226@phoenix>

On 2018-10-16 10:57, Gary Johnson wrote:
> On 2018-10-16, Peder Sverdrup via cygwin wrote:
>> I am making a script and need to know when the computer was last booted.
>> This can be done with who -b command. I have installed the minimum cygwin
>> and this command is not available.
>> Which package do I need to install in order to have this command available
>> (or any other command that can tell when the computer was last booted).
> The procps-ng package provides the uptime command which will tell
> you how long it has been since the computer was last booted.

/var/run/utmp system startup/shutdown records are not written so who -b shows
nothing although who is included in cygwin Base package coreutils
/proc/uptime shows number of seconds wall time since startup, and number of
seconds idle time since then e.g.:
$ cat /proc/uptime; date -d"now - `cut -d' ' -f1 /proc/uptime` seconds"; uptime
115395.52 107152.61
2018 Oct 15 Mon 12:05:18
 20:08:34 up 1 day,  8:03,  2 users,  load average: 1.81, 1.58, 1.76

-- 
Take care. Thanks, Brian Inglis, Calgary, Alberta, Canada

This email may be disturbing to some readers as it contains
too much technical detail. Reader discretion is advised.

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

  parent reply	other threads:[~2018-10-17  2:21 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-10-16 15:36 Peder Sverdrup via cygwin
2018-10-16 16:03 ` john doe
2018-10-16 16:57 ` Gary Johnson
2018-10-16 17:34   ` EXTERNAL: " Wells, Roger K.
2018-10-17  2:21   ` Brian Inglis [this message]
2018-10-16 18:54 ` cyg Simple

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=48af28ec-153c-5ac3-6bf5-eb40f4eac297@SystematicSw.ab.ca \
    --to=brian.inglis@systematicsw.ab.ca \
    --cc=cygwin@cygwin.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).