Photo:1 Photo:2 Photo:3 Photo:4 |
| Records | |
| 2>
In 2005, Novell reported a server with a 6 year uptime.[2][3]
Netcraft maintains the uptime records for many thousands of web hosting computers.[4]
[edit] Tags:Time,Web Hosting,W,Ed,Host,Man, | |
| Using systeminfo | |
| 4>
Users of Windows XP Professional, Windows Server 2003 and Windows Vista systems can type systeminfo at the Command Prompt to display all system information, including the System Up Time.[5]
C:\> systeminfo | find "Time:"
System Up Time: 0 Days, 8 Hours, 7 Minutes, 19 Seconds
Note: Windows Vista Business 64-bit and Windows 7 do not return a "System Up Time" but "System Boot Time" instead. Also note that the exact text and date format is dependent of the language and locale, Windows is running.
[edit] Tags:Windows Xp Professional,Windows Server 2003,Windows Vista,Command Prompt,Windows Vista Business 64-bit,Windows 7,Ls,Rm,Type,At,Comm,Ex,Vi,Find,Info,Cal,Date, | |
| Using net statistics server/workstation | |
| 4>
C:\> net statistics workstation | find "since"
Server Statistics for \\COMPUTERNAME
Statistics since 8/31/2009 8:52:29 PM
The line that start with "Statistics since ..." provides the time that the server was up from. The command "net stats srv" is shorthand for "net statistics server."[6] The exact text and date format is dependent of the language and locale, Windows is running.
[edit] Tags:Id, | |
| Using Uptime.exe | |
| 4>
Microsoft has also provided a downloadable Uptime.exe utility:
C:\> Uptime
SYSTEMNAME has been up for: 2 day(s), 4 hour(s), 24 minute(s), 47 second(s)
[edit] Tags: | |
| Using WMI | |
| 4>
Uptime can also be determined via Windows Management Instrumentation from the command-line with WMIC:
C:\> wmic os get lastbootuptime
LastBootUpTime
20110508161751.822066+060
The timestamp is in the format yyyymmddhhmmss.nnn, so this is a computer that last booted up on 8 May 2011 at 16:17:51.822. WMI can also be used to find the boot time of remote computers as well (Windows permissions allowing), for example with WMIC:
C:\> wmic /node:"my-server" os get lastbootuptime
LastBootUpTime
20101219141712.462006+060
The text "LastBootUpTime" and the timestamp format are always the same regardless of the language and locale, Windows is running.
WMI can also be used via a programming language such as VBScript or Powershell[7][8]
[edit] Tags:Dd,Su,Less,Sed,Tr, | |
| Using Windows Task Manager | |
| 4>
Windows 7 Task Manager Performance tab screenshot.
Users of Windows Vista and Windows 7 can see uptime in Windows Task Manager under the tab Performance.
[edit] Tags:Task Manager,Screenshot,Windows Task Manager, | |
| Using uptime | |
| 4>
Users of Linux systems can use the uptime utility (uptime(1) – Linux User Commands Manual) to get the uptime, together with the current time, the number of users and load averages for the past 1, 5 and 15 minute intervals:
$ uptime
18:17:07 up 68 days, 3:57, 6 users, load average: 0.16, 0.07, 0.06
[edit] Tags:Linux,Manual, | |
| Using /proc/uptime | |
| 4>
Shows how long the system has been on since it was last restarted:
$ cat /proc/uptime
350735.47 234388.90
The first number is the total number of seconds the system has been up. The second number is how much of that time the machine has spent idle, in seconds.[9] On multi core systems (and some linux versions) the second number is the sum of the idle time accumulated by each CPU.[10]
[edit] Tags:Machine,Cat,Cp, | |
| Using uptime | |
| 4>
Like Linux, BSD based operating systems such as FreeBSD and Mac OS X also have the uptime command (See uptime(1) – FreeBSD General Commands Manual).
[edit] Tags:Operating System,Bsd,Freebsd, | |
| Using sysctl | |
| 4>
There is also a method of using sysctl to call the system's last boot time[11]:
$ sysctl kern.boottime
kern.boottime: { sec = 1271934886, usec = 667779 } Thu Apr 22 12:14:46 2010
[edit] Tags: | |
| OpenVMS | |
| 3>
Users of OpenVMS systems can type show system at the command prompt.[12]
$ show system/noprocess
OpenVMS V7.3-2 on node JACK 29-JAN-2008 16:32:04.67 Uptime 894 22:28:52
This shows the uptime as days then hours:minutes:seconds.
[edit] Tags:Openvms,Env, | |
| External Uptime Measuring | |
| 2>
There are a many external services which can be used to monitor the uptime and downtime as well as availability of a service or a host. Some examples:
Pingdom
WatchMouse[13][14]
[edit] Tags:Downtime,Pingdom,Watchmouse,Ping, | |
| See also | |
| 2>
Look up uptime in Wiktionary, the free dictionary.
List of Unix programs
Maintenance window
System profiler
Website monitoring
[edit] Tags:List Of Unix Programs,Maintenance Window,System Profiler,Website Monitoring,Unix,File, | |
| References | |
| 2>
^ How to install Windows Updates with only one reboot
^ Marathon servers: Novell shows off servers with longest uptime
^ Uptime Workhorses: Still Crazy after all these Years
^ Netcraft: Sites with longest running systems by average uptime in the last 7 days
^ Tracking down uptime in Windows XP
^ How to find Windows uptime?
^ How Can I Tell if a Server has Rebooted?
^ How Can I Determine the Uptime for a Server?
^ Reference Guide For Red Hat Enterprise Linux 4.5 - 5.2.30. /proc/uptime
^ See comments to the patch
^ sysctl(8) Mac OS X Manual Page
^ PARSEC Group - Undocumented OpenVMS Features
^ Robin Wauters (19 January 2010). "WatchMouse Monitors 26 Popular APIs So You Don't Have To". Techcrunch. http://techcrunch.com/2010/01/19/watchmouse-api-status/. Retrieved 21 April 2011.
^ Wikimediafoundation.org
v
d
e
Unix command-line interface programs and shell builtins (more)
File system
cat
cd
chmod
chown
chgrp
cksum
cmp
cp
dd
du
df
file
fsck
fuser
ln
ls
lsattr
lsof
mkdir
mount
mv
pax
pwd
rm
rmdir
size
split
tee
touch
type
umask
Processes
at
bg
chroot
cron
fg
kill
killall
nice
pgrep
pidof
pkill
ps
pstree
time
top
User environment
clear
env
exit
finger
history
id
logname
mesg
passwd
su
sudo
uptime
talk
tput
uname
w
wall
who
whoami
write
Text processing
awk
banner
basename
comm
csplit
cut
dirname
ed
ex
fmt
head
iconv
join
less
more
paste
sed
sort
spell
strings
tail
tr
uniq
vi
wc
xargs
Shell builtins
alias
echo
expr
printf
sleep
test
true and false
unset
wait
yes
Networking
dig
inetd
host
ifconfig
netstat
nslookup
ping
rdate
rlogin
netcat
ssh
traceroute
Searching
find
grep
locate
whatis
whereis
which
Documentation
apropos
help
info
man
Miscellaneous
bc
dc
cal
date
lp
lpr
List of Unix utilities
Retrieved from "http://en.wikipedia.org/w/index.php?title=Uptime&oldid=475921954"
Categories: Real-time computingUnix user management and support-related utilitiesFault-tolerant computer systemsHidden categories: All articles with unsourced statementsArticles with unsourced statements from April 2010
Personal tools
Log in / create account
Namespaces
Article
Talk
Variants
Views
Read
Edit
View history
Actions
Search
Navigation
Main page
Contents
Featured content
Current events
Random article
Donate to Wikipedia
Interaction
Help
About Wikipedia
Community portal
Recent changes
Contact Wikipedia
Toolbox
What links here
Related changes
Upload file
Special pages
Permanent link
Cite this page
Print/export
Create a bookDownload as PDFPrintable version
Languages
Česky
Deutsch
Ελληνικά
فارسی
Français
Italiano
Magyar
日本語
Polski
Português
Română
Русский
Slovenščina
Українська
中文
This page was last modified on 9 February 2012 at 10:52.
Text is available under the Creative Commons Attribution-ShareAlike License;
additional terms may apply.
See Terms of use for details.
Wikipedia® is a registered trademark of the Wikimedia Foundation, Inc., a non-profit organization.Contact us
Privacy policy
About Wikipedia
Disclaimers
Mobile view
if ( window.isMSIE55 ) fixalpha();
if ( window.mediaWiki ) {
mw.loader.load(["mediawiki.user", "mediawiki.util", "mediawiki.page.ready", "mediawiki.legacy.wikibits", "mediawiki.legacy.ajax", "mediawiki.legacy.mwsuggest", "ext.gadget.wmfFR2011Style", "ext.vector.collapsibleNav", "ext.vector.collapsibleTabs", "ext.vector.editWarning", "ext.vector.simpleSearch", "ext.UserBuckets", "ext.articleFeedback.startup", "ext.articleFeedbackv5.startup", "ext.markAsHelpful"]);
}
if ( window.mediaWiki ) {
mw.user.options.set({"ccmeonemails":0,"cols":80,"date":"default","diffonly":0,"disablemail":0,"disablesuggest":0,"editfont":"default","editondblclick":0,"editsection":1,"editsectiononrightclick":0,"enotifminoredits":0,"enotifrevealaddr":0,"enotifusertalkpages":1,"enotifwatchlistpages":0,"extendwatchlist":0,"externaldiff":0,"externaleditor":0,"fancysig":0,"forceeditsummary":0,"gender":"unknown","hideminor":0,"hidepatrolled":0,"highlightbroken":1,"imagesize":2,"justify":0,"math":1,"minordefault":0,"newpageshidepatrolled":0,"nocache":0,"noconvertlink":0,"norollbackdiff":0,"numberheadings":0,"previewonfirst":0,"previewontop":1,"quickbar":5,"rcdays":7,"rclimit":50,"rememberpassword":0,"rows":25,"searchlimit":20,"showhiddencats":false,"showjumplinks":1,"shownumberswatching":1,"showtoc":1,"showtoolbar":1,"skin":"vector","stubthreshold":0,"thumbsize":4,"underline":2,"uselivepreview":0,"usenewrc":0,"watchcreations":1,"watchdefault":0,"watchdeletion":0,"watchlistdays":3,"watchlisthideanons":0,
"watchlisthidebots":0,"watchlisthideliu":0,"watchlisthideminor":0,"watchlisthideown":0,"watchlisthidepatrolled":0,"watchmoves":0,"wllimit":250,"flaggedrevssimpleui":1,"flaggedrevsstable":0,"flaggedrevseditdiffs":true,"flaggedrevsviewdiffs":false,"vector-simplesearch":1,"useeditwarning":1,"vector-collapsiblenav":1,"usebetatoolbar":1,"usebetatoolbar-cgd":1,"wikilove-enabled":1,"variant":"en","language":"en","searchNs0":true,"searchNs1":false,"searchNs2":false,"searchNs3":false,"searchNs4":false,"searchNs5":false,"searchNs6":false,"searchNs7":false,"searchNs8":false,"searchNs9":false,"searchNs10":false,"searchNs11":false,"searchNs12":false,"searchNs13":false,"searchNs14":false,"searchNs15":false,"searchNs100":false,"searchNs101":false,"searchNs108":false,"searchNs109":false,"gadget-wmfFR2011Style":1});;mw.user.tokens.set({"editToken":"+\\","watchToken":false});;mw.loader.state({"user.options":"ready","user.tokens":"ready"});
/* cache key: enwiki:resourceloader:filter:minify-js:4:b41a86ec4e0fe8329bc3ce917e792339 */
}
Tags:Rebooted,Command-line Interface,Shell Builtins,More,Cd,Chmod,Chown,Chgrp,Cksum,Cmp,Du,Df,Fsck,Fuser,Ln,Lsattr,Lsof,Mkdir,Mount,Mv,Pax,Pwd,Rmdir,Size,Split,Tee,Touch,Umask,Bg,Chroot,Cron,Fg,Kill,Killall,Nice,Pgrep,Pidof,Pkill,Ps,Pstree,Top,Clear,Exit,Finger,History,Logname,Mesg,Passwd, | |
zote monety |