Community Forums Today's Posts     Member List     Archive    
Results 1 to 3 of 3
  1. #1
    Join Date
    Dec 2009
    Location
    PA, U.S.
    Posts
    35

    Server process intermittently showing with top

    If I want to monitor the resource usage or kill the server with top I have to stare at it for a while and wait to the TS server process to appear. And I have to catch it quick cuz it'll disappear. I notice other processes fade in and out as well, what can I do about this.

  2. #2
    Join Date
    Dec 2009
    Location
    Europe
    Posts
    184
    You could try to limit the displayed processes to the processes that are started by a special user. Use something like:

    top -u ts3user

    when assuming that ts3user started the server.

    You could also use top to monitor only a single process if you know its process ID by starting

    top -p TS3PID

    If you do not know the process ID, you can get it by issuing

    ps -C ts3server_linux -o pid=

    The fact that TS3 "fades away" from the top list shows that this process is not consuming very much cpu time on your system. It will be sent to sleep when it fades away, thus freeing the cpu for other processes.

  3. #3
    Join Date
    Dec 2009
    Location
    Germany
    Posts
    44
    or you use an autostart script, which makes the server die if you stop / kill the autostart.sh

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Something wrong with my server
    By dragonhidepker in forum [TeamSpeak 2] Server Support
    Replies: 4
    Last Post: 24-09-2009, 18:57
  2. Server stops responding
    By Xeroed in forum [TeamSpeak 2] Server Support
    Replies: 10
    Last Post: 27-09-2006, 04:08
  3. Can't enter admistration or my server.
    By TheSavior in forum [TeamSpeak 2] Server Support
    Replies: 12
    Last Post: 10-06-2006, 22:48
  4. Router :'(
    By Stammer in forum [TeamSpeak 2] Server Support
    Replies: 10
    Last Post: 01-06-2005, 07:49
  5. Sicherheit
    By Cuidas in forum [TeamSpeak 2] Server Support
    Replies: 12
    Last Post: 10-09-2004, 18:12

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •