Featured Posts

GoAccess is an interactive and website / web-server log analyzer tool currently better than the ApacheTop interface. It provides fast and valuable HTTP statistics for system administrators that require a visual...

Readmore

AjaxMyTop AjaxMyTop is a Web-based tool featuring an AJAX user interface for monitoring a MySQL server. Installing and configuring is fairly simple which you can done it within 2 minutes. [caption id="attachment_587"...

Readmore

Mod_spin is a content handler and/or a filter, meaning, for a specified file extension, mod_spin will read the file (or other input), parse it into an Abstract Syntax Tree (AST) and then replace the occurrences...

Readmore

Server Monitoring using DSTAT DSTAT an excellent tool which combines the overall stats of vmstat, iostat, netstat and ifstat. Dstat allows us to view all of the system resources in the real-time including the network bandwidth, network...

Readmore

BWM-NG Monitoring Network Bandwidth and Disk I/O using BWM-NG BWN-NG (Bandwidth-NG) is old and simple tool to monitor the bandwidth and disk I/O including the RAMdisk usage, this tool really helps the...

Readmore

  • Prev
  • Next

Processes Controlling commands

Posted on : 26-03-2011 | By : admin | In : Tips

Tags:

0

Archived; click post to view.
Excerpt: PS command   Ps command is included with procps rpm/package which will give you a list of the processes running on your system. With no options, ps will list processes that belong to the current user and have a controlling terminal.   Example options include:   −aux −−− list all running processes (by all users with some information). −a −−− list all processes from all users. −u −−− list more information including user names, %cpu usage, and %mem usage et cetera. −x −−− list processes without controlling terminals. −l −−− display different information including UID and nice value. −−forest −−− this makes it easier to see the process hierarchy   For example to….

Pmap command

Posted on : 10-03-2011 | By : admin | In : Tips

Tags:

0

Archived; click post to view.
Excerpt: The pmap command (included with procps rpm packages) reports the amount of memory that one or more processes are using. You can use this tool to determine which processes on the server are being allocated memory and whether this amount of memory is a cause of memory bottlenecks and it is also very useful for the administrators to find which of the libary/file is eating more memory on that pid (use pidof <program-name> to find the list of pid )   # pmap <pid>   To show in device format.   # pmap -d <pid>   A sample screen-caps below.    

Pmap

    Some of the most important….

Get your public IP

Posted on : 09-03-2011 | By : admin | In : Tips

Tags:

0

If you don’t have GUI installed and if you want to get your public ip address from Linux cli, just use the following commands :  

  • # curl -s ip.appspot.com # lynx http://www.whatismyip.com