Raised This Month: $ Target: $400
 0% 

Server preformance monitor


Post New Thread Reply   
 
Thread Tools Display Modes
EKS
Veteran Member
Join Date: Mar 2004
Location: Norway
Old 03-05-2006 , 13:49  
Reply With Quote #21

look at my sig, thats what i did when i read what you said.
__________________
Github archive for plugins, the repos for the other c++ projects are there to.
EKS is offline
morfin
Junior Member
Join Date: Feb 2009
Old 10-20-2009 , 18:47   Re: Server preformance monitor
Reply With Quote #22

Quote:
Originally Posted by DaSilva View Post
Plugin has many bugs.
For example it shows the wrong number on players on the server...
That's average players number, not current ).
P.S I've fixed some code for say /showstats, that is my cmd_ShowStats function:
PHP Code:
public cmd_ShowStats(id,level,cid)
{
    if(!
cmd_access (id,level,cid,2)) return PLUGIN_HANDLED
    
    
new arg[16]
    
read_argv(1,arg,15)     
    if(
containi(arg,"/showstats")!=-1// A simple fix if the function was triggered via say
    
{
    if (
g_ShowStats[id]==1
    {
      
g_ShowStats[id] = 0
      g_ShowStats
[0]--  
      
client_print(id,3,"[AMXX]Stats showing is now disabled")     
    }
    else
    {
      
g_ShowStats[id] = 1
          g_ShowStats
[0]++
          
client_print(id,3,"[AMXX]Stats showing is now enabled")  
    }
   return 
PLUGIN_HANDLED
  
}
    
    if(
containi(arg,"on")!=-|| containi(arg,"1")!=-1)
    {
        
g_ShowStats[id] = 1
        g_ShowStats
[0]++
        
client_print(id,3,"[AMXX]Stats showing is now enabled")
    }
    if(
containi(arg,"off")!=-|| containi(arg,"0")!=-1)
    {
        
g_ShowStats[id] = 0
        g_ShowStats
[0]--
        
client_print(id,3,"[AMXX]Stats showing is now disabled")
    }
    return 
PLUGIN_HANDLED

morfin is offline
xOR
Veteran Member
Join Date: Jun 2006
Location: x-base.info
Old 11-02-2009 , 17:07   Re: Server preformance monitor
Reply With Quote #23

sorry, i just had to ask. was the plugin name chosen like that on purpose? the word preformance doesn't exist, but noone seems to have noticed over the past 5 1/2 years.
it's even more weird when the thread topic and the written log also use this made-up word

but anyway, thanks for the plugin, using it to debug some issues now.
__________________
Got more than one HL1 (CS, DoD, NS, TS, TFC, HLDM...) server? Check:
xOR is offline
EKS
Veteran Member
Join Date: Mar 2004
Location: Norway
Old 11-03-2009 , 02:27   Re: Server preformance monitor
Reply With Quote #24

I have the power to make up words
__________________
Github archive for plugins, the repos for the other c++ projects are there to.
EKS is offline
xOR
Veteran Member
Join Date: Jun 2006
Location: x-base.info
Old 11-03-2009 , 07:57   Re: Server preformance monitor
Reply With Quote #25

Quote:
Originally Posted by EKS View Post
I have the power to make up words
i knew it
__________________
Got more than one HL1 (CS, DoD, NS, TS, TFC, HLDM...) server? Check:
xOR is offline
PauliusBa
Senior Member
Join Date: Aug 2006
Location: Lithuania
Old 12-18-2009 , 11:31   Re: Server preformance monitor
Reply With Quote #26

If it was capable of monitoring which plugins eat up CPU and bandwidth the most, then it would be worth checking out. Now it's not.
PauliusBa is offline
EKS
Veteran Member
Join Date: Mar 2004
Location: Norway
Old 12-18-2009 , 11:41   Re: Server preformance monitor
Reply With Quote #27

@PauliusBa
Then stay away from this post.
__________________
Github archive for plugins, the repos for the other c++ projects are there to.
EKS is offline
ramiax
Member
Join Date: Mar 2009
Location: Lithuania
Old 12-29-2009 , 09:41   Re: Server preformance monitor
Reply With Quote #28

Plz add some screenshots to the 1st post
ramiax is offline
xOR
Veteran Member
Join Date: Jun 2006
Location: x-base.info
Old 01-06-2010 , 05:34   Re: Server preformance monitor
Reply With Quote #29

Code:
13:34:08 94 120 9/13
13:34:13 94 121 9/13
12:07:33 40 95 2/13
13:34:18 94 121 9/13
13:34:23 94 120 9/13
any idea what is happening here? i see that several times a day, sometimes with 3 hours old messages appearing.
this is disturbing my "viewing pleasure" with the file

EDIT: well, seems to be the times inbetween are the times when the map changed.

also why are you having a file for each day but then each file contains data for 3-4 days according to the timestamps?
do you plan to do corrections for that (quite old) plugin by any chance?

sending the data of one file through gnuplot gives this. only when you correct it to only contain data of 24 hours (and the resulting duplicate timestamps and timestamp displacements) and remove the timestamp jumps you get something that actually makes sense.
__________________
Got more than one HL1 (CS, DoD, NS, TS, TFC, HLDM...) server? Check:

Last edited by xOR; 01-06-2010 at 14:41.
xOR is offline
MAUGHOLD
Veteran Member
Join Date: Nov 2004
Location: CA USA
Old 01-29-2014 , 07:37   Re: Server preformance monitor
Reply With Quote #30

I know its an old thread, but I have to say the plugin rocks and works well in windows server 2008r2 enterprise, with AMXX1.8.3-hg190. It just became the 89th plugin I have running on my DoD servers.
__________________
{FJ}Justice STEAM_0:0:633975 If anyone needs any help with their server, Just add me to steam friends and I'll help you out.
MAUGHOLD is offline
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 01:23.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode