in reply to Re: Its a pretty simple question.. though embarassed to ask but i am totally new in perl
in thread Its a pretty simple question.. though embarassed to ask but i am totally new in perl

Basically i am working on dz: TWO files with some format will be arguments to script Threshold value option such as “-th 5k/M”. This option would mean that 5kb or 5mb of the memory is allowed to be used as threshold. Output from perl script: Diff the files, save it to 3rd file and just print PASS/FAIL depending on the threshold specified. Table used in this format:

MemU MemA MemF StreamName

489 489 0 -

11 11 0 -

5 5 0 -

505 505 0 Totals

  • Comment on Re^2: Its a pretty simple question.. though embarassed to ask but i am totally new in perl