how to monitor Performance counters of HP Web Tour sample application apache server installed locally in system using jvisualvm or any other utility.

1

There are 1 best solutions below

2
Dmitri T On

Looking into Monitoring Your Server and 9 Key Apache Web Server Performance Metrics to Monitor it appears that:

  1. You need to keep an eye on Apache error log
  2. You need to consider Apache specific metrics like requests per second, bytes per second, bytes per request. You should be also able to extract these metrics from your performance testing tool, normally they must report these kind of stats.
  3. You need to consider infrastructure metrics like CPU, RAM, Disk, Network, Swap usage on the machine where you're running this sample application. The majority of operating system come with built-in monitoring tools i.e. Windows Performance Monitor or number of command-line utilities for Linux or a 3rd-party cross-platform monitoring solution like PerfMon or Zabbix