dv-rastogi / cn-concurrent-servers

concurrent servers in c to query cpu process utilization of server

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Concurrent server in C:

Concurrent server in C to query CPU utilisation of server and client via TCP socket programming.

  1. Run make sm to start the server (Source code: concurrent/server_m.c)
  2. Run make cm to start the client (Source code: concurrent/client_m.c)
  • You can configure NUM_C in concurrent/client_m.c to the number of clients.
  • Server files are stored in directory server/.
  • Client files are stored in directory client/.
  • Finally run: python3 analysis.py to visualise average response time vs number of clients.

About

concurrent servers in c to query cpu process utilization of server


Languages

Language:C 95.0%Language:Python 2.7%Language:Makefile 2.3%