uptime

Microsoft/공통

Windows Uptime

1. Powershell7 get-uptime (관련 사이트 : https://docs.microsoft.com/en-us/powershell/module/microsoft.powershell.utility/get-uptime?view=powershell-7) 2. systeminfo 3. wmic wmic os get lastbootuptime

Server Engineer ETC/Unix

unix server uptime 확인

1. Process Time 확인 $ ps -ef | more UID PID PPID C STIME TTY TIME CMD root 1 0 0 16:14:37 - 0:00 /etc/init 해당 process가 16분 되었다는걸 확인할 수 있음 2. 서버 uptime 확인 $ uptime 04:26PM up 11 mins, 2 users, load average: 0.03, 0.07, 0.06 11분 된것을 확인 $ who -r . run-level 2 Jun 03 16:15 2 0 S 해당 서버 up된지 16분 된것을 확인 3. 서버 시간 확인 $ date Wed Jun 3 16:31:13 USAST 2009

로멘틱가이
'uptime' 태그의 글 목록