http://oprofile.sourceforge.net/news/ [[BlogChanges('Blog/.*',5,simple)]] 시피유, 메모리, 프로세스 정보 프로세스 제어 인터페이스 +옵션 외부 제어        . -- ─ - 、     /         |l      !      __ リ── < ト._        . --< /    ´ ̄`ヽト. _     ィ7´   /      ´ ̄`ヽ \〉     /   / / /  ヽ.  \  ヽ  V〉 .   /  l l /    i   ヽ   i  ト.〉    |  /.l ´「`! ト、  !  i   l   |/j 〉    レハ ll〃)ヘ.N \´! ̄l`ヽl   |/j 〉      // |{::i| ヽ、 rテ〒く j   |/jく 、 .    /⊂⊃ー'    |{;:::;:::jハ  ハノ ヽ\     i /.\      ゞ== '/  /) ノi.  i  i     |' / \  _   ⊂⊃ /イ ./   |  |     |l/-──'>r┬‐ ´// / ノ /l    乂ノ   /´ ̄\>  ,. -く /.| 〉 // /- 、/ `f´ ̄ . 〈_〈 rァ ノー'´  トー'___〉レ'  〉/   !    |H|    /`ー‐( 〈\_/ i    .|   (_.ー'_.)  /     `ー'-< |    !    |i l|  /  /    \  | \  |    |i l|  〈.  /   、   \!  \j    |i l|.  \i  l  ヽ __ノ 、    |=1   _t____j__Vrァ水へ    |i l|  /水> ノ    `ヽf´  ヽ .    ヒj  (__ __ノ       t ____ノ attachment:eicar.txt 텍스트 표현 라이브러리 struct cpu_info_stat { char cpuid, // CPU int user, // 사용자 영역 코드 실행 시간 int system, // 커널 영역 코드 실행 시간 int nice, // 기본보다 낮은 우선순위로 실행한 사용자 영역 코드 실행 시간 int idle, // I/O 완료가 아닌 대기 시간 int wait, // I/O 완료 대기 시간 int hi, // Hard Interrupt(IRQ) int si, // Soft Interrupt(SoftIRQ) int zero // 끝 } ---- http://en.wikipedia.org/wiki/Procfs http://wiki.kldp.org/wiki.php/ProcfsGuide http://kldp.org/node/21829 Proc http://www.joinc.co.kr/modules/moniwiki/wiki.php/Site/system_programing/proc/ProcFsPrograming http://www.ibm.com/developerworks/kr/library/l-proc.html http://www.ibm.com/developerworks/kr/library/l-linux-process-management/index.html http://ceokj.com/173 /proc에서 커널 구성 http://blog.daum.net/_blog/BlogView.do?blogid=0Omyp&articleno=10&admin=#ajax_history_home http://minihp.cyworld.com/pims/main/pims_main.asp?tid=39476695&urlstr=visi&item_seq=23451105&board_no=24&urlstrsub=search&seq=24 CPU 사용률 http://kldp.org/node/70196 http://bosoa.egloos.com/1735566 http://www.joinc.co.kr/cgi-bin/JCvs/cgi/viewcvs.cgi/joinc_doc/joinc_doc/mytop.sgml?rev=1.1&content-type=text/vnd.viewcvs-markup http://procps.sourceforge.net/ http://74.125.155.132/search?q=cache:0tZ5TCPsOm4J:webdizen.new21.net/blog/2930+리눅스+CPU+사용률+jiffies&cd=8&hl=ko&ct=clnk&gl=kr&lr=lang_ko http://www.asmlove.co.kr/wiki/wiki.php/gurugio/top_ex 프로세스 정보 http://purewell.egloos.com/3516501 seq file interface http://blog.naver.com/smiler82/30037556500 http://lwn.net/Articles/22355/ QPS http://qps.kldp.net/ 홈페이지 http://blog.naver.com/ships95/120064972967 http://ksea.paran.com/sknow/queview.php?que=2097659 문서 http://tunelinux.pe.kr/bbs/read.php?table=linuxinfo&no=93 커널 모듈 프로그래밍 http://www.joinc.co.kr/modules/moniwiki/wiki.php/Site/Embedded/Documents/LinuxKernelModuleProg http://tldp.org/LDP/lkmpg/2.6/html/x181.html http://www.tldp.org/LDP/lkmpg/2.6/html/ http://wiki.kldp.org/wiki.php/UnreliableGuideToHackingTheLinuxKernel?action=show&redirect=FindPage http://kldp.org/node/77077 ---- http://forum.falinux.com/zbxe/?document_srl=406210 -- [hyacinth] [[DateTime(2009-05-20T04:50:09)]] ---- http://blog.daum.net/toto100_7/8559114 -- [hyacinth] [[DateTime(2009-05-20T05:25:49)]] ---- http://minihp.cyworld.com/pims/main/pims_main.asp?tid=29918873&urlstr=visi&item_seq=35613182&board_no=19&urlstrsub=search&seq=19 -- [hyacinth] [[DateTime(2009-05-20T11:22:24)]] ---- http://minihp.cyworld.com/pims/main/pims_main.asp?tid=29918873 -- 210.94.166.69 [[Date(2009-05-25T03:30:02)]] ---- http://kldp.org/node/33585 -- [hyacinth] [[DateTime(2009-05-26T07:37:48)]] ---- 6월 19일 5,6,7장 -- 210.94.214.78 [[Date(2009-05-29T05:22:11)]] ---- http://user.chol.com/~mbk200/clanguage/ch11.ppt -- [hyacinth] [[DateTime(2009-06-02T07:09:41)]] ---- #if wxUSE_MENUS // create a menu bar wxMenuBar* mbar = new wxMenuBar(); wxMenu* fileMenu = new wxMenu(_T("")); fileMenu->Append(idMenuQuit, _("종료\tAlt-F4"), _("MYPS 작업 관리자를 종료합니다.")); mbar->Append(fileMenu, _("파일(&F)")); wxMenu* showMenu = new wxMenu(_T("")); showMenu->Append(idMenuUpdate, _("지금 새로 고침 (&R)"), _("작업 관리자를 바로 업데이트합니다.")); wxMenu* setRateMenu = new wxMenu(_T("")); setRateMenu->Append(idMenuUpdateRateHi, _("빠름 (&H)"), _("표시를 1초에 두 번 업데이트합니다.")); setRateMenu->Append(idMenuUpdateRateMd, _("중간 (&M)"), _("표시를 2초마다 업데이트합니다.")); setRateMenu->Append(idMenuUpdateRateLw, _("느림 (&L)"), _("표시를 4초마다 업데이트합니다.")); setRateMenu->Append(idMenuUpdateRateStp, _("일시 중지됨."), _("표시를 자동으로 업데이트하지 않습니다.")); showMenu->AppendSubMenu(setRateMenu, _("업데이트 속도 (&U)"), _("Set update speed")); mbar->Append(showMenu, _("보기(&V)")); wxMenu* helpMenu = new wxMenu(_T("")); helpMenu->Append(idMenuAbout, _("MYPS 정보\tF1"), _("Show info about this application")); mbar->Append(helpMenu, _("도움말(&H)")); SetMenuBar(mbar); #endif // wxUSE_MENUS -- 59.15.101.118 [[Date(2009-06-03T02:59:22)]] ---- http://docs.wxwidgets.org/trunk/classwx_status_bar.html -- [hyacinth] [[DateTime(2009-06-03T09:41:48)]] ---- http://docs.wxwidgets.org/trunk/classwx_timer.html -- [hyacinth] [[DateTime(2009-06-03T09:42:48)]] [[Comment]]