All Forums
> NetWorx
> Current topic
NetWoks as a service
Started by George
George
NetWoks as a service 19 September 2008, 11:06 |
|
NetWoks as a service 22 September 2008, 08:18 |
Admin Registered: 12 years ago Posts: 5 655 |
Bryan
NetWoks as a service 12 December 2008, 07:35 |
The problem is the statistics are not correct if NetWorx only runs if somebody is logged on. I was using an earlier version that wasn't free and it tracked the statistics all the time as long as the machine was running. Am I going to have to switch to a different product to get that result??
Matt
NetWoks as a service 25 September 2010, 08:26 |
|
NetWoks as a service 26 September 2010, 03:16 |
Admin Registered: 12 years ago Posts: 5 655 |
Pieter
NetWoks as a service 05 October 2010, 02:29 |
CHOPPERGIRL
NetWoks as a service 26 April 2011, 10:45 |
Groan. The core engine part of Networx needs to run as a service.
My network application/game server that uses gobs of bandwidth, runs as a service courtesy of Process Lasso, and no user needs to be logged in for it to be racking up the bandwidth usage.
In fact, I would prefer no user be logged in, because a bunch of pointless stuff loads up and runs when you're logged in as a Windows user, which uses precious CPU cycles.
The problem is if power goes out, or for any other reason the server reboots, and the system starts back up again back to the Windows Login screen, my server will restart just fine in the background as a service thanks to Process Lasso and be back online, but Networx tray app is now totally out of the picture as far as tracking total bandwidth usage and limiting it to the set quota. Which means bang, I lose quota protection entirely.
So my question I guess is... using Process Lasso... can I run networx.exe tray application as a service... or will this fail to load and run then. Sure, I won't be able to access any part of it as it would have no presence on the desktop, but would it run, and would the bandwidth measurement engine be running and the quote rule be functioning and in effect?
My network application/game server that uses gobs of bandwidth, runs as a service courtesy of Process Lasso, and no user needs to be logged in for it to be racking up the bandwidth usage.
In fact, I would prefer no user be logged in, because a bunch of pointless stuff loads up and runs when you're logged in as a Windows user, which uses precious CPU cycles.
The problem is if power goes out, or for any other reason the server reboots, and the system starts back up again back to the Windows Login screen, my server will restart just fine in the background as a service thanks to Process Lasso and be back online, but Networx tray app is now totally out of the picture as far as tracking total bandwidth usage and limiting it to the set quota. Which means bang, I lose quota protection entirely.
So my question I guess is... using Process Lasso... can I run networx.exe tray application as a service... or will this fail to load and run then. Sure, I won't be able to access any part of it as it would have no presence on the desktop, but would it run, and would the bandwidth measurement engine be running and the quote rule be functioning and in effect?
|
NetWoks as a service 26 April 2011, 14:25 |
Admin Registered: 12 years ago Posts: 5 655 |
BG
NetWorx as a service 06 January 2012, 03:33 |
Networx as a Service
Download Windows 2003 Resource Kit
[www.microsoft.com]
- Executable: srvany.exe
- Location: C:\Program Files\Windows Resource Kits\Tools (32-bit) or C:\Program Files (x86)\Windows Resource Kits\Tools (64-bit)
1) Install Networx
2) Install Windows Resource Kit into default location (Otherwise you will have to change imgpath after import of registry file)
3) Copy the Registry File between the lines below and save it to your desktop. Than import it
4) Change Application and App Directory to reflect your environment
5) After settings have been modified reboot
6) If you wish to change where the Networx DB is located launch Networx open settings and hit CTRL + O to show hidden settings
NOTE: You will see the users SYSTEM under the User Statistics now. If you wish to record a specific User account change the Service to run as that user.
Works on Windows 2008 R2 64-bit so any other Windows Version should
---- Begin Regfile ------
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\NetworxMonitor]
"Type"=dword:00000010
"Start"=dword:00000002
"ErrorControl"=dword:00000001
"ImagePath"=hex(2):43,00,3a,00,5c,00,50,00,72,00,6f,00,67,00,72,00,61,00,6d,00,\
20,00,46,00,69,00,6c,00,65,00,73,00,20,00,28,00,78,00,38,00,36,00,29,00,5c,\
00,57,00,69,00,6e,00,64,00,6f,00,77,00,73,00,20,00,52,00,65,00,73,00,6f,00,\
75,00,72,00,63,00,65,00,20,00,4b,00,69,00,74,00,73,00,5c,00,54,00,6f,00,6f,\
00,6c,00,73,00,5c,00,73,00,72,00,76,00,61,00,6e,00,79,00,2e,00,65,00,78,00,\
65,00,00,00
"DisplayName"="Networx Monitor"
"ObjectName"="LocalSystem"
"Description"="SoftPerft Networx - Free Bandwidt Monitoring and Usage Reporting"
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\NetworxMonitor\Parameters]
"Application"="C:\\Program Files\\NetWorx\\networx.exe"
"AppParameters"=""
"AppDirectory"="C:\\Program Files\\NetWorx\\"
---- End File -----
Download Windows 2003 Resource Kit
[www.microsoft.com]
- Executable: srvany.exe
- Location: C:\Program Files\Windows Resource Kits\Tools (32-bit) or C:\Program Files (x86)\Windows Resource Kits\Tools (64-bit)
1) Install Networx
2) Install Windows Resource Kit into default location (Otherwise you will have to change imgpath after import of registry file)
3) Copy the Registry File between the lines below and save it to your desktop. Than import it
4) Change Application and App Directory to reflect your environment
5) After settings have been modified reboot
6) If you wish to change where the Networx DB is located launch Networx open settings and hit CTRL + O to show hidden settings
NOTE: You will see the users SYSTEM under the User Statistics now. If you wish to record a specific User account change the Service to run as that user.
Works on Windows 2008 R2 64-bit so any other Windows Version should
---- Begin Regfile ------
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\NetworxMonitor]
"Type"=dword:00000010
"Start"=dword:00000002
"ErrorControl"=dword:00000001
"ImagePath"=hex(2):43,00,3a,00,5c,00,50,00,72,00,6f,00,67,00,72,00,61,00,6d,00,\
20,00,46,00,69,00,6c,00,65,00,73,00,20,00,28,00,78,00,38,00,36,00,29,00,5c,\
00,57,00,69,00,6e,00,64,00,6f,00,77,00,73,00,20,00,52,00,65,00,73,00,6f,00,\
75,00,72,00,63,00,65,00,20,00,4b,00,69,00,74,00,73,00,5c,00,54,00,6f,00,6f,\
00,6c,00,73,00,5c,00,73,00,72,00,76,00,61,00,6e,00,79,00,2e,00,65,00,78,00,\
65,00,00,00
"DisplayName"="Networx Monitor"
"ObjectName"="LocalSystem"
"Description"="SoftPerft Networx - Free Bandwidt Monitoring and Usage Reporting"
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\NetworxMonitor\Parameters]
"Application"="C:\\Program Files\\NetWorx\\networx.exe"
"AppParameters"=""
"AppDirectory"="C:\\Program Files\\NetWorx\\"
---- End File -----
NetWoks as a service 13 January 2012, 16:52 |
Registered: 6 years ago Posts: 38 |
Gabri
NetWoks as a service 03 February 2012, 13:14 |
does anyone already try workaround posted up there?
is it posible to run two application together? one as a service, and one for displaying graph window.
@andrew:
went developing this feature, i think it is better to split the program into two.
one for collecting data, run as a service.
the other to display graph window, run when a user logged on.
hope it will realized soon
have using this apps since version 5.0.7
is it posible to run two application together? one as a service, and one for displaying graph window.
@andrew:
went developing this feature, i think it is better to split the program into two.
one for collecting data, run as a service.
the other to display graph window, run when a user logged on.
hope it will realized soon

