Sponsored Content
Top Forums UNIX for Advanced & Expert Users Which memory test tool is popular on CentOS 6? Post 302915664 by hce on Thursday 4th of September 2014 07:38:52 AM
Old 09-04-2014
Thanks gull04 for the link of Memtest86, I heard that a lot, but not quite sure if it is the most popular tool for Linux memory as well.

Quote:
Originally Posted by Corona688
"bad sector" sounds awkward here, RAM is not organized in sectors, do you mean "hard disk storage"?
You right, precisely, it should be called pages in memory, but in the software world, those words are interchangeable.

Thanks.

- j
 

8 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

vmproc tool-virtual memory

Hi All I am new to this wonderful message forum.I have high hopes on all the members in helping me out.I am looking out for a tool on HPUX which does work similarly to vmproc on TRU64.I am providing the information about vmproc just in case you know a tool giving similar results on HPUX do tell... (4 Replies)
Discussion started by: Shobhit
4 Replies

2. Programming

Tool for finding memory leaks

hi, i am a c++ programmer working on linux(redhat linux8.0) environment, i need to find out the memory leaks, so far i didn't used any tools, so what are the tools are available, and whic one is good to use. plz provide with a small example. (1 Reply)
Discussion started by: sarwan
1 Replies

3. Shell Programming and Scripting

Test automation tool for UNIX ??

I am searching for a automation testing tool which I can use for most of the UNIX platforms (AIX, Linux, HP UX, Solaris). The installation process of the application in all platforms is almost same. Are you aware of any automation tool (like WinRunner for Windows) to solve my problem? (5 Replies)
Discussion started by: unmanju
5 Replies

4. Linux

Memory issues iin CentOS release 5.3 (Final)

New to the forum. I am running CentOS release 5.3 (Final) and have run into a unique situation. I have been able to determine that we have a swap memory leak due to an issue with an asterisk server. This specific issue takes approximately 2-3 months for enough of the swap to to be used before... (1 Reply)
Discussion started by: g0neinsane
1 Replies

5. Red Hat

centOS memory leak - MEGABYTES per day

hi i've notice a huge problem on my newly installed centOS server and i have no idea how to solve it and where to start.. memory on server 3 GB and it goes down, down, down.. after reboot it shows 71mb used after a hour its 76mb and after 24h it's around 200 later = more i have NO idea... (7 Replies)
Discussion started by: tip78
7 Replies

6. IP Networking

A wireless test tool for linux?

hi all: I want to find a wireless test tool for linux , just linke netstumbler on windows . i find the tool for long time , but i cann't find one. does somebody give a advice. thanks!!! (0 Replies)
Discussion started by: arnold.king
0 Replies

7. Linux

Memory issue on My CentOS 5.8 x64 bit server

Hello, I am using CentOS 5.8 x64 server for our one of internal application which is developed on PHP and Mysql as DB. Currently there are 8-10 instances deployed on this server some of them are rarely used. Below is the H/W specification fort the same :- Procesor :- Intel(R) Xeon(R) CPU ... (6 Replies)
Discussion started by: sunnysthakur
6 Replies

8. AIX

The good memory debugging tool in AIX ?

Hi, What's the good open-source debugger & memory analyzer for C programs in AIX ? (4 Replies)
Discussion started by: SteAlma
4 Replies
WD(4)							   BSD Kernel Interfaces Manual 						     WD(4)

NAME
wd -- WD100x compatible hard disk driver SYNOPSIS
wd* at atabus? drive ? flags 0x0000 wd* at umass? options WD_SOFTBADSECT DESCRIPTION
The wd driver supports hard disks that emulate the Western Digital WD100x. This includes standard MFM, RLL, ESDI, IDE, EIDE, and SATA drives. The flags are used only with controllers that support DMA operations and mode settings (like some pciide controllers). The lowest order nib- ble (rightmost digit) of the flags defines the PIO mode, the next four bits define the DMA mode and the third nibble defines the UltraDMA mode. For each set of four bits, the 3 lower bits define the mode to use and the last bit must be set to 1 for this setting to be used. For DMA and UDMA, 0xf (1111) means 'disable'. For example, a flags value of 0x0fac (1111 1010 1100) means 'use PIO mode 4, DMA mode 2, disable UltraDMA'. 0x0000 means "use whatever the drive claims to support." The kernel configuration option ``options WD_SOFTBADSECT'' enables a software managed bad-sector list which will prevent further accesses to sectors where an unrecoverable read error occurred. A user interface is provided by dkctl(8). Unlike the (historical) mechanisms provided by bad144(8) and badsect(8) the software list does neither support sector replacement nor is it saved across reboots. SEE ALSO
ata(4), intro(4), pciide(4), scsi(4), umass(4), wdc(4), atactl(8), dkctl(8) BUGS
The optional software bad sector list does not interoperate well with sector remapping features of modern disks. To let the disk remap a sector internally, the software bad sector list must be flushed or disabled before. BSD
August 30, 2004 BSD
All times are GMT -4. The time now is 11:39 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy