Search Results

Search: Posts Made By: niteesh_!7
1,756
Posted By niteesh_!7
CPU utilization between 2 processes at an instant
I have a scenario where 2 applications(sever,deploy) are running in parallel....Now in a span of 1hr i want to know exact %CPU(user CPU) these are using.

For example:
for a snap shot of 1 hr say...
1,478
Posted By niteesh_!7
replace in Awk
i have a file that has data like
template.txt
Version:V1.0
name:ACTION
Number Of Actions:1
A:ACC,EVE,P1,1,1,ACC,2,ACC,3,1,5,20090228 10070800,6,20130628 10070800


now i have to replace all...
4,260
Posted By niteesh_!7
We have constraint either to use shell scripts or...
We have constraint either to use shell scripts or perl script....i do not know python..
4,260
Posted By niteesh_!7
just to say that all servers share file system...
just to say that all servers share file system thats it....i tried with ssh but its taking a long time to update...
4,260
Posted By niteesh_!7
i could do till adding of process ids....the...
i could do till adding of process ids....the problem is deletion should happen after monitoring across NFS connected servers where im not able to proceed....
4,260
Posted By niteesh_!7
status and memory utilization.....
status and memory utilization.....
4,260
Posted By niteesh_!7
Script to monitor a process and track status in a file
i have a scenario where i need a script that monitors a process "Monitor" based on process id... there can be any number of instances of this running... i start this across 4 servers in NFS. Now i...
1,250
Posted By niteesh_!7
may i know how the change u made is resulting in...
may i know how the change u made is resulting in the ouput and y is mine not working?
1,250
Posted By niteesh_!7
sed replace
hi,

i am new to unix shell scripting,i have a sed expression that says

sed -e 's/ \([a-zA-Z0-9]*/)\(.T[A-Z]*Game\)/Player\2/g'


can someone tell me how this works and the possible...
2,094
Posted By niteesh_!7
But there is no way to retrieve that command?
But there is no way to retrieve that command?
2,094
Posted By niteesh_!7
command line args in unix
Hi,

i have a perl script named test.pl. It is executed as

cat *.log|test.pl


i need the complete command line args. I tried using basename $0 but im getting test.pl only but not cat...
6,769
Posted By niteesh_!7
Memory fault(coredump) while using cat cmd
i have few log files that are input to my perl script...

i am executing the script as below

cat RTR*.log | test.pl

and getting the following error

-ksh: 25014: Memory...
4,522
Posted By niteesh_!7
output of which nawk: $ which nawk nawk=awk ...
output of which nawk:
$ which nawk
nawk=awk

output of ls -l formatDF.nawk

$ ls -l formatDF.nawk
-rwxrwxrwx 1 ravi ravi 796 Feb 16 06:25 formatDF.nawk
4,522
Posted By niteesh_!7
Error running nawk script
Hi,

I was trying to use nawk script given in this link

https://www.unix.com/aix/19979-df-output-not-aligned.html

but when i do this im getting this error

$ df -k|formatDF.nawk
-ksh:...
2,927
Posted By niteesh_!7
@Scrutinizer thank you ...its working...
@Scrutinizer

thank you ...its working fine...my issue resolved once spaces are removed
2,927
Posted By niteesh_!7
problem in quitting from sqlplus
Hi all,

I have a scenario where im connecting to sqlplus executing a query,redirecting the output to a file and manipulating the file

MY CODE IS AS FOLLOWS


sqlplus -s /nolog << EOF >...
3,416
Posted By niteesh_!7
Replace a particular field in all records in a csv file
hi,

i have various csv files, the file format is as follows


Entry: "1",4,2010/08/15-10-00-00.01,,"E",,,,,,,,,120,0,"M4_","C","KEW-011-5337140-20100916163456-540097","1234567890","N N 0 ...
2,063
Posted By niteesh_!7
Sorting keys of a hash in perl
hi all,

i have a small problem regarding sorting the keys in a hash.




my %hash;
for($i=0;$i<19;$i++)
{
$hash{$i}=$i;
}

foreach $c (sort keys %hash)
{
print "\n...
1,907
Posted By niteesh_!7
i tried with that approach but now another prob ...
i tried with that approach but now another prob

i may have 100's of such files to process....

the script looks good for one file....when i try to do it for all files i have a confusion as to...
1,907
Posted By niteesh_!7
the script is working fine....but i have another...
the script is working fine....but i have another problem....suppose the user does not give the start time we are supposed to take the least time in the file.can someone help me as to how to proceed.
1,907
Posted By niteesh_!7
extract pattern from csv file
hi,

i have a situation where i have a csv file in the format

date,name

eg:

1284631889869,a
1284631889879,b
1284631889459,c
.
.
.
.
.
.
.

now i take a time and an interval...
15,087
Posted By niteesh_!7
ANY SOLUTION????.....i mean any approach that i...
ANY SOLUTION????.....i mean any approach that i can follow to do it....
15,087
Posted By niteesh_!7
i do not know php...can you help with this....can...
i do not know php...can you help with this....can you send a sample file
15,087
Posted By niteesh_!7
Execute unix command from an html page in windows
i have a problem situation, where i have a html file say click.html. i have a button "ls" in that html page. i run this html file in windows....Now say if i click that "ls" button it must connect to...
16,008
Posted By niteesh_!7
@vbe... #!/bin/ksh -x is...
@vbe...


#!/bin/ksh -x

is working...thnq so much...
Showing results 1 to 25 of 54

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