Unix Performence


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers Unix Performence
# 1  
Old 04-02-2008
Unix Performence

I have writing quite a few shell scripts to always play with the files.

But recently there were some job demand as to write some script to convert a report into a pipe delimited feed file and the volume of the data in it is going to be around some million of records.Smilie

1) Can some help me know how the performence will be if a write a shell script to read the records from report line by line a create an output feed as the volume grows.

2) If performence goes down (from my past experience) then what are ways to bring it back.

3) Or for this kind of job should we look at more fulfledge languages like perl or python instead shell scripting and what is the performence differnce if so.


FYI ...
EXAMPLE
Report would be like -->
-------------------


EMP = 1234
NAME = UNIXNEWBEE
DOB = 12/1984

EMP = 5341
NAME = UNIXGURU
DOB = 12/1964

... so on


output feed should be like
-------------------------

1234|UNIXNEWBEE|12/1984
5341|UNIXGURU|12/1964

... so on

NOTE : I am working on multiuser UNIX server remotely through telnet.

Thanks in advance for the help Smilie

Nageswara
 
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. Post Here to Contact Site Administrators and Moderators

VIP Membership - The UNIX and Linux Forums - Get Your UNIX.COM Email Address Here

We work hard to make The UNIX and Linux Forums one of the best UNIX and Linux knowledge sources on the net. The site is certainly one of the top UNIX and Linux Q&A sites on the web. In order to provide certain members the best quality account services, you can now get some great extra features by... (2 Replies)
Discussion started by: Neo
2 Replies

2. Shell Programming and Scripting

File Transfer from Window server to UNIX and UNIX to UNIX

Dear All, Can someone help to command or program to transfer the file from windows to Unix server and from one unix server to another Unix server in secure way. I would request no samba client. (4 Replies)
Discussion started by: yadavricky
4 Replies

3. UNIX for Dummies Questions & Answers

How does unix system administration, unix programming, unix network programming differ?

How does unix system administration, unix programming, unix network programming differ? Please help. (0 Replies)
Discussion started by: thulasidharan2k
0 Replies

4. Shell Programming and Scripting

Batch job in unix server to move the pdf file from unix to windows.

Hi Experts, I have a requirement where i need to setup a batch job which runs everymonth and move the pdf files from unix server to windows servers. Could some body provide the inputs for this. and also please provide the inputs on how to map the network dirve in the unix like that... (1 Reply)
Discussion started by: ger199901
1 Replies

5. UNIX for Advanced & Expert Users

System performence.

I am using RHEL AS3. I want to improve the system performence. For that I have disabled the un-used virtual consoles , And I increased the swap space., I disabled the unwanted services which are running background. Can any one tel me other techniques to improve the system performance? Help... (5 Replies)
Discussion started by: praveen_b744
5 Replies

6. Shell Programming and Scripting

FTP script for sending a file from one unix directory to another unix server director

Hi, My local server is :/usr/abcd/ Remote server is :/Usr/host/test/ I want to send files from local unix directory(All files starting with O_999) to remote host unix directory. Can any body give me the Unix Shell script to do this. One more doubt: Shall we need to change the file... (1 Reply)
Discussion started by: raja_1234
1 Replies

7. UNIX for Advanced & Expert Users

missing Path(in UNIX) when i launch a job on to unix machine using windows SSh

hi i want run an unix application from a windows program/application.i am using SSH(command line version)to log on to a unix machine from windows. the application has to read a configuration file inorder to run. the configuration file .CFG is in bin in my home directory. but the application... (1 Reply)
Discussion started by: megastar
1 Replies

8. UNIX for Dummies Questions & Answers

performence is bad

Hello experts, I have a series issue in script that result with bad peformence and I wonder if you can assist me. For example I have two files: File-New, size 15Mb. File-Old, size 1Mb. File-New content: a b c d File-Old content: d f a b (6 Replies)
Discussion started by: roybe
6 Replies

9. UNIX for Dummies Questions & Answers

UNIX problem? Unix programm runs windows 2000 CPU over 100%

Okee problems...!! What is happening: Unix server with some programms, workstations are windows 2000, the workstations work good but when you start a programm on the Unix server the CPU of the workstations go to 100% usage resulting that the system gets very slow. The programm well its running so... (2 Replies)
Discussion started by: zerocool
2 Replies
Login or Register to Ask a Question