<font face="Verdana, Arial, Helvetica" size="2">Eric Greisen updated #11264<br />
---------------------------<br />
<br />
Accessing visibility data hangs<br />
-------------------------------<br />
<br />
<div style="margin-left: 40px;">Ticket ID: 11264</div>
<div style="margin-left: 40px;">URL: <a href="https://help.nrao.edu/staff/index.php?/Tickets/Ticket/View/11264">https://help.nrao.edu/staff/index.php?/Tickets/Ticket/View/11264</a></div>
<div style="margin-left: 40px;">Name: Avery Garon</div>
<div style="margin-left: 40px;">Email address: <a href="mailto:garo0040@umn.edu">garo0040@umn.edu</a></div>
<div style="margin-left: 40px;">Creator: User</div>
<div style="margin-left: 40px;">Department: AIPS Data Reduction</div>
<div style="margin-left: 40px;">Staff (Owner): Eric Greisen</div>
<div style="margin-left: 40px;">Type: Issue</div>
<div style="margin-left: 40px;">Status: Open</div>
<div style="margin-left: 40px;">Priority: Default</div>
<div style="margin-left: 40px;">SLA: NRAO E2E</div>
<div style="margin-left: 40px;">Template group: Default</div>
<div style="margin-left: 40px;">Created: 16 November 2017 07:20 PM</div>
<div style="margin-left: 40px;">Updated: 16 November 2017 09:59 PM</div>
<div style="margin-left: 40px;">Resolution due: 12 August 2020 12:00 AM (999d 2h 1m)</div>
<br />
<br />
<br />
I talked to an expert and he tells me that the D state is an I/O<br />wait condition.  When running top, look at the %wa amount<br />in the upper part of the display.  If it is high - say 50% or more<br />than you have I/O calls competing with each other and it<br />is likely that you will catch tasks in the D state.  If it is 100%<br />then you really have something hung.<br /><br />Then the command to try in a window is<br /><br />strace df &<br /><br />where the & is important.  This will do df and trace all commands executed by df.<br />If the display stops rather than finishing then the last line is referring to the<br />defective disk device.<br /><br />Eric Greisen<br /><br /><br />Is your machine old, does it have very little memory, are the disks old?<br />
<br />
<br />
<HR style="margin-bottom: 6px; height: 1px; BORDER: none; color: #cfcfcf; background-color: #cfcfcf;" />
Staff CP:  <a href="https://help.nrao.edu/staff" target="_blank">https://help.nrao.edu/staff</a><br />
</font>