index
:
delta/python-packages/mod_wsgi.git
develop
feature/request-metrics
master
stable/1.X
stable/2.X
stable/3.X
github.com: GrahamDumpleton/mod_wsgi.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
server
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
Fix deprecation warning in PyArg_ParseTuple().
Graham Dumpleton
2021-02-13
2
-2
/
+4
|
*
Stop Apache parent process aborting when lazy initialization is turned off.
Graham Dumpleton
2020-12-24
1
-0
/
+9
|
*
Disable reloading by default when embedded mode used.
Graham Dumpleton
2020-11-01
1
-2
/
+5
|
*
Don't pass values for queue and daemon time when embedded mode.
Graham Dumpleton
2020-11-01
1
-11
/
+32
|
*
Add workaround to force importing of threading module in main thread.
Graham Dumpleton
2020-10-30
1
-2
/
+12
|
*
No need to lock mutex when script reloading is not enabled.
Graham Dumpleton
2020-10-06
1
-4
/
+7
|
*
Send request to daemon immediately if reloading and queue timeout disabled.
Graham Dumpleton
2020-10-06
2
-16
/
+36
|
*
Move position of locking for staring request to avoid delays.
Graham Dumpleton
2020-10-06
1
-15
/
+15
|
*
Release Python GIL when checking modification time of file.
Graham Dumpleton
2020-10-05
1
-5
/
+8
|
*
Release Python GIL when flush response to start sending request data.
Graham Dumpleton
2020-10-05
1
-0
/
+4
|
*
Release GIL while doing checking script modification time.
Graham Dumpleton
2020-10-05
1
-5
/
+8
|
*
Separate out time spent in daemon process.
Graham Dumpleton
2020-10-05
3
-7
/
+53
|
*
Report queue time distinct from server time.
Graham Dumpleton
2020-10-04
3
-5
/
+48
|
*
Change how capture active threads in period.
Graham Dumpleton
2020-10-04
2
-13
/
+7
|
*
Report bucketed metric data on request thread usage.
Graham Dumpleton
2020-10-04
1
-0
/
+22
|
*
Fix process crash on Apache startup due to incorrect use of memory pools.
Graham Dumpleton
2020-10-04
1
-1
/
+10
|
*
Increment mod_wsgi version to 4.8.0.
Graham Dumpleton
2020-10-04
1
-3
/
+3
|
*
Avoid event MPM in debug and embedded mode as unreliable with low number of t...
Graham Dumpleton
2020-09-27
1
-1
/
+5
|
*
If using debug mode, try and force prefork MPM and fallback to worker MPM.
Graham Dumpleton
2020-09-27
1
-0
/
+3
|
*
Move where details of operating mode output.
Graham Dumpleton
2020-09-27
1
-7
/
+7
|
*
Add working directory to module search path for debug mode or embedded mode.
Graham Dumpleton
2020-09-27
1
-0
/
+4
|
*
Add support for --embedded-mode option to mod_wsgi-express.
Graham Dumpleton
2020-09-27
1
-12
/
+72
|
*
Set default for keep alive timeout for mod_wsgi-express to 2 seconds.
Graham Dumpleton
2020-09-26
1
-3
/
+4
|
*
Don't attempt to import WSGI module as could have side effects.
Graham Dumpleton
2020-09-24
1
-4
/
+5
|
*
Always run tty check.
Graham Dumpleton
2020-09-24
1
-1
/
+1
|
*
Can't determine CPU on Windows.
Graham Dumpleton
2020-09-16
1
-0
/
+5
|
*
Add process ID to request metrics.
Graham Dumpleton
2020-09-15
1
-0
/
+5
|
*
Add memory metrics to request metrics.
Graham Dumpleton
2020-09-15
1
-0
/
+10
|
*
CPU usage can actually go over 1 in some cases when have multiple CPUs availa...
Graham Dumpleton
2020-09-13
1
-11
/
+0
|
*
Move where clear buckets.
Graham Dumpleton
2020-09-11
1
-7
/
+5
|
*
Only add to the one time bucket it matches.
Graham Dumpleton
2020-09-11
1
-16
/
+15
|
*
Add time buckets and change server time name.
Graham Dumpleton
2020-09-10
1
-18
/
+87
|
*
Switch response time back to application time.
Graham Dumpleton
2020-09-10
1
-14
/
+14
|
*
Change names of variables reported for request metrics.
Graham Dumpleton
2020-09-10
1
-62
/
+66
|
*
Add separate shutdown subscriptions capability.
Graham Dumpleton
2020-09-05
3
-40
/
+102
|
*
Permanently enable isatty check to ignore SIGWINCH.
Graham Dumpleton
2020-09-04
1
-11
/
+12
|
*
Drop and rename variables.
Graham Dumpleton
2020-09-04
1
-14
/
+9
|
*
Change name of variable reporting metric.
Graham Dumpleton
2020-09-04
1
-3
/
+3
|
*
Reporting wrong variable.
Graham Dumpleton
2020-09-04
1
-4
/
+2
|
*
Cap at 100% when maths means it goes slightly over.
Graham Dumpleton
2020-09-04
1
-0
/
+21
|
*
Report if thread used in interval.
Graham Dumpleton
2020-09-04
2
-0
/
+22
|
*
Rename reporting variables.
Graham Dumpleton
2020-09-04
1
-12
/
+14
|
*
Ensure normalize CPU usage over time interval.
Graham Dumpleton
2020-09-04
1
-2
/
+4
|
*
Report CPU times.
Graham Dumpleton
2020-09-04
1
-1
/
+52
|
*
Change name of variables reported.
Graham Dumpleton
2020-09-03
1
-6
/
+6
|
*
Apply cast to sum.
Graham Dumpleton
2020-09-03
1
-3
/
+3
|
*
Report average server and application time for requests in period.
Graham Dumpleton
2020-09-03
3
-3
/
+81
|
*
Change name of variable for request rate.
Graham Dumpleton
2020-09-02
1
-6
/
+6
|
*
Need to divide by time interval.
Graham Dumpleton
2020-09-02
1
-1
/
+2
|
*
Get exact request count at time of getting utilization for period.
Graham Dumpleton
2020-09-02
1
-9
/
+14
[prev]
[next]