Search Results

Search: Posts Made By: utoptas
Forum: Solaris 08-10-2010
11,416
Posted By utoptas
sorry , i don't understand .. what is the second...
sorry , i don't understand .. what is the second paragraph in the NOTES section of the "prstat" manual page?
Forum: Solaris 08-09-2010
11,416
Posted By utoptas
i have another problem... all commands dont show...
i have another problem... all commands dont show real used memory...


for example;

prstat -s size -n 10 command

13097 oraclert 16G 16G sleep 59 0 18:31:58 0.0% oracle/258
13099...
Forum: Solaris 08-09-2010
11,416
Posted By utoptas
i need command name, prstat -Z don't show...
i need command name, prstat -Z don't show command name..

for example

memory command
10% ls-l
20% oracle
Forum: Solaris 08-09-2010
11,416
Posted By utoptas
no.this article cannot solve my problem..
no.this article cannot solve my problem..
Forum: Solaris 08-09-2010
11,416
Posted By utoptas
Finding used memory %
hi.. i want to find used how many percent memory for all process ?

i execute prstat -t command it's show used memory percent but for all users, not all process...

how can i do?
6,929
Posted By utoptas
Oracle how many memory allocate really
hi... i want to find oracle allocate how many memory really..

i execute this code to list memory on unix system : ps -eo pmem,args | sort -k 1 -r -n

outputs ;
...
8,856
Posted By utoptas
Can you give an examples..
Can you give an examples..
8,856
Posted By utoptas
Counting script how many times it run?
i should use this script runs how many times before ?

how can i do_?
5,633
Posted By utoptas
i want to average which process using how many...
i want to average which process using how many cpu...

i take a data every 10 minutes and calculate average all process ...
5,633
Posted By utoptas
SunOs and ksh shell using...
SunOs and ksh shell using...
5,633
Posted By utoptas
list which process using how many cpu
i want to list which process using how many cpu ,but i must be list cpu rate and process name,not only PID

how can i do?
2,016
Posted By utoptas
Need help using ls command
hi..

i want to list *.txt files in all sub directories.

i wrote a code but it doesn't work


ls -time */ *.txt
9,962
Posted By utoptas
i want to ( systemdate - file_last_update_date...
i want to ( systemdate - file_last_update_date ) for specific file...
9,962
Posted By utoptas
Find unix file created how many days ago?
i want to find unix file created how many days ago?
1,840
Posted By utoptas
Error .. ls -time $1 "*.txt" |...
Error ..


ls -time $1 "*.txt" | /usr/xpg4/bin/awk -v var=$a '{printf("%s""|""%s""|""%s""-""%s""-""%s""|""%s\n",var,$4,$8,$7,$10,$11) }'>test.dat /acv/def/userhome/umit_log/


...
1,840
Posted By utoptas
thank you very much.. ---------- Post...
thank you very much..

---------- Post updated at 01:38 AM ---------- Previous update was at 01:18 AM ----------

another problem i want to insert direction in find command...


ls -time $(...
1,840
Posted By utoptas
error ! awk: syntax error near line 1 awk:...
error !

awk: syntax error near line 1
awk: bailing out near line 1
1,840
Posted By utoptas
awk problem
a=`hostname`
ls -time $( find /bscs/bscsadm/userhome/umit_log/ -name '*.txt')|awk '{printf("%s""|""%s""-""%s""-""%s""|""%s\n",$4,$8,$7,$10,$11) }'>test.dat




i want to add "$a" in test.dat...
2,013
Posted By utoptas
run oracle procedure in unix scripts
for j in $(du -h $1| awk '{printf("%100-s \n",$2)}')

do

for a in $(ls -time $(find $j -name '*.txt') | awk '{printf("\n%s %s %s %s %s",$4,$7,$8,$10,$11)}')
do
echo...
1,376
Posted By utoptas
thank you very much... but have a little...
thank you very much... but have a little problem..


ls -time $1 | awk '{printf("%s %s %s %s %s\n",$4,$7,$8,$10,$11)}'|while read a1 a2 a3 a4 a5;do

user_name=$a1
month=$2
day=$a3
year=$a4...
1,376
Posted By utoptas
While loop using
for j in `ls -time $1 | awk '{printf("%s %s %s %s %s\n",$4,$7,$8,$10,$11)}')`


i want to write by using while loop..

how can i do?

Use code tags please, ty.
Showing results 1 to 21 of 21

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