|
|
|
|
|
|
|
|
|
rotateLogs(self)
Close the logfile, then reopen using the previous logfilename |
source code
|
|
|
logWrite(self,
request,
bytes_sent,
time_connected) |
source code
|
|
|
|
|
|
|
|
|
|
|
getMaxAllowedClients(self,
maxclients)
maximum number of allowed clients based on soft limit for number of
open file descriptors and fd reservation. |
source code
|
|
|
reachedServerLimits(self)
Check whether or not the server reached the limit of concurrent
client |
source code
|
|
dict
|
|
|
|
|
|
|
|
|
_logRequestFromIP(self,
ip)
Returns whether we want to log a request from this IP; allows us to
filter requests from automated monitoring systems. |
source code
|
|
|
|
|
|
Inherited from twisted.web.resource.Resource :
__providedBy__ ,
__provides__ ,
delEntity ,
getChild ,
getChildForRequest ,
getChildWithDefault ,
getDynamicEntity ,
getStaticEntity ,
listDynamicEntities ,
listDynamicNames ,
listEntities ,
listNames ,
listStaticEntities ,
listStaticNames ,
putChild ,
reallyPutEntity ,
render ,
render_HEAD
Inherited from extern.log.log.Loggable :
debug ,
doLog ,
error ,
info ,
log ,
logFunction ,
logObjectName ,
warning ,
warningFailure ,
writeMarker
|