Here is a simple one liner to check on download time of a webpage:
(time wget -p --no-cache --delete-after www.linuxweblog.com -q ) 2>&1 | awk '/real/ {print $2}'
timecheck webpage load time via wgetSubmitted by sandip on Tue, 02/22/2011 - 17:19Here is a simple one liner to check on download time of a webpage: (time wget -p --no-cache --delete-after www.linuxweblog.com -q ) 2>&1 | awk '/real/ {print $2}' »
Keep server time in sync with ntpSubmitted by sandip on Fri, 12/07/2007 - 15:45NTP is a protocol designed to synchronize the clocks of computers over a network, easy to setup and probably comes packaged with the OS. Here's what was needed on a Fedora-6:
# yum install ntp Find a reliable close ntp pool server or you could just use the hub, "pool.ntp.org" and add it to the server list in "/etc/ntp.conf" file. Make sure your computer's clock is set to something sensible (within a few minutes of the 'true' time) - you could use `ntpdate pool.ntp.org`, or you could just use the date command and set it to your wristwatch, and also synchronize the hardware clock. Make sure ntp starts up at boot and then start the service: # /sbin/chkconfig ntpd on # ntpq -pn localhost »
|
User loginRecent blog posts
Who's onlineThere are currently 0 users and 5 guests online.
|