Recent Posts
Linux by examples
Return To Blog Listing
We explain every GNU/Linux command by examples. It includes tips and tricks, howto for linux commands.
Recent Posts Tagged With tail
-
Syslog: Sending log from remote servers to syslog daemon
syslog is a standard for logging service in Linux, it usually run as daemon like syslogd or rsyslogd. Syslog daemon will be forward and store logs in /var/log directory, you may configure it to store at separate location if you want. (we will look in...
-
Top Ten Processes Watcher
top command provides a dynamic real-time view of a running system. It can display system summary information as well as a list of tasks currently being managed by the Linux kernel. But if you want get something more specific, you must play some trick...
-
Obtain some system statistics from vmstat
vmstat know as virtual memory statistics reporter, but it gives more information the just only virtual memory. Besides memory, it covers overall CPU usage, IO, Swap, Proc, System interupts and context switching. vmstat is pretty easy to use, ignores ...

