SA-MP Forums Archive
[FilterScript] Network Stats Log - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Filterscripts (https://sampforum.blast.hk/forumdisplay.php?fid=17)
+--- Thread: [FilterScript] Network Stats Log (/showthread.php?tid=272955)



Network Stats Log - dowster - 30.07.2011

I made a quick, small filterscript that will get the network stats at specified intervals, and will save them to a file such as "[July 30, 2011] - [13-41-07].txt". This is a standalone filter script and you are able to easily specify how long of an interval you want to have between log points.

Requirements
--You need to have the following directory structure in your scriptfiles folder "Logs/Network Usage"
--You need the latest pawn includes, compiler, and server (RC5)

It is recommended you don't use Notepad to open these text files as it shows it all in a single line, Notepad++ works fine though.


Re: Network Stats Log - Calgon - 30.07.2011

Nice idea, you've just given me an idea for a filterscript to make by this too.


Re: Network Stats Log - dowster - 30.07.2011

Quote:
Originally Posted by Calg00ne
Посмотреть сообщение
Nice idea, you've just given me an idea for a filterscript to make by this too.
That was my main intent, :P


Re: Network Stats Log - hillko - 30.07.2011

Код HTML:
C:\Documents and Settings\Admin\Рабочий стол\NetworkLog.pwn(43) : error 017: undefined symbol "GetNetworkStats"
C:\Documents and Settings\Admin\Рабочий стол\NetworkLog.pwn(43) : warning 202: number of arguments does not match definition
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


1 Error.



Re: Network Stats Log - dowster - 30.07.2011

Quote:
Originally Posted by hillko
Посмотреть сообщение
Код HTML:
C:\Documents and Settings\Admin\Рабочий стол\NetworkLog.pwn(43) : error 017: undefined symbol "GetNetworkStats"
C:\Documents and Settings\Admin\Рабочий стол\NetworkLog.pwn(43) : warning 202: number of arguments does not match definition
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


1 Error.
You don't have the latest server/pawn set, download RC5