Numero visitatori contemporanei Apache

netstat -atpun | grep ":80 " | grep ":ffff:" | awk '{print $4" "$5}' | sed -s 's/::ffff:/ /g' | awk -F":" '{print $1" "$2}' | uniq | wc -l

Lotus Domino tell http options

tell http clearcaches                   Clears the command and design caches. tell http inotes flushforms             Clear IBM Lotus iNotes forms caches. tell http refresh                       Refreshes the HTTP configuration. tell http restart                       Restarts the HTTP task and refreshes its configuration. tell http show file access        ... [Read More]