# HG changeset patch # User Oleksandr Gavenko # Date 1315118549 -10800 # Node ID c497936f1e34db9c5bbe67371a186507ba4048b1 # Parent f8433639b534203c38aa4aaed102bf2d5590a296 Move some file RST syntax. diff -r f8433639b534 -r c497936f1e34 stat.rst --- a/stat.rst Sat Sep 03 22:16:10 2011 +0300 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,171 +0,0 @@ --*- mode: outline; coding: utf-8 -*- - -* Cpu consumption. - -** Linux. - -*** Interactive. - - $ top - -*** Static. - - $ ps -eo %cpu,pid,cmd --sort=%cpu - -** FreeBSD. - -*** Interactive. - - $ top - -** Windows. - - cmd> taskmgr - -** Solaris. - -See - - http://developers.sun.com/solaris/articles/prstat.html - Topping top in Solaris 8 with prstat. - -*** Interactive. - - $ perfmeter - -*** Static. - - $ prstat - - $ mpstat - -* Memory consumption. - -** Linux. - -*** Interactive. - - $ top - -*** Static. - -Vitual and resident memory size: - - $ ps -eo vsz,rsz,pid,cmd --sort=vsz --width 3000 - -Swap size and usage: - - $ free - -** FreeBSD. - -*** Interactive. - - $ top - -*** Static. - -Swap size: - - $ swapinfo - $ pstat -s - -Swap usage: - - $ vmstat - -** Solaris. - - $ sar -g - - $ vmstat - - $ prstat -s size - -** Windows. - - cmd> taskmgr - -and add colums TODO. - -** Solaris. - - $ prstat -a - -* Opened file by process. - -** Linux. - - $ lsof -p - -** FreeBSD. - - $ fstat -p - -** Windows. - -*** Interactive. - -procexp.exe from Sysinternals. - -*** Static. - -handle.exe from Sysinternals: - - cmd> handle -p 1265 - C: File (RW-) C:\Program Files\Common Files\GTK\2.0\bin -288: Section \BaseNamedObjects\mmGlobalPnpInfo - -* Opened file by user. - -** FreeBSD. - - $ fstat -u - -* Opened network connection by process. - -** Linux. - - $ lsof -i[46][protocol][@{hostname|hostaddr}][:{service|port}] - -46 - IPV4 or IPV6 -protocol - tcp, udp - -** FreeBSD. - -** Windows. - - cmd> netstat -o -Type Local addr Remote addr State PID -TCP user:1154 localhost:1153 ESTABLISHED 1512 -TCP user:5152 localhost:1052 CLOSE_WAIT 1524 -TCP user:1036 services.int:5222 ESTABLISHED 1188 - -* Locked file by process. - -** Linux. - - $ lsof - -** FreeBSD. - -TODO - -** Solaris. - -TODO - -** Windows. - -*** Interactive. - -procexp.exe from Sysinternals. - -*** Static. - -handle.exe from Sysinternals: - - cmd> handle d:\home -ispell.exe pid: 244 784: D:\home\drivers\token_api\src -Far.exe pid: 432 10C: D:\home\drivers\token_api -