cp 실행중 시스템의 비정상적인 로드 발생

gitagy의 이미지

안녕하세요?

이전에 사용하던 하드디스크에서 'interrupt lost'가 지속적으로 발생했었습니다. 그래서 새 하드디스크에다가 OS(RH9)를 설치하고 이전 디스크를 마운트하여 cp를 진행중에 시스템이 비정상적으로 동작하는듯 해서 질문을 드립니다.

먼저 top 실행결과 인데 CPU는 HT라서 두개로 보이는 것이고
system에서 cpu time을 왜 저렇게 많이 먹는걸까요?

12:02:31  up 46 min,  2 users,  load average: 5.52, 5.24, 4.00
36 processes: 33 sleeping, 3 running, 0 zombie, 0 stopped
CPU0 states:   0.0% user  76.4% system    0.0% nice   0.0% iowait  23.0% idle
CPU1 states:   0.0% user   6.0% system    0.0% nice   0.0% iowait  93.4% idle
Mem:   967584k av,  958896k used,    8688k free,       0k shrd,   52132k buff
        53508k active,             857128k inactive
Swap: 4192880k av,       0k used, 4192880k free                  858464k cached

  PID USER     PRI  NI  SIZE  RSS SHARE STAT %CPU %MEM   TIME CPU COMMAND
  560 root      19   0   724  724   428 D    15.3  0.0   1:26   1 cp
    5 root      18   0     0    0     0 SW    4.9  0.0   0:09   1 kswapd
  136 root       9   0     0    0     0 DW    1.5  0.0   0:24   0 kjournald
    3 root      19  19     0    0     0 SWN   0.9  0.0   0:48   0 ksoftirqd_CPU0
    7 root       9   0     0    0     0 DW    0.9  0.0   0:17   1 kupdated
    6 root       9   0     0    0     0 DW    0.3  0.0   0:07   0 bdflush
  138 root       9   0     0    0     0 RW    0.3  0.0   0:01   0 kjournald
    1 root       9   0   504  504   456 S     0.0  0.0   0:07   1 init
    2 root       8   0     0    0     0 SW    0.0  0.0   0:00   1 keventd

cp 진행중 vmstat 결과

vmstat -n 5
   procs                      memory      swap          io     system      cpu
 r  b  w   swpd   free  inact active   si   so    bi    bo   in    cs us sy id
 2  0  4      0   8620 857280  53524    0    0   756   682  243   376  0 23 76
 0  1  5      0   8828 857092  53512    0    0   999  2454  566   516  0 36 64
 0  1  3      0   9428 856476  53520    0    0  1384  2359  579   688  0 37 63
 0  1  3      0   9152 856800  53508    0    0  2178  1374  587  1069  0 41 59

cp 진행전 vmstat

vmstat -n 5
   procs                      memory      swap          io     system      cpu
 r  b  w   swpd   free  inact active   si   so    bi    bo   in    cs us sy id
 0  0  0      0  13108 854016  53388    0    0   718   733  245   358  0 25 75
 0  0  0      0  13080 854032  53388    0    0     0     6  119     8  0  0 100
 0  0  0      0  12656 854064  53392    0    0     3     6  128    26  0  0 100

vmstat는 cp 진행전후를 비교해 보면 cp로 인한 정상적인 수치로 보이는데 뭔가 잘못된 점이라도 있나요?

dmesg를 통한 커널메시지에서는 부팅완료 후에 추가된 다른 메시지는 발견하지 못했습니다.

 multcount    = 16 (on)
 IO_support   =  0 (default 16-bit)
 unmaskirq    =  0 (off)
 using_dma    =  0 (off)
 keepsettings =  0 (off)
 readonly     =  0 (off)

보시면 dma가 off인데 hdparm -d 1 /dev/hda 명령으로 변경을 하려고하면 퍼미션이 없다고 합니다. 물론 root로 진행하였습니다.

아~~ 답답하네요. 지금은 실컷 cp진행하다가 crash된건아니고 묵묵부답이네요 :cry:

댓글 달기

Filtered HTML

  • 텍스트에 BBCode 태그를 사용할 수 있습니다. URL은 자동으로 링크 됩니다.
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param><hr>
  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.

BBCode

  • 텍스트에 BBCode 태그를 사용할 수 있습니다. URL은 자동으로 링크 됩니다.
  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param>
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.

Textile

  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • You can use Textile markup to format text.
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param><hr>

Markdown

  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • Quick Tips:
    • Two or more spaces at a line's end = Line break
    • Double returns = Paragraph
    • *Single asterisks* or _single underscores_ = Emphasis
    • **Double** or __double__ = Strong
    • This is [a link](http://the.link.example.com "The optional title text")
    For complete details on the Markdown syntax, see the Markdown documentation and Markdown Extra documentation for tables, footnotes, and more.
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param><hr>

Plain text

  • HTML 태그를 사용할 수 없습니다.
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.
  • 줄과 단락은 자동으로 분리됩니다.
댓글 첨부 파일
이 댓글에 이미지나 파일을 업로드 합니다.
파일 크기는 8 MB보다 작아야 합니다.
허용할 파일 형식: txt pdf doc xls gif jpg jpeg mp3 png rar zip.
CAPTCHA
이것은 자동으로 스팸을 올리는 것을 막기 위해서 제공됩니다.