Sha256: 8be7c757a25bc5479b27b4a07f9c59a535dfa4cb23ff63e5380389ef203432b1
Contents?: true
Size: 141 Bytes
Versions: 5
Compression:
Stored size: 141 Bytes
Contents
module Usagewatch # Show the current http connections on 80 port def self.uw_httpconns `netstat -an | grep :80 |wc -l`.to_i end end
Version data entries
5 entries across 5 versions & 2 rubygems