Results 1 to 3 of 3
-
27-12-2009, 01:28 #1
-= TeamSpeak Lover =-
- 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.
-
27-12-2009, 07:23 #2
-= TeamSpeak Addict =-
- 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.
-
27-12-2009, 11:25 #3
-= TeamSpeak Lover =-
- 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
-
Something wrong with my server
By dragonhidepker in forum [TeamSpeak 2] Server SupportReplies: 4Last Post: 24-09-2009, 18:57 -
Server stops responding
By Xeroed in forum [TeamSpeak 2] Server SupportReplies: 10Last Post: 27-09-2006, 04:08 -
Can't enter admistration or my server.
By TheSavior in forum [TeamSpeak 2] Server SupportReplies: 12Last Post: 10-06-2006, 22:48 -
Router :'(
By Stammer in forum [TeamSpeak 2] Server SupportReplies: 10Last Post: 01-06-2005, 07:49 -
Sicherheit
By Cuidas in forum [TeamSpeak 2] Server SupportReplies: 12Last Post: 10-09-2004, 18:12


Reply With Quote