check free memory usage

Posted by cikul | Posted in Linux | Posted on 31-05-2008-05-2008

1

[root@red ~]# free -m
total       used       free     shared    buffers     cached
Mem:          1536        718        817          0          0          0
-/+ buffers/cache:        718        817
Swap:            0          0          0

check memory consuming processes

Posted by cikul | Posted in Linux | Posted on 30-05-2008-05-2008

0

Use below mentioned command to get top memory consuming processes”

ps aux | head -1;ps aux –no-headers| sort -rn +3 | head

Use below command to get top cpu consuming processes:

ps aux | head -1;ps aux –no-headers | sort -rn +2

gonna try :)

check total connection to our server

Posted by cikul | Posted in Linux | Posted on 25-05-2008-05-2008

0

To check total connection to our server, we can use command :


root@server [~]# netstat -ntu | awk '{print $5}' | cut -d: -f1 | sort | uniq -c | sort -n

That command useful if you want to check any DDOS attack to your server. Read the rest of this entry »

Incoming search terms:

 89 240 154 238

Free HotSpot di Malang

Posted by cikul | Posted in internet | Posted on 18-05-2008-05-2008

5

Telkom HotSpotSebenarnya informasi ini sedikit basi, tapi mungkin tetap berguna bagi yang sedang ke Malang atau tinggal di Malang, siapa tahu daerahnya sudah tercover HotSpot.

Beberapa Titik HotSpot di Malang didapat dari berbagai sumber dan coba saya kategorikan menurut jenis lokasinya :

Read the rest of this entry »

Incoming search terms:

 jalan wr supratman malang|  Wr supratman malang|  hotspot di malang|  kolam renang gajayana malang|  hotspot malang|  jl wr supratman malang|  logo ikip budi utomo|  hot spot malang|  nambah titik hotspot|  free hotspot malang

kill multiple process on Linux

Posted by cikul | Posted in Linux | Posted on 16-05-2008-05-2008

0

Sometimes we need to kill process or application on *nix system. For single process or application we should use :

kill -9 pid

Which PID is process id used by application.

Read the rest of this entry »

Incoming search terms:

 linux multi process|  kill multiple processes linux|  /usr/local/apache/bin/httpd -DSSL (perl5 12 3)|  kill process with stat Ss|  kill proses|  kill proses linux|  kill ps|  killing multiple process ID linux|  linux DSSL|  linux kill multiple process by id