Raised This Month: $51 Target: $400
 12% 

csgo var lag on i7 3770 (linux debian 9.9)


Post New Thread Reply   
 
Thread Tools Display Modes
r3v
Senior Member
Join Date: Feb 2016
Location: Lithuania, Vilnius
Old 11-02-2019 , 05:37   Re: csgo var lag on i7 3770 (linux debian 9.9)
Reply With Quote #11

Quote:
Originally Posted by ThePwnt View Post
Do you have checked this thread on the forum?
https://forums.alliedmods.net/showpo...2&postcount=47
https://forums.alliedmods.net/showpo...4&postcount=60
https://forums.alliedmods.net/showpo...8&postcount=64

I don't think it will help since you _NEED_ a CustomKernel with 100Hz for run 32 slots (example.) **But you can always test it out!**
Hi.
I don't have much time to test kernels, but maybe you know, what is the difference between your Kernel "Kernelv3.0-lly" and https://mirror.ip-projects.de/kernel/ for example "5.2.15-gs-md_5215_amd64.deb"?
r3v is offline
ThePwnt
AlliedModders Donor
Join Date: Feb 2009
Location: Denmark
Old 11-02-2019 , 06:01   Re: csgo var lag on i7 3770 (linux debian 9.9)
Reply With Quote #12

Quote:
Originally Posted by r3v View Post
Hi.
I don't have much time to test kernels, but maybe you know, what is the difference between your Kernel "Kernelv3.0-lly" and https://mirror.ip-projects.de/kernel/ for example "5.2.15-gs-md_5215_amd64.deb"?
You need to know IP Projects don't use "LLY (LowLatency)" which means: Yeah; You DON'T getting stable tickrate/high performance, which LLY does.

I have checked IP-Projects config on kernel (with gs):
They DON'T use: Low-Latency Desktop (LLY)

What do they use:
  • Voluntary Kernel Preemption (Desktop) // It's not 100% the same as LLY!!
  • 1000HZ As normal.

The Kernel I did create: "Kernelv3.0-lly" is opensource & config (.config) is opensource.
I did create GitHub, for anyone who will look the opensource of the kernel(.config):
GameServerKernel by me

Question is just: Do you need stable tickrate/FPS and your csgoserver need to run High-Performance, so go after LLY!

I'm willing to provide a demo server, so you can check csgoserver! (I'm running around 20 CSGO Servers!)

Last edited by ThePwnt; 11-02-2019 at 06:03.
ThePwnt is offline
r3v
Senior Member
Join Date: Feb 2016
Location: Lithuania, Vilnius
Old 11-02-2019 , 10:28   Re: csgo var lag on i7 3770 (linux debian 9.9)
Reply With Quote #13

Thank You for the detailed answer.
r3v is offline
xSLOW
Senior Member
Join Date: Apr 2019
Location: Romania
Old 11-03-2019 , 16:16   Re: csgo var lag on i7 3770 (linux debian 9.9)
Reply With Quote #14

Quote:
Originally Posted by ThePwnt View Post
You need to know IP Projects don't use "LLY (LowLatency)" which means: Yeah; You DON'T getting stable tickrate/high performance, which LLY does.

I have checked IP-Projects config on kernel (with gs):
They DON'T use: Low-Latency Desktop (LLY)

What do they use:
  • Voluntary Kernel Preemption (Desktop) // It's not 100% the same as LLY!!
  • 1000HZ As normal.

The Kernel I did create: "Kernelv3.0-lly" is opensource & config (.config) is opensource.
I did create GitHub, for anyone who will look the opensource of the kernel(.config):
GameServerKernel by me

Question is just: Do you need stable tickrate/FPS and your csgoserver need to run High-Performance, so go after LLY!

I'm willing to provide a demo server, so you can check csgoserver! (I'm running around 20 CSGO Servers!)
I recommend his kernel, I am using the LowLatency one and it works like a charm
Var 0.000/0.001 with 24 players online
__________________
My community:
https://elitegamers.ro
https://www.gametracker.com/search/c...elitegamers.ro

