Tags: time
Jul
30
Displaying the top 10 CPU-consuming processes
# ps aux | head -1; ps aux | sort -rn +2 | head -10
Displaying number of processors in the system
# lsdev -Cc processor
Displaying the top 10 CPU-consuming processes
# ps aux | head -1 ; ps au… more »
Jul
20
Stop xntp service if your server is an ntp client.
# stopsrc -s xntpd
Change time zone to IST CUT +5:30 using command
# chtz IST-5:30
Login/logout. nullify your drift file after taking a backup
# > /etc/ntp.drift
Set correct time using… more »
Recent comments