Created
November 2, 2012 00:13
-
-
Save davidbanham/3997781 to your computer and use it in GitHub Desktop.
spool8 blob
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ fgscsgo1: | |
{ start: 'cd /usr/games/csgo/fgscsgo1 && sudo -u csgo HOME=/home/csgo ./srcds_run -console -game csgo -ip 10.79.28.72 -port 25014+## +clientport 26004+## +map de_dust +exec server_##.cfg -pidfile /var/run/csgo/fgscsgo1.pid -fork 20 +sv_region 255 -tickrate 100 -usercon +rcon_password xxx >> /var/log/csgo/fgscsgo1.log 2>&1', | |
pidFile: '/var/run/csgo/fgscsgo1.pid', | |
writePidFile: false, | |
cwd: '/home/csgo', | |
ip: '10.79.28.72', | |
region: 'TEST', | |
steam: { steamDir: '/home/csgo/Steam/' }, | |
srcds: | |
{ '25015': [Object], | |
'25016': [Object], | |
'25017': [Object], | |
'25018': [Object], | |
'25019': [Object], | |
'25020': [Object], | |
'25021': [Object], | |
'25022': [Object], | |
'25023': [Object], | |
'25024': [Object], | |
'25025': [Object], | |
'25026': [Object], | |
'25027': [Object], | |
'25028': [Object], | |
'25029': [Object], | |
'25030': [Object], | |
'25031': [Object], | |
'25032': [Object], | |
'25033': [Object], | |
'25034': [Object], | |
ports: [Object] }, | |
running: true, | |
process: | |
{ pid: 9692, | |
stateCode: 'S', | |
state: 'sleeping', | |
threads: 3, | |
memUsage: 18446744073709552000, | |
vmUsage: 174243840, | |
children: [Object], | |
cpuUsage: 0 } }, | |
net: { eth0: { receive: [Object], transmit: [Object] } }, | |
disk: | |
{ sda: | |
{ writes: 0, | |
writes_merged: 0, | |
write_sectors: 0, | |
write_time: 0, | |
ios_time: 0, | |
ios_time_weighted: 0 } }, | |
memory: | |
{ pagefaults: { minor: 12.8, major: 0 }, | |
total: 14428192, | |
free: 11139656, | |
used: 3288536, | |
pressure: { active: 44, inactive: 0 }, | |
commit: { limit: 7214096, total: 6563196 } }, | |
swap: { total: 0, free: 0, used: 0 }, | |
cpus: 8, | |
cpu: | |
{ total: { user: 0.02, system: 0.02375, idle: 0.945, iowait: 0, softirq: 0 }, | |
cpu0: | |
{ user: 0.07, | |
system: 0.11800000000000001, | |
idle: 0.922, | |
iowait: 0, | |
softirq: 0 }, | |
cpu1: { user: 0.076, system: 0.062, idle: 0.88 }, | |
cpu2: { system: 0, idle: 0.904, user: 0.004 }, | |
cpu3: { idle: 0.902, user: 0.002, system: 0.002 }, | |
cpu4: { user: 0.002, system: 0.002, idle: 0.99 }, | |
cpu5: { user: 0.002, idle: 0.988, system: 0.002, softirq: 0 }, | |
cpu6: { user: 0.002, idle: 0.988, system: 0.002 }, | |
cpu7: { user: 0.004, system: 0, idle: 0.9840000000000001 } }, | |
procs_running: 2, | |
procs_blocked: 0, | |
cswitches: 6975.6, | |
new_processes: 0, | |
fs: { '/': { free: 21196900, used: 8645944, usage: 0.28971581930998264 } } } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment