We have got a file which contains all process cpu and memory usage, now we want to use action script to process line by line to get top 5 cpu and top 5 memory… Any one has done this kind of iteration already? We are still learning action script syntax. Thanks in advance.
we want to get top 5 in the first column. It is very easy to sort them in any programming lauguage. But it seems not that straight forward in Action script.