Advertisement
Guest User

Untitled

a guest
Apr 26th, 2015
205
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.88 KB | None | 0 0
  1. "Старушка" Java показывает как надо :D
  2. url отдает JSP, по дороге выполняя sql запрос в postgresql
  3. Core i5 540m 2.4Ghz (2c/4T)
  4. Debian8 Java8 u45
  5. Apache tomcat 8.0.15
  6.  
  7. export CATALINA_OPTS="$CATALINA_OPTS -server -noverify"
  8. export CATALINA_OPTS="$CATALINA_OPTS -Xms768m -Xmx768m"
  9.  
  10. Postgresql 9.4 30 connections
  11.  
  12. This is ApacheBench, Version 2.3 <$Revision: 1604373 $>
  13. Copyright 1996 Adam Twiss, Zeus Technology Ltd, http://www.zeustech.net/
  14. Licensed to The Apache Software Foundation, http://www.apache.org/
  15.  
  16. Benchmarking localhost (be patient)
  17.  
  18.  
  19. Server Software: Apache-Coyote/1.1
  20. Server Hostname: localhost
  21. Server Port: 9080
  22.  
  23. Document Path: /das/login
  24. Document Length: 4323 bytes
  25.  
  26. Concurrency Level: 30
  27. Time taken for tests: 10.655 seconds
  28. Complete requests: 30000
  29. Failed requests: 0
  30. Total transferred: 143160000 bytes
  31. HTML transferred: 129690000 bytes
  32. Requests per second: 2815.69 [#/sec] (mean)
  33. Time per request: 10.655 [ms] (mean)
  34. Time per request: 0.355 [ms] (mean, across all concurrent requests)
  35. Transfer rate: 13121.56 [Kbytes/sec] received
  36.  
  37. Connection Times (ms)
  38. min mean[+/-sd] median max
  39. Connect: 0 1 0.7 0 6
  40. Processing: 1 10 6.4 8 58
  41. Waiting: 0 9 6.4 8 57
  42. Total: 1 11 6.4 9 59
  43. WARNING: The median and mean for the initial connection time are not within a normal deviation
  44. These results are probably not that reliable.
  45.  
  46. Percentage of the requests served within a certain time (ms)
  47. 50% 9
  48. 66% 12
  49. 75% 15
  50. 80% 16
  51. 90% 19
  52. 95% 22
  53. 98% 25
  54. 99% 29
  55. 100% 59 (longest request)
  56.  
  57.  
  58. Tomcat CPU load: 263%
  59. JVM memory usage: ~500mb
  60. Tomcat disk write(logs): 130Kb/s
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement