This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
aix:workloadmanager [2024/02/06 21:50] manu |
aix:workloadmanager [2024/04/08 18:01] (current) manu |
||
---|---|---|---|
Line 78: | Line 78: | ||
<cli prompt='>'> | <cli prompt='>'> | ||
root@prod /root> ps -ae -o pid,user,class,args,pcpu,vsz | root@prod /root> ps -ae -o pid,user,class,args,pcpu,vsz | ||
- | PID USER CLASS COMMAND | + | PID USER CLASS COMMAND %CPU VSZ |
- | 1 root Unclassified /etc/init | + | 1 root System /etc/init 0.0 804 |
- | 2949328 root Unclassified /usr/sbin/syncd 60 | + | 590300 root System /usr/sbin/syncd 60 0.0 596 |
- | 3211498 root Unclassified /usr/ccs/bin/shlap64 | + | 2621880 root System /usr/ccs/bin/shlap64 0.0 392 |
- | 3801296 root Unclassified /usr/lib/errdemon | + | 3867110 root System /usr/lib/errdemon 0.0 928 |
- | 4653308 root Unclassified /usr/sbin/portmap | + | 4325632 root System /usr/sbin/srcmstr 0.0 816 |
- | 4849858 root Unclassified /usr/sbin/snmpd | + | 5570884 root Default iostat -Dsal 60 1 0.0 844 |
- | 7209188 root System /usr/sbin/smbd -D | + | 5636536 root System /usr/sbin/xntpd 0.0 388 |
- | 7274732 nobody System /usr/sbin/smbd -D | + | 5833142 root System /usr/sbin/syslogd -r -n 0.0 820 |
- | 7340260 root System /opt/rsct/bin/rmcd -a IBM.LPCommands -r -S 1500 | + | 5898680 root System /usr/sbin/portmap 2.0 1004 |
- | 7405804 root System [trspoolm] | + | 5964220 root System /usr/sbin/aso 0.0 1396 |
- | 7471338 root System ./mflm_manager | + | 6029626 mqm Default sshd: mqm@pts/1 0.1 1188 |
- | 7602278 ek Default CONS3 | + | 6095302 root System /usr/sbin/biod 6 0.0 120 |
- | 7667888 ew Default TH | + | 6423002 root System /usr/sbin/pfcdaemon 0.0 1172 |
- | 7733346 ek Default THC | + | 6488524 root System /usr/sbin/nfsrgyd 3.0 1352 |
- | 7798796 root System /opt/rsct/bin/IBM.MgmtDomainRMd | + | 6816036 root System /opt/rsct/bin/IBM.DRMd 0.0 1696 |
- | 7864420 root System /opt/rsct/bin/IBM.ServiceRMd | + | 6881784 root System /usr/sbin/sshd 0.0 1196 |
- | 7929868 root System /opt/rsct/bin/IBM.HostRMd | + | </cli> |
+ | |||
+ | Print memory in MB | ||
+ | <cli prompt='>'> | ||
+ | root@prod /root> ps -ae -o pid,user,class,pcpu,vsz,args | awk '{$5=int(100 * $5/1024)/100"MB";}{ print;}' | ||
+ | PID USER CLASS %CPU 0MB COMMAND | ||
+ | 1 root System 0.0 0.8MB /etc/init | ||
+ | 2884068 root System 0.0 0.58MB /usr/sbin/syncd 60 | ||
+ | 3342724 root System 0.0 0.38MB /usr/ccs/bin/shlap64 | ||
+ | 3604962 root System 0.0 0.9MB /usr/lib/errdemon | ||
</cli> | </cli> | ||
Line 219: | Line 228: | ||
app3 0 1 1 06 -1 0 100 100 100 100 0 0 | app3 0 1 1 06 -1 0 100 100 100 100 0 0 | ||
</cli> | </cli> | ||
+ | |||
+ | ===== Example of config ===== | ||
+ | |||
+ | <cli prompt='>'> | ||
+ | root@aixtest /etc/wlm/current> cat /etc/wlm/current/classes | ||
+ | System: | ||
+ | |||
+ | Default: | ||
+ | |||
+ | splunk: | ||
+ | inheritance = "yes" | ||
+ | authuser = "splunk" | ||
+ | |||
+ | root@aixtest /etc/wlm/current> cat /etc/wlm/current/limits | ||
+ | System: | ||
+ | memory = 1%-100%;100% | ||
+ | splunk: | ||
+ | CPU = 0%-10%;10% | ||
+ | |||
+ | root@aixtest /etc/wlm/current> cat /etc/wlm/current/rules | ||
+ | * class resvd user group application type tag | ||
+ | splunk - splunk - - - - | ||
+ | System - root - - - - | ||
+ | Default - - - - - - | ||
+ | |||
+ | root@aixtest /etc/wlm/current> cat /etc/wlm/current/shares | ||
+ | * IBM_PROLOG_BEGIN_TAG | ||
+ | </cli> | ||
+ |