uptimed – keep track of your system uptime.
2012-04-02
206 words
1 min read
Uptimed is an up time record daemon keeping track of the highest
up times the system ever had.Uptimed has the ability to inform you of records and milestones
though syslog and e-mail, and comes with a console front end to
parse the records, which can also easily be used to show your
records on your Web page
sudo yum install uptimed
Once installed, you will have to first create the boot id with this command:
uptimed -b
After you have done that, you can see the boot records with the following commands:
uprecords
# Uptime | System Boot up
—————————-+—————————————————
-> 1 0 days, 00:37:05 | Linux 3.3.0-4.fc16.i686 Sun Apr 1 12:30:32 2012
—————————-+—————————————————
NewRec 0 days, 00:37:04 | since Sun Apr 1 12:30:32 2012
up 0 days, 00:37:05 | since Sun Apr 1 12:30:32 2012
down 0 days, 00:00:00 | since Sun Apr 1 12:30:32 2012
%up 100.000 | since Sun Apr 1 12:30:32 2012
And if you want to see the same on you web-server then just copy the uprecords binary to your cgi-bin direcotry and you are done.
Related articles
- Stripe Blog: Track Stripe’s uptime (stripe.com)
- Monitor your Website’s Uptime with Google Docs (labnol.org)
- Website monitoring with Node.js Uptime (nodejs-news.com)
Related Articles:
- 2012/03/02 15 Linux Bash History Expansion Examples You Should Know
- 2011/11/28 Linux hardware details.
- 2011/06/05 Total upload and download on any interface.
- 2011/03/14 cd across parallel directories
- 2010/12/26 Empty a file
Authored By Amit Agarwal
Amit Agarwal, Linux and Photography are my hobbies.Creative Commons Attribution 4.0 International License.