I'm planning to test my Linux box and I want to start in memory testing. But my problem is what should I need to test the memory in my linux box? Should I need a tool? Or there are some APIs to use to build some scripts?

Thanks

link|improve this question
3  
Do you mean something like memtest86+ or something else? – Pascal Thivent Apr 28 '10 at 7:53
What do you mean, "memory test"? – Nick Presta Apr 28 '10 at 7:53
feedback

migrated from stackoverflow.com Apr 28 '10 at 23:46

This question came from our site for professional and enthusiast programmers.

2 Answers

Many live linux cds have an option to do a memory test at the boot menu, usually marked as memtest+86 or something similar. For instance, I'm pretty sure ubuntu 9.10 has it.

link|improve this answer
2  
actually, you can probably bang a memtest entry into your grub, and save yourself a cd/flash drive/download time. – The Novice Oof Apr 28 '10 at 7:54
2  
actually, you probably already have a memtest entry in your grub. if you're on Ubuntu and you don't, sudo aptitude install memtest86+ should install it and add it to your boot menu. – quack quixote Apr 28 '10 at 23:53
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.