Linux Tutorials: mpstat commands examples
mpstat – Report processors related statistics. The mpstat command writes to standard output activities for each available processor, processor 0 being the first one. Global average activities among all processors…
Read more »Linux Tutorials: vmstat commands examples
The vmstat command (short for virtual memory statistics) is a built-in monitoring utility in Linux. Users can observe system activity virtually in real-time by specifying a sampling period. The command…
Read more »XAMPP: Another web server is already running
Step 1: Stop the Apache Step 2: and Then Restart Apache 👉 if above command will not work in your machine then do below steps: Step 1 : check the…
Read more »Unix command to find memory usage
rajeshkumar created the topic: unix command to find memory usage Monitor processes continuously. Updates every 3 seconds by default. Displays useful information such as total memory, memory in use, %…
Read more »Find Application Instance Directory In Unix
scmuser created the topic: find application instance directory in unix How to find installed application directory in unix? rajeshkumar replied the topic: Re:find application instance directory in unix use Which…
Read more »Unix command to Know some useful system Information
rajeshkumar created the topic: Unix command to Know some useful system Information Unix command to Know some useful system Information top show system stats and top CPU using processes uptime…
Read more »Memory Usage In UNIX
aparna created the topic: memory usage in Unix I have a map file and I need to test this file and get all the information about the memory usage such…
Read more »Linux Tutorials: pmap commands examples
You can find the memory used by a program (process) by looking into /proc directory or using standard command such as ps or top. However, you must calculate all memory…
Read more »Linux Tutorials: iostat commands examples
iostat command is a command that used for monitoring system input/output device loading by observing the time the devices are active in relation to their average transfer rates. The iostat…
Read more »Linux Tutorials: xargs commands examples
Under Development The xargs command is extremely useful when we combine it with other commands.This tutorials explains the usage of xargs command using few simple examples. 1. Xargs Basic Example…
Read more »Linux Tutorials: mount & unmount commands examples
Once you create a partition, you should use mount command to mount the partition into a mount point (a directory), to start using the filesystem. You need to add the…
Read more »Sed command Web References & Cheatsheet
UNIX SED Introduction · Sed is a “non-interactive” stream-oriented editor. Since its an “non-interactive” it can be used to automate editing. · This allows you to edit multiple files, or…
Read more »SET UNIX HOME DIR PROPERTY using ANT
Set properties HOMEDIR in build.xml which will be set through user logged in the current system.. Example: <project name=”test” default=”myhome”> <property environment=”env”/> <target name=”myhome”> <echo message=”My home…
Read more »Basic of Unix – Presentation | Unix Learning Reference – Guide
Basic of Unix Presentation Basic Unix from Rajesh Kumar Basic Unix View more presentations from rajeshatbuzz. (tags: basic of)
Read more »