Search Results

Search: Posts Made By: misterx12345
9,383
Posted By Don Cragun
The general format for the exec command: ...
The general format for the exec command:
exec command [redirections]
overlays the current shell script with the command named by command and performs the input and/or output redirections...
9,383
Posted By Don Cragun
It seems to me that putting the output from all...
It seems to me that putting the output from all of the cmd* scripts in a single file is just making your life harder (since you have to manually find the end of each command file's output and write...
9,383
Posted By Don Cragun
The script that you suggested will overwrite the...
The script that you suggested will overwrite the output of all previously executed scripts with the output of the last script to run. The wait commands in your script don't do anything. (You didn't...
Forum: Solaris 05-13-2012
1,531
Posted By jim mcnamara
DTrace is part of the Solaris 10 distribution,...
DTrace is part of the Solaris 10 distribution, you already have it. You may also have some other DTrace script to do what you want. look in /usr/demo/dtrace. google for brandan gregg, his site...
Forum: Solaris 05-13-2012
1,531
Posted By bartus11
Those tools are just DTrace scripts, which is...
Those tools are just DTrace scripts, which is standard OS tool. If you were fluent enough in DTrace you could write them yourself, but why do it, if it has already been done?
Forum: Solaris 05-14-2012
1,531
Posted By juan.brein
Have you tried: dladm show-dev -s -i 1 ...
Have you tried:

dladm show-dev -s -i 1

That will tell you traffic per interface.. Other than that if you want to know which process is going through which interface then you can script that......
Forum: AIX 04-18-2012
3,089
Posted By zxmaus
I would suggest some tuning of your box in first...
I would suggest some tuning of your box in first instance and than if you still have memory problems - add memory ?
If you have free memory on your frame and your lpar is configured accordingly...
Forum: AIX 04-18-2012
3,089
Posted By zaxxon
I have put your posting into code tags - there is...
I have put your posting into code tags - there is a link how to use them.

To your question:

AIX as well as other UNIX derivates and Linux distributions uses a part of it's RAM as file cache. So...
Forum: AIX 04-18-2012
3,089
Posted By rbatte1
Remember that the OS will keep the memory full. ...
Remember that the OS will keep the memory full. You should concentrate on the paging space usage more. You have little relative to real memory (about 10%) where most people will run with at least...
Forum: Solaris 05-08-2012
8,172
Posted By methyl
The capital S means that you have set the SGID...
The capital S means that you have set the SGID bit.
There is an explanation in man ls .
Forum: Solaris 05-08-2012
8,172
Posted By fpmurphy
S - setgid bit is set and executable bit is not...
S - setgid bit is set and executable bit is not set
s - setgid bit is set and executable bit is set
Showing results 1 to 11 of 11

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