Wadah Belajar Linux, Debian, Mikrotik, Networking, Routing, dan Ilmu Pendukungnya

< Browse > Home /

| Mobile | RSS

iptraf – Interactive Colorful IP LAN Monitor

IPTraf is an ncurses-based IP LAN monitor that generates various network statistics including TCP info, UDP counts, ICMP and OSPF information, Ethernet load info, node stats, IP checksum errors, and others.

[ More ] November 8th, 2008 | No Comments | Posted in Linux, Networking, network tool |

ifstat – InterFace STATistics Monitoring

ifstat is a tool to report network interfaces bandwith just like vmstat/iostat do for other system counters. It can monitor local interfaces by polling the kernel counters, or remote hosts interfaces using SNMP.

[ More ] November 3rd, 2008 | No Comments | Posted in Linux, Networking, network tool |

ethstatus – Console-based ethernet statistics monitor

Ethstatus is a console-based monitoring utility for displaying statistical data of the ethernet interface on a quantity basis. It is similar to iptraf but is meant to run as a permanent console task to monitor the network load.

[ More ] October 31st, 2008 | No Comments | Posted in Linux, Networking, network tool |

Install Web Server Statistic

Contoh program yg digunakan adalah webalizer (web server log analysis program)
Cara installnya cukup mudah, jalankan perintah
#apt-get install webalizer
Kemudian ditanya utk direktori website, default setingnya adalah /var/www/webalizer, utk pertanyaan berikutnya di enter aja yah
Jika proses instalasi sudah selesai, tunggu agak lama (sekitar 5 menit) krn biasanya g langsung jalan, lalu silahkan dibuka hasilnya di http://localhost/webalizer

[ More ] October 20th, 2008 | No Comments | Posted in Linux |

About Netstat (English)

Netstat (NETwork STATistics) is a command-line tool that provides information about your network configuration and activity.
- To display the routing table:
#netstat -rn
-> -r : Kernel routing tables.
-> -n : Shows numerical addresses instead of trying to determine hosts.
- To display the quick interfaces statistics:
#netstat -i
-> -i : Interface

[ More ] October 16th, 2008 | No Comments | Posted in Linux, Networking |

Install Postfix Queue Statistics

Install queuegraph
# apt-get install queuegraph
Reading package lists… Done
Building dependency tree… Done
The following extra packages will be installed:
librrds-perl
Suggested packages:
mailgraph
The following NEW packages will be installed
librrds-perl queuegraph
0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded.
Need to get 47.2kB of archives.
After unpacking 164kB of additional disk space will be used.
Get: 1 ftp://kambing.ui.edu stable/main librrds-perl 1.2.15-0.3 [...]

[ More ] September 10th, 2008 | No Comments | Posted in Linux, script |

Tutorial netstat

Netstat (NETwork STATistics) adalah command-line tool yg menyediakan informasi tentang konfigurasi jaringan dan aktifitasnya.
- Untuk menampilkan routing table :
#netstat -rn
-> -r : Kernel routing table
-> -n : Menampilkan alamat numerik.
- Untuk menampilkan statistik interface :
#netstat -i
-> -i : Interface

[ More ] August 1st, 2008 | 3 Comments | Posted in Linux, Networking |



View My Stats