Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- [aspnethealth]
- TITLE ASP.NET health
- YAXIS Number
- DEF:ConnCurr=aspnethealth.rrd:ConnectionsCurrent:AVERAGE
- DEF:ReqCurr=aspnethealth.rrd:RequestsCurrent:AVERAGE
- DEF:ReqQue=aspnethealth.rrd:RequestsQueued:AVERAGE
- LINE2:ConnCurr#0000FF:Connections
- GPRINT:ConnCurr:LAST: \: %5.1lf%s (cur)
- GPRINT:ConnCurr:MAX: \: %5.1lf%s (max)
- GPRINT:ConnCurr:MIN: \: %5.1lf%s (min)
- GPRINT:ConnCurr:AVERAGE: \: %5.1lf%s (avg)\n
- LINE2:ReqCurr#00FF00:Requests
- GPRINT:ReqCurr:LAST: \: %5.1lf%s (cur)
- GPRINT:ReqCurr:MAX: \: %5.1lf%s (max)
- GPRINT:ReqCurr:MIN: \: %5.1lf%s (min)
- GPRINT:ReqCurr:AVERAGE: \: %5.1lf%s (avg)\n
- LINE2:ReqQue#FF0000:Queued
- GPRINT:ReqQue:LAST: \: %5.1lf%s (cur)
- GPRINT:ReqQue:MAX: \: %5.1lf%s (max)
- GPRINT:ReqQue:MIN: \: %5.1lf%s (min)
- GPRINT:ReqQue:AVERAGE: \: %5.1lf%s (avg)\n
Advertisement
Add Comment
Please, Sign In to add comment