Can someone tell me why node is showing the correct uptime on my system?

> alfred@ubuntu:~/apps/test$ node
> require('os').uptime()
38919.017449626
> .exit
alfred@ubuntu:~/apps/test$ uptime
 00:16:58 up 14:43,  3 users,  load average: 0.18, 0.17, 0.15
alfred@ubuntu:~/apps/test$ cat /proc/uptime
52991.82 127925.62
alfred@ubuntu:~/apps/test$ uname -a
Linux ubuntu 3.0.0-16-generic #29-Ubuntu SMP Tue Feb 14 12:48:51 UTC 2012 
x86_64 x86_64 x86_64 GNU/Linux
alfred@ubuntu:~/apps/test$ node -v
v0.6.13

-- 
Job Board: http://jobs.nodejs.org/
Posting guidelines: 
https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines
You received this message because you are subscribed to the Google
Groups "nodejs" group.
To post to this group, send email to nodejs@googlegroups.com
To unsubscribe from this group, send email to
nodejs+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/nodejs?hl=en?hl=en

Reply via email to