Any help with the slow spinup would be appreciated.
Here is all the info I can get my hands on. The server script(arma2.sh) is launched as a thread from perl monitor script. Not familiar with the log.2302. Is that the equivalent of the old net.log or is it stderr or stdout(or none of the above)?
Code:
$uname -a
Linux www 2.6.18-xen #1 SMP Fri May 18 16:11:33 BST 2007 i686 GNU/Linux
$free
total used free shared buffers cached
Mem: 2097344 2084584 12760 0 30184 1106816
-/+ buffers/cache: 947584 1149760
Swap: 1048568 4 1048564
$df
Filesystem 1K-blocks Used Available Use% Mounted on
/dev/hda1 5160576 2897764 2000668 60% /
tmpfs 1048672 0 1048672 0% /lib/init/rw
tmpfs 1048672 4 1048668 1% /dev/shm
/dev/hda3 10321208 6789368 3007552 70% /arma2_data
/dev/hda4 5160576 2380416 2518016 49% /ofp
/dev/hda5 12385456 8917876 2838436 76% /arma2
$cat arma2.cfg
language="English";
adapter=-1;
3D_Performance=1;
Resolution_Bpp=32;
MaxCustomFileSize=350000;
MaxSizeNonguaranteed=192;
MaxSizeGuaranteed=512;
MaxMsgSend=192;
MinBandwidth=16384000;
MaxBandwidth=32768000;
MinErrorToSend=0.0080000004;
Windowed=0;
$cat arma2.sh
#!/bin/bash
# ulimit -c unlimited
/arma2/arma2-server/arma2-server -port=2330 -config=server.cfg -cfg=arma2.cfg -name=lolserver -mod=lol_addons/@cba\;lol_addons/@ace\;lol_addons/@acex\;lol_addons/acex_pla\;lol_addons/@a2lol\;lol_addons/@isla_duala\;lol_addons/@fdf_podagorsk\;lol_addons/@fran_quesh_kibrul\;lol_addons/@panthera\;lol_addons/@sap_everon\;lol_addons/@namalsk
$top
top - 17:53:17 up 96 days, 12:38, 2 users, load average: 1.62, 1.16, 1.16
Tasks: 77 total, 4 running, 73 sleeping, 0 stopped, 0 zombie
Cpu(s): 51.1%us, 5.6%sy, 0.0%ni, 43.3%id, 0.0%wa, 0.0%hi, 0.0%si, 0.1%st
Mem: 2097344k total, 2081068k used, 16276k free, 30208k buffers
Swap: 1048568k total, 4k used, 1048564k free, 1106768k cached
PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND
16679 root 25 0 276m 261m 5584 R 96 12.8 412:50.81 server
22946 root 16 0 393m 360m 12m R 72 17.6 40:31.23 arma2-server
16682 root 15 0 276m 261m 5584 S 2 12.8 2:20.89 server
The process server is our OFP server.