1831294 Members
2985 Online
110022 Solutions
New Discussion

Re: Memory information

 
SOLVED
Go to solution
Sebastian Galeski_1
Trusted Contributor

Memory information

Hello
How to use cstm to receive all information about memory configuration and errors on system, independently from hardware platform.
Or is it possible to run logtool/memory report from command line to receive this information.
regards Sebastian
2 REPLIES 2
Chris Wilshaw
Honored Contributor
Solution

Re: Memory information

cstm
cstm>ru logtool
Logtool Utility> vda

This should display any errors that have already been logged
James R. Ferguson
Acclaimed Contributor

Re: Memory information

Hi Sebastian:

This works nicely:

# echo "selclass qualifier memory;info;wait;infolog" | cstm > /tmp/meminfo

Regards!

...JRF...