You are an unregistered user, you can register here
Navigation

Information

Site

Donations
If you wish to make a donation you can by clicking the image below.


 
Go Back   The Unreal Admins Page > Forums > Unreal Admins > Unreal Tournament > UT Server - General Chat

Reply
Thread Tools Display Modes
  #1  
Unread 17th January, 2005, 08:09 AM
PizzaMan's Avatar
PizzaMan PizzaMan is offline
Holy Shit!!
 
Join Date: Jun 2004
Location: Bergen - Norway
Posts: 2,389
Question Hardware information tool for rental servers?

Those of us who use rental servers will often want to know more about the physical box where the UT server is running. I wonder if it would be possible to create an actor or something that would give you information like:

OS details
CPU type
CPU usage (average over a period of time)
RAM type
RAM usage
Number of IP interfaces/adresses on the box
Number of UT servers running

And other relevant information.

Could someone here look into this?

Last edited by PizzaMan : 17th January, 2005 at 08:17 AM.
Reply With Quote
  #2  
Unread 17th January, 2005, 02:22 PM
kawaii kawaii is offline
Holy Shit!!
 
Join Date: Oct 2004
Posts: 1,205
Default

I am not sure if this is possible with Uscript.

But on most hosting websites you can find a page with the specs of the used servers. If you can't find that you can try and mail an admin.

And you can only have 1 IP per box You can put more behind a router, but from the outside they all have the same IP.
Reply With Quote
  #3  
Unread 17th January, 2005, 02:33 PM
PizzaMan's Avatar
PizzaMan PizzaMan is offline
Holy Shit!!
 
Join Date: Jun 2004
Location: Bergen - Norway
Posts: 2,389
Default

Quote:
Originally Posted by kawaii
I am not sure if this is possible with Uscript.
Well, Im hoping

Quote:
Originally Posted by kawaii
But on most hosting websites you can find a page with the specs of the used servers. If you can't find that you can try and mail an admin.
Yes sure, but maybe I want to see for myself, just to make sure

Quote:
Originally Posted by kawaii
And you can only have 1 IP per box You can put more behind a router, but from the outside they all have the same IP.
You can have several IP's per box, lets say 1 IP for each customer. This would allow for several UT servers, each running on the standard port 7777.
Reply With Quote
  #4  
Unread 17th January, 2005, 03:18 PM
AnthraX's Avatar
AnthraX AnthraX is offline
Administrator
 
Join Date: Jun 2004
Location: Ghent (Belgium)
Posts: 1,380
Default

the ammount of hardware info you can get from unrealscript is close to nothing
Reply With Quote
  #5  
Unread 17th January, 2005, 03:28 PM
Azazel's Avatar
Azazel Azazel is offline
Administrator
 
Join Date: Jul 2002
Location: UK
Posts: 2,408
Default

I think UT can do what CPU you have (speed) and how much memory.
That would be all though.

Perhaps if you have us more info people could give better answers
__________________

Phoenix Alliance - The Movie
Revisionistic Movie
The Unreal Admins Page - the resource for unreal admins
Reply With Quote
  #6  
Unread 17th January, 2005, 03:31 PM
elmuerte's Avatar
elmuerte elmuerte is offline
Administrator
 
Join Date: Oct 2002
Location: Netherlands
Posts: 823
Default

