UJP - 技術情報

Life is fun and easy!

不正IP報告数

Okan Sensor
 
メイン
ログイン
ブログ カテゴリ一覧

     

稼動しているタスクの一覧 〜tlist.exe〜


稼動しているタスクの一覧

〜tlist.exe〜


0.改定履歴

  • 1998.07.22 初版

1.はじめに

 このドキュメントは,WindowsNTでサーバ上で稼動しているタスク(プロセス)一覧をテキストで出力するツール,tlist.exeの紹介を行う.

 tlist.exeは,NT4.0リソースキットに付属している.

2.リファレンス

d:\toNT>tlist /?
Microsoft (R) Windows NT (TM) Version 3.51 TLIST
Copyright (C) 1994 Microsoft Corp. All rights reserved

usage: TLIST <<-t> | <pid> | <pattern>>
           [options]:
               -t     Print Task Tree

           <pid>
              List module information for this task.

           <pattern>
              The pattern can be a complete task
              name or a regular expression pattern
              to use as a match.  Tlist matches the
              supplied pattern against the task names
              and the window titles.

d:\toNT>

3.オプション説明

オプション 説明
-t  タスクの親子関係がわかるように階層構造で表示してくれる.
pid  指定したプロセスIDのタスクの詳細を表示する.

pattern
 指定した文字列と一致するパターンのリストを表示する?

4.実行サンプル

タスク階層表示時
d:\toNT>tlist -t
System Process (0)
System (2)
  smss.exe (21)
    csrss.exe (26)
    winlogon.exe (35)
      services.exe (41)
        llssrv.exe (94)
        SFMSVC.EXE (98)
        LOCATOR.EXE (115)
        rpcss.exe (134)
        TCPSVCS.EXE (138)
        SPOOLSS.EXE (204)
        SFMPRINT.EXE (199)
      lsass.exe (44)
      nddeagnt.exe (158)
explorer.exe (139) Program Manager
  msime97m.exe (91)
  systray.exe (156)
  internat.exe (59)
    SPACE.EXE (190) Space
ntvdm.exe (174)
  conime.exe (187)

d:\toNT>

指定タスクの詳細表示時
d:\toNT>tlist 21
  21 smss.exe
   CWD:     C:\NT40\
   CmdLine: \SystemRoot\System32\smss.exe
   VirtualSize:     8848 KB   PeakVirtualSize:     8852 KB
   WorkingSetSize:   120 KB   PeakWorkingSetSize:  1660 KB
   NumberOfThreads: 6
     20 Win32StartAddr:0x00000000 LastErr:0x00000000 State:Waiting
     22 Win32StartAddr:0x00000000 LastErr:0x00000000 State:Waiting
     23 Win32StartAddr:0x00000005 LastErr:0x00000000 State:Waiting
     29 Win32StartAddr:0x00000000 LastErr:0x00000000 State:Waiting
     30 Win32StartAddr:0x00000002 LastErr:0x00000000 State:Waiting
     24 Win32StartAddr:0x00000000 LastErr:0x00000000 State:Waiting
     4.0.1381.1 shp  0x02490000  smss.exe
     4.0.1381.1 shp  0x77f50000  ntdll.dll

d:\toNT>

広告スペース
Google