Hey all,
I consistently run 'sar -A' and store the data files on some of my production systems here at work. I need to pull out of them memory information... specifically how often memory is getting used up or swap space used.
It seems like running 'sar -R -f <my data file>' will give me exactly what I want.... the only problem is the output is in *pages*. The same thing for the '-r' option that gives info on 'unused memory pages and disk blocks'... it's in pages.
So what's the translation (on an Origin2000 system) of 'pages' to 'bytes' so I can look at my sar output and get some real info from it?
Also... if anybody has any helpful scripts (I'm trying to write one) that can take sar data files and easily pull out info in some readable type file, let me know! I've got one written for cpu info... just not memory.
-chris
I consistently run 'sar -A' and store the data files on some of my production systems here at work. I need to pull out of them memory information... specifically how often memory is getting used up or swap space used.
It seems like running 'sar -R -f <my data file>' will give me exactly what I want.... the only problem is the output is in *pages*. The same thing for the '-r' option that gives info on 'unused memory pages and disk blocks'... it's in pages.
So what's the translation (on an Origin2000 system) of 'pages' to 'bytes' so I can look at my sar output and get some real info from it?
Also... if anybody has any helpful scripts (I'm trying to write one) that can take sar data files and easily pull out info in some readable type file, let me know! I've got one written for cpu info... just not memory.
-chris