no, none of the above (only the computername, not that it's very useful)
__________________
Reply With Quote
  #7  
Unread 17th January, 2005, 03:42 PM
Azazel's Avatar
Azazel Azazel is offline
Administrator
 
Join Date: Jul 2002
Location: UK
Posts: 2,408
Default

What does the game use on start to log cpu/mem/graphics card?
__________________

Phoenix Alliance - The Movie
Revisionistic Movie
The Unreal Admins Page - the resource for unreal admins
Reply With Quote
  #8  
Unread 17th January, 2005, 03:47 PM
AnthraX's Avatar
AnthraX AnthraX is offline
Administrator
 
Join Date: Jun 2004
Location: Ghent (Belgium)
Posts: 1,380
Default

native code that's not accessible from within unrealscript ^^
Reply With Quote
  #9  
Unread 17th January, 2005, 04:02 PM
PizzaMan's Avatar
PizzaMan PizzaMan is offline
Holy Shit!!
 
Join Date: Jun 2004
Location: Bergen - Norway
Posts: 2,389
Default

Quote:
Originally Posted by Azazel
Perhaps if you have us more info people could give better answers
Yea but thats just it, I was looking for a way to make sure that I got the correct info about the server specs etc. But if it cant be done, then it cant be done...
Reply With Quote
  #10  
Unread 18th January, 2005, 05:06 AM
2399Skillz 2399Skillz is offline
Super Moderator
 
Join Date: Jan 2004
Location: North Carolina
Posts: 2,245
Default

Well, I know UT can "read" this information. Not sure if the Linux version will or not, but my Windows Client version does:
Log: Log file open, 01/17/05 22:11:20
Init: Name subsystem initialized
Init: Detected: Microsoft Windows NT 5.1 (Build: 2600)
Init: Version: 436
Init: Compiled: Oct 24 2000 23:40:18
Init: Command line:
Init: Base directory: D:\Games\UnrealTournament\System\
Init: Character set: Unicode
Log: Bound to Engine.dll
Log: Bound to Core.dll
Log: Bound to Window.dll
Init: Object subsystem initialized
Init: Computer: BIGDADDY
Init: User: Skillz
Init: Memory total: Phys=523736K Pagef=1280644K Virt=2097024K
Init: Working set: 32000 / 159000
Init: CPU Speed=2405.480045 MHz
Init: CPU Page size=4096, Processors=1
Init: CPU Detected: Unknown processor (GenuineIntel)
Init: CPU Features: CMov FPU RDTSC PAE MMX KNI
Init: Unreal engine initialized
__________________

UT-FILES.COM
Get your files
Reply With Quote
  #11  
Unread 18th January, 2005, 08:36 AM
Azazel's Avatar
Azazel Azazel is offline
Administrator
 
Join Date: Jul 2002
Location: UK
Posts: 2,408
Default

2399Skillz, Anthrax answered that when I said it could above.
__________________

Phoenix Alliance - The Movie
Revisionistic Movie
The Unreal Admins Page - the resource for unreal admins
Reply With Quote
  #12  
Unread 18th January, 2005, 09:33 AM
Just_Me Just_Me is offline
UTPure Admin
 
Join Date: Aug 2003
Posts: 457
Default

You can access memory via uscript.

CC "memstat" will return

>memstat
Log: Memory available: Phys=198040K Pagef=665600K Virt=2037288K
Log: Memory load = 62%

you can also inject userflag and with a little math determine the servers cpu usage.
Reply With Quote
  #13  
Unread 18th January, 2005, 09:31 PM
2399Skillz 2399Skillz is offline
Super Moderator
 
Join Date: Jan 2004
Location: North Carolina
Posts: 2,245
Default

Oh, that's what I get for not reading all the posts.
__________________

UT-FILES.COM
Get your files
Reply With Quote
  #14  
Unread 18th January, 2005, 09:54 PM
PizzaMan's Avatar
PizzaMan PizzaMan is offline
Holy Shit!!
 
Join Date: Jun 2004
Location: Bergen - Norway
Posts: 2,389
Default

Quote:
Originally Posted by Just_Me
You can access memory via uscript.

CC "memstat" will return

>memstat
Log: Memory available: Phys=198040K Pagef=665600K Virt=2037288K
Log: Memory load = 62%

you can also inject userflag and with a little math determine the servers cpu usage.
Those two would at least be something.
Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT +1. The time now is 01:43 PM.


 

All pages are copyright The Unreal Admins Page.
You may not copy any pages without our express permission.