|
2 | 2 |
|
3 | 3 | ## Overview
|
4 | 4 |
|
5 | | -StackImpact is a performance profiler for production applications. It gives developers continuous and historical view of application performance with line-of-code precision, which includes CPU, memory allocation and blocking call hot spots as well as execution bottlenecks, errors and runtime metrics. Learn more at [stackimpact.com](https://stackimpact.com/). |
| 5 | +StackImpact is a production-grade performance profiler built for both production and development environments. It gives developers continuous and historical view of application performance with line-of-code precision that is essential for locating CPU, memory allocation and blocking call hot spots as well as latency bottlenecks. Included runtime metric and error monitoring complement profiles for extensive performance analysis. Learn more at [stackimpact.com](https://stackimpact.com/). |
6 | 6 |
|
7 | 7 | 
|
8 | 8 |
|
@@ -37,7 +37,7 @@ See full [documentation](https://stackimpact.com/docs/) for reference.
|
37 | 37 |
|
38 | 38 | #### Create StackImpact account
|
39 | 39 |
|
40 | | -[Sign up](https://dashboard.stackimpact.com/#/signup) for a free account (also with GitHub login). |
| 40 | +[Sign up](https://dashboard.stackimpact.com/#/signup) for a free trial account (also with GitHub login). |
41 | 41 |
|
42 | 42 |
|
43 | 43 | #### Installing the agent
|
@@ -93,4 +93,4 @@ To enable debug logging, add `debug = True` to startup options. If the debug log
|
93 | 93 |
|
94 | 94 | ## Overhead
|
95 | 95 |
|
96 | | -The agent overhead is measured to be less than 1% for applications under high load. For applications that are horizontally scaled to multiple processes, StackImpact agents are only active on a small subset (adjustable) of the processes at any point of time, therefore the total overhead is much lower. |
| 96 | +The agent overhead is measured to be less than 1% for applications under high load. For applications that are horizontally scaled to multiple processes, StackImpact agents are only active on a small subset of the processes at any point of time, therefore the total overhead is much lower. |
0 commit comments