Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Graph for Alien Swarm: Reactive Drop #1

Open
geotavros opened this issue Mar 9, 2019 · 2 comments
Open

Graph for Alien Swarm: Reactive Drop #1

geotavros opened this issue Mar 9, 2019 · 2 comments

Comments

@geotavros
Copy link

For AS:RD it shows only FPS. How do we output CPU, In, Out too? The output of "stats" command is:

CPU In Out Uptime Users FPS Players
0.00 0.00 0.00 574 34 10.00 0
@sirsquidness
Copy link
Contributor

Hi,

You can change the code for this file to reflect the properties seen on the charts. The last argument to formatDataForGraph is the property name to chart, which matches exactly the column headers of the stats command output you post.

You will probably have difficulty though since there's 3 different units (FPS/CPU/In+out). I think that JS charting library I used only supports a primary and secondary Y axis.

@YojimboRD
Copy link

YojimboRD commented Mar 11, 2019

We have an issue that CPU is a very very small line at the bottom. CPU values range from 0 to 100, FPS range from 0 to 500(sometimes it spikes to 1600 during in-game adrenaline). IN and OUT are between 3000 and 400 000. How do we make CPU more visible in the graph?

https://steamuserimages-a.akamaihd.net/ugc/1005898022913632291/94745D629C3EABFDECA7F4CDA716F2D10F66AC71/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants