search for: ps_opts

Displaying 1 result from an estimated 1 matches for "ps_opts".

Did you mean: p_opts
2000 Jun 16
0
Memory usage in reload_services()
...Contributor: Tine Smukavec <valentin.smukavec@hermes.si> # Updated: June 16, 2000 #============================================================== # # customize following variables to match your environment # conf_file=#path of smb.conf file user=#a_user password=#a_password server=#a_server ps_opts=#'-e -o pid -o ppid -o rss -o vsz -o comm' smb_port=#'-p 10206' max=1000 i=1 processID=$1 while [ $i -le $max ] do echo Pass: $i echo '====================================' ps $ps_opts | grep $processID touch $conf_file kill -1 $processID smbclient...