Contact me, fastest way, through my discord server:
https://discord.gg/SBHzDGbbgG
xSLOW#0508
xSLOW is offline
r3v
Senior Member
Join Date: Feb 2016
Location: Lithuania, Vilnius
Old 11-04-2019 , 01:53   Re: csgo var lag on i7 3770 (linux debian 9.9)
Reply With Quote #15

Quote:
Originally Posted by xSLOW View Post
I recommend his kernel, I am using the LowLatency one and it works like a charm
Var 0.000/0.001 with 24 players online
Can you share your server cfg's? I'm using his kernel, but getting sometimes at round start ~1.000ms or little more. And then someone getting killed, got ~0.500ms and then 0.000ms . (24slot, 128tickrate). My server plugin dump and fps cmd's are in the first page.

Last edited by r3v; 11-04-2019 at 01:56.
r3v is offline
ThePwnt
AlliedModders Donor
Join Date: Feb 2009
Location: Denmark
Old 11-04-2019 , 01:56   Re: csgo var lag on i7 3770 (linux debian 9.9)
Reply With Quote #16

Quote:
Originally Posted by r3v View Post
Can you share your server cfg's? I'm using his kernel, but getting sometimes at round start ~1.000ms or little more. And then someone getting killed, got ~0.500ms and then 0.000ms . (24slot, 128tickrate)
100HZ for 24-32 slots will be released later today! ;)

1000HZ is working fine until 20slots + most for 5v5 servers.

There will be released, later today on Github:
100HZ - LLY
100HZ - NFP


Which rates do you use?
//Update:
Quote:
Originally Posted by r3v View Post
fps rates on first page....
https://forums.alliedmods.net/showpo...37&postcount=4 < You don't need to use these commands for setup perfect. it just...I don't know why you need them.

I'm only running this with 25 slots atm: **This is only with 1000HZ, 100HZ will be created today!
Code:
sv_minrate "786432" // Min Rate Value
sv_maxrate "0" // Max Rate Value
sv_mincmdrate "128"
sv_maxcmdrate "128"
sv_minupdaterate "128"
sv_maxupdaterate "128"
sm_cvar sv_client_min_interp_ratio "2"
sm_cvar sv_client_max_interp_ratio "2"
sm_cvar net_maxcleartime 0.001

Last edited by ThePwnt; 11-04-2019 at 01:59.
ThePwnt is offline
r3v
Senior Member
Join Date: Feb 2016
Location: Lithuania, Vilnius
Old 11-04-2019 , 02:06   Re: csgo var lag on i7 3770 (linux debian 9.9)
Reply With Quote #17

I'm using same rates.
I read, there are some command's, which using more CPU. I searched a lot, so i disabled them. I have dedicated server, with the same CPU, and i don't know the is my problem.
Okey, i wait your next kernel.
r3v is offline
ThePwnt
AlliedModders Donor
Join Date: Feb 2009
Location: Denmark
Old 11-04-2019 , 08:44   Re: csgo var lag on i7 3770 (linux debian 9.9)
Reply With Quote #18

Quote:
Originally Posted by r3v View Post
I'm using same rates.
I read, there are some command's, which using more CPU. I searched a lot, so i disabled them. I have dedicated server, with the same CPU, and i don't know the is my problem.
Okey, i wait your next kernel.
100HZ is now online:

https://github.com/MikkelDK/GameServ...-LLY-100hz.zip

With kernel version: 5.3.8
ThePwnt is offline
xSLOW
Senior Member
Join Date: Apr 2019
Location: Romania
Old 11-07-2019 , 05:41   Re: csgo var lag on i7 3770 (linux debian 9.9)
Reply With Quote #19

Quote:
Originally Posted by r3v View Post
Can you share your server cfg's? I'm using his kernel, but getting sometimes at round start ~1.000ms or little more. And then someone getting killed, got ~0.500ms and then 0.000ms . (24slot, 128tickrate). My server plugin dump and fps cmd's are in the first page.
if this can help you: https://hatebin.com/gpbvadvnen
__________________
My community:
https://elitegamers.ro
https://www.gametracker.com/search/c...elitegamers.ro

Contact me, fastest way, through my discord server:
https://discord.gg/SBHzDGbbgG
xSLOW#0508
xSLOW 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 18:51.


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