Results 1 to 5 of 5
Hello,
Can you please explain how to monitor user logins,process and server load using SAR. And im using RHEL-6 and Oracle linux.
Thanks
ranjit...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 06-12-2012 #1Just Joined!
- Join Date
- Jun 2012
- Posts
- 16
Monitoring user logins, process and server load using SAR.
Hello,
Can you please explain how to monitor user logins,process and server load using SAR. And im using RHEL-6 and Oracle linux.
Thanks
ranjit
- 06-12-2012 #2Linux Guru
- Join Date
- Apr 2009
- Location
- I can be found either 40 miles west of Chicago, or in a galaxy far, far away.
- Posts
- 10,156
SAR monitoring logins? Not possible. Server load, not a problem. Read the man page for sar. We use it extensively to help with system/network diagnostics.
Sometimes, real fast is almost as good as real time.
Just remember, Semper Gumbi - always be flexible!
- 06-12-2012 #3Just Joined!
- Join Date
- Sep 2007
- Location
- Silver Spring, MD
- Posts
- 84
Fail log along with other ways to verify login attempts
One way you can view who has failed would be to use faillog command
Maybe this can help with the processCode:faillog -a # lists all the failed login attempts faillog -u <user> # lists the failed login attempts for a specific user faillog -r # resets the failed login counters
Also the who command works pretty well:
Code:who -a # this lists all the users logged on the system
Let me know if this helps.Code:ps -aux # provides information on specific user processes top -d 3 # identifies user processes in real-time but gives the user the ability to manipulate the fields as needed / server load can be monitored as well
tdsan
- 06-13-2012 #4Just Joined!
- Join Date
- Jun 2012
- Posts
- 16
thanks for the information
tdsan
- 06-13-2012 #5Linux Guru
- Join Date
- Apr 2009
- Location
- I can be found either 40 miles west of Chicago, or in a galaxy far, far away.
- Posts
- 10,156
Sometimes, real fast is almost as good as real time.
Just remember, Semper Gumbi - always be flexible!


Reply With Quote

