[PLUG] Commercial Linux Administrators

2005-11-24 Thread Balwinder Singh
Linux administrators If you know how to use iptables. If you know how to configure password less secure login using ssh. If you can write shell scripts. If you can troubleshoot mysql/squid/apache. and if you can read and understand any new technology within reasonable time frame. Knowledge of win

Re: [PLUG] % cpu usage calculations ?

2005-07-06 Thread Balwinder Singh
On Tuesday 05 Jul 2005 12:19 pm, Yogesh1 Talekar wrote: hi, Hope this may help. Have a look at /proc/stat Find user(Tu),nice(Tn),sys(Ts) and ideal(Ti) usage in jiffies for  some small time duration(T in jiffies). %usage Total = (Tu+Tn+Ts+Ti)*100 / T Same should be true for each process /proc/PI