have using this apps since version 5.0.7
Phillip
NetWorx as a service 11 February 2012, 11:06 |
BG Wrote:
-------------------------------------------------------
> Networx as a Service
>
> NOTE: You will see the users SYSTEM under the User
> Statistics now. If you wish to record a specific
> User account change the Service to run as that
> user.
This seems to run fine. I've set it up per the reg file. A couple of questions though;
"should" I change the user to the user that I log on as? What does the user SYSTEM imply? That all users will be monitored or only traffic for the user "system" will be monitored?
Networkx is current set to load at windows start up. Should I disable that? Does running it as a service and loading at windows start up create the potential for duplicating data?
-------------------------------------------------------
> Networx as a Service
>
> NOTE: You will see the users SYSTEM under the User
> Statistics now. If you wish to record a specific
> User account change the Service to run as that
> user.
This seems to run fine. I've set it up per the reg file. A couple of questions though;
"should" I change the user to the user that I log on as? What does the user SYSTEM imply? That all users will be monitored or only traffic for the user "system" will be monitored?
Networkx is current set to load at windows start up. Should I disable that? Does running it as a service and loading at windows start up create the potential for duplicating data?
|
NetWoks as a service 11 February 2012, 17:50 |
Admin Registered: 12 years ago Posts: 5 655 |