How to check CPU and RAM usage using the nmon monitoring tool Nmon is another monitoring tool that's popular among many Linux users. IBM originally developed this system performance monitoring tool for the AIX operating system, but it was later ported to Linux. Much like htop, nmon isn't av...
Memory usage per user,percent usage,sytem time in ksh Let's say i have 20 users logged on Server. How can I know how much memory percent used each of them is using with system time in each user? 4.AIX Script to check the memory usage in AIX ...
While trying to monitor the AIX server, if you get"No data available"for Page Space, you can troubleshoot it by following the steps given below: First, you need to establish a connection only throughTELNETorSSHmode. Second, check whether the command lsps -a exists in the system and then...
Once swap file system created, you may want to increase the swap space. For that you can follow this tutorial. In two methods we can create the swap space. Using swap partition Using swap file Here we use the first method. Let check the available swap space. root@client ~]# swapon -s...
Commands to create different types of swap spaces . . . . . . . . . . . . . . . 190 22. From a raw device to processes accessing file systems . . . . . . . . . . . . . 192 23. Comparison of backup commands . . . . . . . . . . . . . . . . . . . . ...
Rules to check for SQL injection can be easily added. Output can be printed neatly on the command line or in tab delimited format. The output includes: * The suspicious IP address * The attacked webpage * The parameter and value used * The frame number of the packet within the pcap (...