Search Results

Search: Posts Made By: thinakarmani
3,774
Posted By thinakarmani
Hi Chubler_XL, Thanks for your reply. I need...
Hi Chubler_XL,

Thanks for your reply. I need output in the below format. For each process id listed in the prstat command, I need fetch the process detail through ps command and append in the same...
3,774
Posted By thinakarmani
Script to produce report of High Utilization Processes
Hi,

I have requirement to produce a report on high CPU utilization processes and the processes lying on the CPU for long time (Long running queries). The report should append into the files every...
9,882
Posted By thinakarmani
I will check your 'tr' command and reply. Can you...
I will check your 'tr' command and reply. Can you please give me some quick reply to find out list of files which contains ^M Character? I use following command but not working as expected.

find ....
9,882
Posted By thinakarmani
Hi, I have tried this option. Seem good for...
Hi,

I have tried this option. Seem good for those file which does contain only text content. For xml files which has special characters like "" are replaced by \357\273\277 character. This is...
9,882
Posted By thinakarmani
Special Char in Multiple Files
We develop a file in windows and move to unix box as a part of deployment. When we do this, we get ctrl-M(^M) character added to the file. So we need to remove ctrl-M(^M) character from all the files...
8,000
Posted By thinakarmani
Thanks for your reply. When I use prstat -s...
Thanks for your reply.

When I use prstat -s size -n 5 to find this the process id 15643 (one of the weblogic node) utlizes 65%. But I was able to find out which activity or thread utilizing this....
8,000
Posted By thinakarmani
CPU Utilization
On user complains about the performance of web application, as a part application support, we use following commands to see the CPU utilization in the UNIX using ‘sar' command. Some times it goes...
2,618
Posted By thinakarmani
No syntax error now. But output is not what as I...
No syntax error now. But output is not what as I required. Please see the output..

cnbas-clintgw-1a> sed -n "/<OUTBOUND*/,/<\/OUTBOUND>/p" cramer2router_20060422131927.log | more...
2,618
Posted By thinakarmani
Hi, I am sorry. I don't know sed. But still...
Hi,

I am sorry. I don't know sed. But still I tried with this. It is not working. Can you please let me know where I do mistake?

sed -n "/<OUTBOUND*/,/</OUTBOUND>/p" cralog.log > output.log
...
2,618
Posted By thinakarmani
Read relevent details from Log File
Hi All,

We have requirement to read XML details from large Log File and save in new file name. I have enclosed the sample xml which has start tag <OUTBOUND_MESSAGE xmlns="http://www.abc.com"> and...
8,326
Posted By thinakarmani
Thanks for your reply. This code may not work...
Thanks for your reply. This code may not work because my XML format will vary after "<OUTBOUND_MESSAGE" as I have attached. When I check with egrep I get the following result. Now what I need is I...
8,326
Posted By thinakarmani
Script to Extract the line from File with specified offset
Hi All,

I need to extract only XML details from large log file which may contain other unwanted junk details.

For example, our xml will be start as <OUTBOUND_MESSAGE .....> and ends with...
2,040
Posted By thinakarmani
It is working. Thank for you support
It is working. Thank for you support
2,040
Posted By thinakarmani
Error with Script
#!/bin/sh

The following script throws error when executing. I am not able to understand what is the error.

If I execute as single command it works fine and Process ID displays.
ps -ef |grep...
Showing results 1 to 14 of 14

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