skip to main
|
skip to sidebar
Linux-Apr-2010
Friday, April 23, 2010
To find total use of virtual memory
for
Apache
#ps -A -o rss,vsz,command|grep httpd | awk '{rss += $1; vsz += $2 } END { print "Real: ",rss, "Virtual: ",vsz }'
Real: 738052 Virtual: 1574468
#namei -mx /home/suresh/public_html/web-az1/
f: /home/suresh/public_html/web-az1/
drwxr-xr-x /
Drwxr-xr-x home
drwxr-xr-x suresh
drwxr-xr-x public_html
drwxr-xr-x web-az1
Use of namei command
Newer Posts
Home
Subscribe to:
Posts (Atom)
Followers
Blog Archive
▼
2010
(2)
▼
April
(2)
To find total use of virtual memory for Apache#ps ...
#namei -mx /home/suresh/public_html/web-az1/f: /ho...
About Me
Linux_Redhat
View my complete profile