Search Results

Search: Posts Made By: amitlib
Forum: Solaris 12-06-2012
9,003
Posted By jlliagre
Don't use top on Solaris. It is not delivered...
Don't use top on Solaris. It is not delivered with the OS and might report bogus or inaccurate data.

Use vmstat 2 2 to get free virtual and physical memory.
Use prstat -Z to get per process and...
1,205
Posted By radoulov
Try this (untested): ...
Try this (untested):

#-----------------------#
{
sqlplus -s admin/admin@OCEAN11<<-ENDOFSQL
define num_days = ''
define report_type = "html"
define begin_snap = "$snap1"
...
950
Posted By ahamed101
Can you paste the output of the below script? ...
Can you paste the output of the below script?

#!/bin/bash

ret=`sqlplus -s CTEMEA_BM04/payplus1@LOADTST << EOFSQL
SELECT *
FROM (select mif.mid from mif order by mif.mid desc)
WHERE rownum <...
3,016
Posted By ygemici
try this ;) #!/bin/bash while :;do timeout=10...
try this ;)
#!/bin/bash
while :;do timeout=10
echo -ne "Please give a input \033[1m'PRESS ENTER for EXIT'\033[0m\n? ";read -r c
if [[ "$c" == $'\0' ]] ; then break ; exit 1; fi...
Showing results 1 to 4 of 4

 
All times are GMT -4. The time now is 03:33 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy