[완료] php 질문드립니다.

Scarecrow의 이미지

제가 요즘 php cli로 스크립팅을 하고 있습니다.

그런데 cpu를 많이 잡아먹는 작업은 어느정도 돌아가다가 1%미만으로 팍 죽여버리더군요.

php가 커멘드라인에서의 스크립팅으로 주로 쓰이는게 아니고
서버사이드 스크립트로 주로 쓰여서 그런식으로 동작하는게 아닌가 추측이 됩니다만...

스크립트가 종료될따까지 cpu를 100% 꽉 쓸 수 있게 할 수 없을까요?

------
10/01/29: 헉 부끄럽지만 저의 실수였습니다.

김정균의 이미지

흠.. 제가 사용하는 job은 CPU를 100% 다 쓰는데요. 1%로 떨어진다면 혹시 idle wait 상태(I/O 부하가 발생하는 상태)를 유발 시키는 작업이 아닌가 싶군요. 혹시 idle wait 수치도 확인해 보셨나요?

Scarecrow의 이미지

제가 지금 하려는 것이 C++로 php모듈을 만들어서 php에서 사용하려고 하고 있습니다.
C++로 만들어놓은 모듈에서 io작업은 많습니다.

지금 iostat으로 확인해 보니 %iowait은 0인데 CPU 사용량이 갑자기 떨어집니다.
떨어지는 시점도 매번 거의 같습니다.

C++ 라이브러리를 php모듈로 만들지 않고 C++에서 테스트해보았을때는 이런 현상이 발생하지 않았습니다.

avg-cpu:  %user   %nice %system %iowait  %steal   %idle
          83.00    0.00   17.00    0.00    0.00    0.00
 
avg-cpu:  %user   %nice %system %iowait  %steal   %idle
          81.37    0.00   18.63    0.00    0.00    0.00
 
avg-cpu:  %user   %nice %system %iowait  %steal   %idle
          42.86    0.00    8.16    0.00    0.00   48.98
 
avg-cpu:  %user   %nice %system %iowait  %steal   %idle
           0.00    0.00    0.99    0.00    0.00   99.01
 
avg-cpu:  %user   %nice %system %iowait  %steal   %idle
           0.99    0.00    0.00    0.00    0.00   99.01
lqez의 이미지

전혀 엉뚱한 추측일 수 있는데, cli에서 php 실행시 timeout에 걸리는 것은 아닐까요?
저도 php로 헤비하게 놀지만( 1G alloc, 10분 이상 ) cpu 100%로 잘 돌아갑니다.

댓글 달기

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
이것은 자동으로 스팸을 올리는 것을 막기 위해서 제공됩니다.