Server IP : 184.154.167.98 / Your IP : 3.22.68.29 Web Server : Apache System : Linux pink.dnsnetservice.com 4.18.0-553.22.1.lve.1.el8.x86_64 #1 SMP Tue Oct 8 15:52:54 UTC 2024 x86_64 User : puertode ( 1767) PHP Version : 8.2.26 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /usr/share/pcp/examples/pmie/ |
Upload File : |
// // Some Common Performance Monitoring Scenarios // // The WEBREPORT Group // // Intended to be used with archive logs to produce summaries, e.g. // pmie -v -A 1hour -S @10:00am -T @2:00pm -a somearchive WEBREPORT // produces hourly summaries for the hours 10am to 2pm // delta = 1 hour; // change to suit, else use -t from the command line // // Request rate throughput (requests per second) summaries // // you may replace the metric below with any of the other // web.allservers.requests metrics request_rate = web.allservers.requests.total; // // Data throughput (Kbytes per minute) summaries // // you may replace the metric below with any of the other // web.allservers.bytes metrics data_rate = web.allservers.bytes.total * 60 / 1024;