vBulletin Search Engine Optimization
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| Hi, I'm on AIX 5.3 boxes. I'd like to locate the kind of data contained in the file /proc/<PID>/usage under Sun/Solaris: is is possible with AIX ? Thanks a lot. Sp Here is what I see when I do an 'ls' on one of my processes: lr-x------ 2 mylogin usr 0 Jun 15 16:07 cwd -> /home/ mylogin/ -r--r--r-- 1 mylogin usr 0 Jun 18 14:37 sysent -r-------- 1 mylogin usr 1520 Jun 18 14:37 status -r-------- 1 mylogin usr 12288 Jun 18 14:37 sigact -r--r--r-- 1 mylogin usr 448 Jun 18 14:37 psinfo dr-x------ 1 mylogin usr 0 Jun 18 14:37 object -r-------- 1 mylogin usr 0 Jun 18 14:37 map dr-xr-xr-x 1 mylogin usr 0 Jun 18 14:37 lwp dr-x------ 1 mylogin usr 0 Jun 18 14:37 fd --w------- 1 mylogin usr 0 Jun 18 14:37 ctl -r-------- 1 mylogin usr 128 Jun 18 14:37 cred -rw------- 1 mylogin usr 0 Jun 18 14:37 as |
| |||
| What level of AIX ? /proc came along with 5.1 and proctools with 5.2 i think .. they may have been there in 5.1 but I havent got a 5.1 system to look at .. what info u after ? this is from a 5.3 system # ls -ltr /proc/35368 total 8 lr-x------ 4 root system 0 Jun 11 16:39 cwd -> /home/ -r--r--r-- 1 root system 0 Jun 20 16:42 sysent -r-------- 1 root system 1520 Jun 20 16:42 status -r-------- 1 root system 1024 Jun 20 16:42 sigact -r--r--r-- 1 root system 448 Jun 20 16:42 psinfo dr-x------ 1 root system 0 Jun 20 16:42 object -r-------- 1 root system 0 Jun 20 16:42 map dr-xr-xr-x 1 root system 0 Jun 20 16:42 lwp dr-x------ 1 root system 0 Jun 20 16:42 fd --w------- 1 root system 0 Jun 20 16:42 ctl -r-------- 1 root system 128 Jun 20 16:42 cred -rw------- 1 root system 0 Jun 20 16:42 as Rgds Mark Taylor |