프로그램 사용/VLC2010. 1. 18. 15:40
우여곡절끝에 VLC를 컴파일 해서 samr / H.263 코덱으로 접속을 해도 에러는 나지 않도록 했는데..
RTSP 10초 timeout으로 플레이 까지는 하지 못한다.
도대체 VLC로 유튜브 플레이한 사람은.. 용자인가 -ㅁ-?




아무튼, youtube + RTSP로 검색하다보니, xHTML이 빠져서 그런거 같은 느낌이 강하게 든다..
도대체 이넘은 또 어떻게 산을 넘어가야 하나?

 YouTube launched its mobile site, YouTube Mobile on 15 June 2007. It is based on xHTML and uses 3GP videos with H263/AMR codec and RTSP streaming. It is available via a web interface at m.youtube.com or via YouTube's Mobile Java Application.

[링크 : http://blog.daum.net/johagnes/1890446]

'프로그램 사용 > VLC' 카테고리의 다른 글

의미는 없는 Linux / Windows VLC 차이  (0) 2010.01.26
VLC로 youtube 동영상 감상하기  (0) 2010.01.26
VLC compile [링크]  (0) 2010.01.15
ffmpeg + AMR + x264 + VLC?  (0) 2010.01.14
우분투에서 VLC 컴파일하기  (3) 2010.01.13
Posted by 구차니
프로그램 사용/VLC2010. 1. 15. 17:45
git로 소스를 받아 컴파일하는데
음.. vlc가 왜 git 소스로는 컴파일이 안될까..

vlc/extras/ffmpeg
vlc/extras/x264

이런식으로 받아서 추가적으로 컴파일해주는 내용이 들어있는게 다른 문서들과의 차이점.
아무튼 확인이 필요함

[링크 : http://www.jbkempf.com/blog/post/2008/03/28/Build-VLC-media-player-under-Ubuntu-Hardy-804]

'프로그램 사용 > VLC' 카테고리의 다른 글

VLC로 youtube 동영상 감상하기  (0) 2010.01.26
youtube mobile on VLC  (0) 2010.01.18
ffmpeg + AMR + x264 + VLC?  (0) 2010.01.14
우분투에서 VLC 컴파일하기  (3) 2010.01.13
VLC configure --help  (0) 2010.01.13
Posted by 구차니
프로그램 사용/synergy2010. 1. 15. 15:38
quicksynergy는 리눅스용 시너지 GUI-Frontend 이다.
(다르게 말하면 synergy는 별도 설치가 필요하다)

Share는 서버설정 / Use는 클라이언트 설정이다.
Use는 간단하게 서버의 아이피(윈도우 pc이름을 잘못찾으므로 아이피를 추천)
그리고 현재 리눅스PC의 모니터이름을 넣어준다.

퀵시너지가 실행되면 이런식으로 상단에 표시된다.

설치는 quicksynergy 혹은 synergy로 검색하면 나온다.



서버 설정은 이전글 참고

'프로그램 사용 > synergy' 카테고리의 다른 글

barrier on ubuntu 22.04 실패!  (2) 2023.06.15
synergyc - synergy client for linux  (2) 2010.03.20
시너지 (Synergy) - KVM 프로그램(?)  (4) 2009.11.13
Posted by 구차니
프로그램 사용/VLC2010. 1. 14. 19:37
MiniHOWTO: ffmpeg + AMR + x264
[링크 : http://ubuntuforums.org/showthread.php?t=491885]

ffmpeg 컴파일하기
-  yasm(어셈블러) 패키지 필요함
    sudo apt-get install yasm

- libx264library가 설치되어 있으면 삭제하고, 소스를 받아 컴파일 후 설치한다.
    x264-snapshot-20100113-2245 를 다운받은고 shared 옵션으로 컴파일 한다.
    ./configure --enable-shared
    [링크 : http://www.kde-apps.org/content/show.php?content=85826]
    [링크 : http://www.videolan.org/developers/x264.html]

- libopencore-amr[n|w]b 라이브러리는 sourceforge에서 다운받아 설치한다.
    [링크 : http://sourceforge.net/projects/opencore-amr/]

- 환경설정 : libopencore-amr 패키지는 version3 , libx264는 gpl 옵션을 주어야 컴파일이 된다.
    ./configure --enable-version3 --enable-libopencore-amrnb  --enable-libopencore-amrwb
                    --enable-gpl --enable-libx264

- 컴파일 및 설치
    sudo make
    sudo make install

VLC 컴파일은, make / make install 하면 되는듯함 (ffmpeg 별도 빌드 후에 수정사항 적용시)

[링크 : http://wiki.videolan.org/UnixCompile]
[링크 : http://ffmpeg.org/general.html]
[링크 : http://www.webupd8.org/2010/01/how-to-compile-vlc-and-vlmc-from-git-in.html]
[링크 : http://forum.videolan.org/viewtopic.php?f=13&t=46950]

'프로그램 사용 > VLC' 카테고리의 다른 글

youtube mobile on VLC  (0) 2010.01.18
VLC compile [링크]  (0) 2010.01.15
우분투에서 VLC 컴파일하기  (3) 2010.01.13
VLC configure --help  (0) 2010.01.13
VLC로 웹캠 녹화하기  (4) 2010.01.12
Posted by 구차니
소스는 tarball이던 svn이건 상관없을려나?

svn checkout svn://svn.ffmpeg.org/ffmpeg/trunk ffmpeg
[링크 : http://www.ffmpeg.org/download.html]

./configure --enable-libopencore-amrnb  --enable-libopencore-amrwb --enable-version3

libopencore-amrnb 와 libopencore-amrwb 를 사용하려면 version3로 라이센스를 바꾸어야 한다.
(upgrade (L)GPL to version 3)



머.. 그 다음에는 make/make install

$ ffmpeg --help | grep amr
FFmpeg version SVN-r21186, Copyright (c) 2000-2010 Fabrice Bellard, et al.
  built on Jan 14 2010 00:21:22 with gcc 4.4.1
  configuration: --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-version3
  libavutil     50. 7. 0 / 50. 7. 0
  libavcodec    52.47. 0 / 52.47. 0
  libavformat   52.46. 0 / 52.46. 0
  libavdevice   52. 2. 0 / 52. 2. 0
  libswscale     0. 8. 0 /  0. 8. 0

'프로그램 사용 > ffmpeg & ffserver' 카테고리의 다른 글

ffmpeg armv5te 옵션  (0) 2014.09.25
lame을 이용한 mp3 포맷변경  (0) 2014.09.24
ffserver.conf 때려잡기  (0) 2009.11.24
ffserver의 상태페이지 (stat.html)  (0) 2009.11.05
ffserver , ffserver.conf  (0) 2009.11.03
Posted by 구차니
프로그램 사용/VLC2010. 1. 13. 23:11
confiure 옵션
./configure
./configure --disable-qt4 --disable-skins2 --disable-glx
(아마 skins2를 끔으로 인해, GUI가 구동이 안되는듯 하다. 나중에 qt까지 설치하고 다시시도 해봐야 할듯)

기본옵션에서 설치시 에러가 나서 설치하게된 패키지들(ubuntu 9.10 기준)
libqt4-dev (--disable-qt4)
libfribidi-dev (--disable-qt4)
libglu1-xorg-dev (--disable-glx)
libglu1-mesa-dev (필요없을지도?)
libhal-dev
libdbus-dev (존재함)
libmad0-dev
libavcodec-dev
libavutil-dev
libavformat-dev
libswscale-dev
libpostproc-dev
liba52-0.7.4-dev
libgcypt11-dev

에러는 아니지만 warning 내지는 no라고 뜨는 부분을 해결하기 위해 설치한 패키지들
mtpfs
mtp-tools
libmtp-dev
lua5.1 (설치해도 못찾음)
liblivemedia-dev
livemedia-utils
libdvbpsi5-dev
libv4l-dev
libcddb2
libcddb2-dev
libmpeg2-4-dev
zvbi (설치해도 못찾음)
libpulseaudio-dev

configure 시에는 발생하지 않으나, make 시에 발생해서 추가로 설치한 패키지
x11proto-xext-dev
xcommon.c:69:36: error: X11/extensions/XShm.h: No such file or directory
[링크 : http://islandlinux.org/howto/compiling-micropolis-ubuntu-7-10]

설치후 실행불가로 인한 수정
sudo ln -s /usr/local/lib/libvlc.so /lib/libvlc.so.2
sudo ln -s /usr/local/lib/libvlccore.so /lib/libvlccore.so.2

'프로그램 사용 > VLC' 카테고리의 다른 글

VLC compile [링크]  (0) 2010.01.15
ffmpeg + AMR + x264 + VLC?  (0) 2010.01.14
VLC configure --help  (0) 2010.01.13
VLC로 웹캠 녹화하기  (4) 2010.01.12
youtube 모바일 재생시 samr 오류발생  (0) 2010.01.06
Posted by 구차니
프로그램 사용/VLC2010. 1. 13. 23:04
vlc를 소스로 받아 컴파일 해볼려고 하니 일단, configure가 발목을 잡는다.

Optional Features:
  --disable-option-checking  ignore unrecognized --enable/--with options
  --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)
  --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
  --enable-maintainer-mode  enable make rules and dependencies not useful
              (and sometimes confusing) to the casual installer
  --enable-python-bindings Always fails for historical reasons)
  --enable-java-bindings  Always fails for historical reasons
  --disable-dependency-tracking  speeds up one-time build
  --enable-dependency-tracking   do not reject slow dependency extractors
  --enable-macosx-defaults   Build the default configuration on Mac OS X (default enabled)
  --enable-static[=PKGS]  build static libraries [default=no]
  --enable-shared[=PKGS]  build shared libraries [default=yes]
  --enable-fast-install[=PKGS]   optimize for fast installation [default=yes]
  --disable-libtool-lock  avoid locking (might break parallel builds)
  --disable-nls           do not use Native Language Support
  --disable-rpath         do not hardcode runtime library paths
  --enable-hal            Linux HAL services discovery (default enabled)
  --enable-udev           Linux udev services discovery (default auto)
  --enable-mtp            MTP devices support (default enabled)
  --enable-dbus           Linux D-BUS message bus system (default enabled)
  --disable-dbus-control  D-BUS control interface (default enabled)
  --enable-telepathy      Telepathy Presence plugin through DBus(default enabled)
  --enable-gprof          gprof profiling (default disabled)
  --enable-cprof          cprof profiling (default disabled)
  --disable-mmx           disable MMX optimizations (default auto)
  --disable-sse           disable SSE (1 and 2) optimizations (default auto)

  --disable-altivec       disable AltiVec optimizations (default auto)
  --enable-optimize-memory optimize memory usage over performance
  --disable-optimizations disable compiler optimizations (default enabled)
  --enable-debug          debug mode (default disabled)
  --enable-run-as-root    allow runing VLC as root (default disabled)
  --enable-coverage       build for test coverage (default disabled)
  --enable-release        activate extra optimizations (default disabled)
  --enable-sout           Stream output modules (default enabled)
  --enable-switcher       Stream-out switcher plugin (default disabled)
  --enable-shout          libshout output plugin (default disabled)
  --enable-lua            lua playlist, metafetcher and interface plugins (default enabled)
  --enable-httpd          HTTP daemon (default enabled)
  --enable-libproxy       libproxy support (default auto)
  --enable-vlm            VideoLAN manager (default enabled)
  --enable-growl          growl notification plugin (default disabled)
  --enable-notify         libnotify notification plugin (default enabled)
  --disable-audioscrobbler Last.fm submission plugin (default enabled)
  --disable-taglib        Taglib support (default enabled)
  --enable-live555        live555 RTSP input plugin (default enabled)
  --enable-dc1394         dc1394 access module (default disabled)
  --enable-dv             dv input module (default disabled)
  --enable-dvdread        dvdread input module (default disabled)
  --enable-dvdnav         dvdnav input module (default enabled)
  --enable-dshow          Win32 DirectShow support (default enabled on Win32)
  --enable-bda            Win32 DirectShow BDA support (default enabled on Win32)
  --enable-opencv         OpenCV (computer vision) filter (default disabled)
  --enable-smb            smb input module (default enabled)
  --enable-dvbpsi         dvbpsi ts mux and demux module (default enabled)
  --enable-v4l            Video4Linux input support (default disabled)
  --enable-v4l2           Video4Linux2 input support (default enabled)
  --enable-libv4l2        Libv4l2 Video4Linux2 support (default enabled)
  --enable-pvr            PVR cards access module (default disabled)
  --enable-gnomevfs       GnomeVFS access module (default disabled)
  --enable-libcdio        CD input and control library support (default enabled)
  --enable-libvcdinfo     VCD information library support (default enabled)
  --enable-cddax          audio CD plugin with CD Text and CD paranoia via libcdio (default disabled)
  --enable-libcddb        CDDB support for libcdio audio CD (default enabled)
  --enable-vcdx           VCD with navigation via libvcdinfo (default disabled)
  --enable-cdda           audio CD via built-in VCD (default enabled)
  --enable-vcd            built-in VCD (default enabled)
  --enable-dvb            DVB-S/T/C card support (default enabled)
  --enable-screen         Screen capture support (default enabled)
  --enable-ogg            Ogg demux support (default enabled)
  --enable-mkv            Matroska demux support (default enabled)
  --enable-mod            Mod demux support (default enabled)
  --enable-mpc            Mpc demux support (default enabled)
  --enable-gme            Game Music Emu demux support (default enabled)
  --enable-wma-fixed      libwma-fixed module (default disabled)
  --enable-shine          shine mp3 encoding module (default disabled)
  --enable-mad            libmad module (default enabled)
  --disable-id3tag        id3tag metadata reader plugin (default disabled)
  --enable-avcodec        libavcodec codec (default enabled)
  --enable-avformat       libavformat containers (default enabled)
  --enable-swscale        libswscale image scaling and conversion (default enabled)
  --enable-postproc       libpostproc image post-processing (default enabled)
  --enable-faad           faad codec (default disabled)
  --enable-twolame        twolame codec (default disabled)
  --enable-quicktime      QuickTime module (deprecated)
  --enable-real           Real media module (default disabled)
  --enable-realrtsp       Real RTSP module (default disabled)
  --enable-libsysfs       Get user key from firewire connected iPod via libsysfs (default enabled)
  --enable-libtar         libtar support for skins2 (default enabled)
  --enable-a52            A/52 support with liba52 (default enabled)
  --enable-dca            DTS Coherent Acoustics support with libdca (default enabled)
  --enable-flac           libflac decoder/encoder support (default disabled)
  --enable-libmpeg2       libmpeg2 decoder support (default enabled)
  --enable-vorbis         Vorbis decoder support (default enabled)
  --enable-tremor         Tremor decoder support (default disabled)
  --enable-speex          Speex decoder support (default enabled)
  --enable-tarkin         experimental tarkin codec (default disabled)
  --enable-theora         experimental theora codec (default disabled)
  --enable-dirac          experimental dirac codec (default disabled)
  --disable-schroedinger  high performance dirac codec (default enabled)
  --enable-png            PNG support (default enabled)
  --enable-x264           H264 encoding support with libx264 (default enabled)
  --enable-fluidsynth     MIDI synthesisr with libfluidsynth (default enabled)
  --enable-zvbi           VBI (inc. Teletext) decoding support with libzvbi (default enabled)
  --enable-telx           Teletext decoding module (conflicting with zvbi) (default enabled if zvbi is absent)
  --enable-csri           Subtitle support using CSRI / asa (default disabled)
  --enable-libass         Subtitle support using libass (default disabled)
  --enable-asademux       asa subtitle demuxing (default disabled)
  --enable-cmml           CMML support (default enabled)
  --enable-kate           kate codec (default enabled)
  --enable-tiger          Tiger rendering library for Kate streams (default enabled)
  --enable-x11            X11 support (default enabled)
  --enable-xvideo         XVideo support (default enabled)
  --enable-glx            X11 OpenGL (GLX) support (default enabled)
  --enable-xvmc           XVMC support (default disabled)
  --enable-xinerama       Xinerama support (default enabled)
  --enable-xcb            X C Bindings work-in-progress (default disabled)
  --enable-opengl         OpenGL support (default enabled)
  --enable-sdl            SDL support (default enabled)
  --enable-sdl-image      SDL image support (default enabled)
  --enable-freetype       freetype support (default enabled)
  --enable-fribidi        fribidi support (default enabled)
  --enable-fontconfig,    fontconfig support (default enabled)
  --enable-libxml2        libxml2 support (default enabled)
  --enable-svg            SVG support (default disabled)
  --enable-snapshot       snapshot module (default disabled)
  --enable-qte            QT Embedded support (default disabled)
  --enable-hd1000v        HD1000 Video Output module (default enabled on HD1000)
  --enable-directx        Win32 DirectX support (default enabled on Win32)
  --enable-fb             Linux framebuffer support (default enabled on Linux)
  --enable-mga            Linux kernel Matrox support (default disabled)
  --enable-omapfb         OMAP framebuffer support (default disabled)
  --enable-svgalib        SVGAlib support (default disabled)
  --enable-directfb       DirectFB support (default disabled)
  --enable-ggi            GGI support (default disabled)
  --enable-aa             aalib output (default disabled)
  --enable-caca           libcaca output (default disabled)
  --enable-wingdi         Win32 GDI module (default enabled on Win32)
  --enable-oss            Linux OSS /dev/dsp support (enabled on Linux)
  --enable-pulse          Pulseaudio support (default enabled)
  --enable-portaudio      Portaudio library support (default disabled)
  --enable-alsa           ALSA sound support for Linux (default enabled)
  --enable-waveout        Win32 waveOut module (default enabled on Win32)
  --enable-macosx-audio   Mac OS X audio module (default enabled on MacOS X)
  --enable-hd1000a        HD1000 audio module (default enabled on HD1000)
  --enable-jack           JACK audio I/O modules (default disabled)
  --enable-cyberlink      CyberLink for C++ UPnP stack (default disabled)
  --enable-upnp           Intel UPnP SDK (default enabled)
  --enable-skins2         Skins2 interface module (default enabled except on MacOSX, BeOS and WinCE)
  --enable-pda            PDA interface needs Gtk2 support (default disabled)
  --enable-maemo          Internet tablets based on Maemo SDK (default disabled)
  --enable-qt4            QT 4 support (default enabled)
  --enable-wince          Windows CE interface (default enabled with MinGW)
  --enable-opie           Qt embedded interface support (default disabled)
  --enable-macosx         MacOS X support (default enabled on MacOS X)
  --enable-qnx            QNX RTOS support (default enabled on QNX RTOS)
  --disable-ncurses       ncurses interface support (default enabled)
  --enable-xosd           xosd interface support (default disabled)
  --enable-fbosd          fbosd interface support (default disabled)
  --enable-visual         visualisation plugin (default enabled)
  --enable-galaktos       OpenGL visualisation plugin (default disabled)
  --enable-goom           goom visualisation plugin (default disabled)
  --disable-atmo          AtmoLight (homebrew philips ambilight) (default enabled)
  --enable-bonjour        Bonjour services discovery (default enabled)
  --enable-lirc           lirc support (default disabled)
  --disable-libgcrypt      libgcrypts support (default enabled)
  --enable-gnutls         gnutls TLS/SSL support (default enabled)
  --disable-remoteosd     RemoteOSD plugin (default enabled)
  --enable-update-check   update checking system (default disabled)
  --enable-loader         build DLL loader for ELF i386 platforms (default disabled)
  --enable-vlc            build the VLC media player (default enabled)
  --enable-activex        build a vlc-based ActiveX control (default enabled on Win32)
  --enable-mozilla        build a vlc-based Firefox/Mozilla plugin (default disabled)
  --enable-testsuite      build test modules (default disabled)



ubuntu 9.10에서 컴파일을 시도하니
./configure --disable-qt4 --disable-skins2 --disable-glx
이렇게 세가지를 disable 시켜주어야 컴파일이 가능했다.
Posted by 구차니
프로그램 사용/GIMP2010. 1. 13. 21:01
GIF로 저장하기에 애니메이션으로 저장이 보이길래, 가능한가 해서 한번 해보게 되었다.
문제의 GIF 저장화면 - 애니메이션으로 저장

레이어 별로 1프레임으로 저장되며,
아래 레이어부터 위 레이어 순으로 애니메이션 순서로 지정된다.

프레임별로 시간을 지정할수는 없으며,
마지막 저장단계에서 프레임별 시간을 지정해줄 수 있다.


사족 : 물론.. 앞에 것과 마찬가지로 노가다다. 그냥  BeeGIF 쓰는게 나을듯
2009/12/13 - [프로그램 사용] - BeeGIF - 대박 GIF 프로그램!

Posted by 구차니
프로그램 사용/GIMP2010. 1. 13. 20:58
도장이라던가 이런건 배경이 투명하면 쓰기 좋으니(ppt라던가 doc에 첨부시)
GIMP로 한번 끄적여서 만들어 보게 되었다... (아 귀찮아 -ㅁ-)


Step 1. 이미지를 열고, 레이어를 하나 만들어 준 후,
           이미지를 전체 선택한뒤 잘라내기 + 붙여넣기 하면 "떠있는 선택(붙여 넣은 레이어)" 가 되는데
           "레이어 - 레이어 고정(A)" 을 눌러 새 레이어로 만들어 준다.
           그리고 배경 레이어는 전체 선택후 삭제하고, 눈을 클릭해서 보이지 않도록 설정한다.




Step 2. 투명하게 할 부분을 잘 선택하고 나서 삭제한다.



Step 3. 파일을 저장하되 확장자를 GIF로 해주면 아래와 같은 대화상자가 열린다.
           "보이는 레이어 합치기"를 선택후 내보내기(E)를 클릭한다.


Step 4. 윈도우 기본 내장 이미지 뷰어로 보면 배경이 흰색으로 나온다.(분간이 안됨)



Step 5. 파워포인트에 아무거나 그리고 파일을 드래그 해서 이미지를 표시한 화면.
           위에서 흰색으로 나왔던 부분이 투명하게 적용된것을 알수있다.



주의사항: GIF는 256컬러가 한계이므로, 색상이 많은 사진을 투명으로 적용하기에는 적합하지 않다.
사족 : 어려운데 왜 이걸로 하냐고 하면, 그냥 가능한 방법을 찾아보고 싶었을뿐.. 이라고 대답할수 밖에 -ㅁ-
Posted by 구차니
프로그램 사용/busybox2010. 1. 12. 13:39
# ps
  PID USER       VSZ STAT COMMAND
    1 root      3120 S    init
    2 root         0 SW<  [ksoftirqd/0]
    3 root         0 SW   [watchdog/0]
    4 root         0 SW<  [events/0]

STAT의 값들을 보면 ps의 BSD style의 내용과 같다.

PROCESS STATE CODES
Here are the different values that the s, stat and state output specifiers (header "STAT" or "S") will display to
describe the state of a process.
D    Uninterruptible sleep (usually IO)
R    Running or runnable (on run queue)
S    Interruptible sleep (waiting for an event to complete)
T    Stopped, either by a job control signal or because it is being traced.
W    paging (not valid since the 2.6.xx kernel)
X    dead (should never be seen)
Z    Defunct ("zombie") process, terminated but not reaped by its parent.

For BSD formats and when the stat keyword is used, additional characters may be displayed:
<    high-priority (not nice to other users)
N    low-priority (nice to other users)
L    has pages locked into memory (for real-time and custom IO)
s    is a session leader
l    is multi-threaded (using CLONE_THREAD, like NPTL pthreads do)
+    is in the foreground process group

그냥.. 안드로메다 스타일인가? -ㅁ-

아무튼, busybox의 ps에는 priority가 나오지 않는다.
이경우 수작업으로 확인하려면, /proc/{pid}/stat의 19번째 항목을 확인하면 된다.

stat - Status information about the process used by the ps(1) command. Fields are:

1. pid - Process id
2. comm - The executable filename
3. state - R (running), S(sleeping interruptable), D(sleeping), Z(zombie), or T(stopped on a signal).
4. ppid - Parent process ID
5. pgrp - Process group ID
6. session - The process session ID.
7. tty - The tty the process is using
8. tpgid - The process group ID of the owning process of the tty the current process is connected to.
9. flags - Process flags, currently with bugs
10. minflt - Minor faults the process has made
11. cminflt - Minor faults the process and its children have made.
12. majflt
13. cmajflt
14. utime - The number of jiffies (processor time) that this process has been scheduled in user mode
15. stime - in kernel mode
16. cutime - This process and its children in user mode
17. cstime - in kernel mode
18. counter - The maximum time of this processes next time slice.
19. priority - The priority of the nice(1) (process priority) value plus fifteen.
20. timeout - The time in jiffies of the process's next timeout.
21. itrealvalue - The time in jiffies before the next SIGALRM is sent to the process because of an internal timer.
22. starttime - Time the process started after system boot
23. vsize - Virtual memory size
24. rlim - Current limit in bytes of the rss of the process.
25. startcode - The address above which program text can run.
26. endcode - The address below which program text can run.
27. startstack - The address of the start of the stack
28. kstkesp - The current value of esp for the process as found in the kernel stack page.
29. kstkeip - The current 32 bit instruction pointer, EIP.
30. signal - The bitmap of pending signals
31. blocked - The bitmap of blocked signals
32. sigignore - The bitmap of ignored signals
33. sigcatch - The bitmap of catched signals
34. wchan - The channel in which the process is waiting. The "ps -l" command gives somewhat of a list.

[링크 : http://www.comptechdoc.org/os/linux/howlinuxworks/linux_hlproc.html]

# cat /proc/2/stat
2 (ksoftirqd/0) S 1 1 1 0 -1 32832 0 0 0 0 0 332 0 0 10 -5 1 0 5 0 0 4294967295 0 0 0 0 0 0 2147483647 0 0 2314662996 0 0 17 0 0 0

아무튼 이녀석은 -5 nice 값을 가지고, 0보다 우선권을 가지므로 ps에서
<를 출력해서 다른 것들보다 우선순위가 높음을 나타낸다.
Posted by 구차니