Click here to Skip to main content
15,900,108 members
Home / Discussions / C#
   

C#

 
GeneralProblem with registering a COM object Pin
Anonymous14-Sep-04 6:55
Anonymous14-Sep-04 6:55 
GeneralRe: Problem with registering a COM object Pin
mav.northwind14-Sep-04 7:11
mav.northwind14-Sep-04 7:11 
GeneralRe: Problem with registering a COM object Pin
Heath Stewart14-Sep-04 10:51
protectorHeath Stewart14-Sep-04 10:51 
GeneralRe: Problem with registering a COM object Pin
Code Learner15-Sep-04 5:12
sussCode Learner15-Sep-04 5:12 
Generalnetwork monitoring Pin
14-Sep-04 6:33
suss14-Sep-04 6:33 
GeneralRe: network monitoring Pin
Charlie Williams14-Sep-04 10:06
Charlie Williams14-Sep-04 10:06 
GeneralRe: network monitoring Pin
Dave Kreskowiak14-Sep-04 10:25
mveDave Kreskowiak14-Sep-04 10:25 
GeneralRe: network monitoring Pin
yoaz14-Sep-04 15:19
yoaz14-Sep-04 15:19 
First you have to be sure what client load means, where the main issues are:

  1. how do you measure data? bytes, packets, etc.
  2. how do you measure time? sec, msec, hour..

If the answer to the second question is a long time, e.g. measuring the daily load, you might write a relatively simple client for each computer, and send the data to a "server" once a day. For the clients, you might want to use the Performance Counters, which u could access through the Server Explorer pane.

If you need much shorter measurement times, such as net load per second, sending data from clients screws up all measurements (and with some effort you could overload you're net). In such a case, you need some networking knowledge. If all the machines, e.g., are connected through a single switch, u could use one of the machines to sniff packets (in non/promicious mode? i don't remember). this is not so simple - try looking up winpcap which is a packet pick up library. i think that someone here has built a c# wrapper for it.

there are no facts, only interpretations
GeneralContext menu with sub menu Pin
CyberTech14-Sep-04 6:26
CyberTech14-Sep-04 6:26 
GeneralRe: Context menu with sub menu Pin
Heath Stewart14-Sep-04 10:56
protectorHeath Stewart14-Sep-04 10:56 
GeneralRe: Context menu with sub menu Pin
CyberTech14-Sep-04 12:00
CyberTech14-Sep-04 12:00 
GeneralRe: Context menu with sub menu Pin
Heath Stewart14-Sep-04 12:08
protectorHeath Stewart14-Sep-04 12:08 
GeneralMobileWebApplication on PocketPc Pin
mathon14-Sep-04 6:02
mathon14-Sep-04 6:02 
GeneralRe: MobileWebApplication on PocketPc Pin
sreejith ss nair14-Sep-04 18:00
sreejith ss nair14-Sep-04 18:00 
GeneralRe: MobileWebApplication on PocketPc Pin
mathon15-Sep-04 3:50
mathon15-Sep-04 3:50 
GeneralRe: MobileWebApplication on PocketPc Pin
sreejith ss nair15-Sep-04 4:05
sreejith ss nair15-Sep-04 4:05 
GeneralRe: MobileWebApplication on PocketPc Pin
mathon15-Sep-04 22:16
mathon15-Sep-04 22:16 
GeneralRe: MobileWebApplication on PocketPc Pin
mathon15-Sep-04 3:50
mathon15-Sep-04 3:50 
GeneralAn extra controls for Smart Device Framework in Whidbey Pin
shayro14-Sep-04 5:22
shayro14-Sep-04 5:22 
GeneralRe: An extra controls for Smart Device Framework in Whidbey Pin
sreejith ss nair14-Sep-04 17:54
sreejith ss nair14-Sep-04 17:54 
GeneralADO.Net locking Pin
pkandoth14-Sep-04 5:08
pkandoth14-Sep-04 5:08 
GeneralRe: ADO.Net locking Pin
sreejith ss nair14-Sep-04 17:50
sreejith ss nair14-Sep-04 17:50 
GeneralADO.Net locking Pin
pkandoth14-Sep-04 5:08
pkandoth14-Sep-04 5:08 
GeneralRe: ADO.Net locking Pin
sreejith ss nair14-Sep-04 17:50
sreejith ss nair14-Sep-04 17:50 
GeneralWorking out if a process has focus or not Pin
CoffeeZombie14-Sep-04 4:30
CoffeeZombie14-Sep-04 4:30 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.