You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+12-7Lines changed: 12 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,22 +1,27 @@
1
-
# StackImpact Python Agent
1
+
# StackImpact Python Profiler
2
2
3
3
## Overview
4
4
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/).
5
+
StackImpact is a production-grade performance profiler built for both production and development environments. It gives developers continuous and historical code-level view of application performance that is essential for locating CPU, memory allocation and I/O hot spots as well as latency bottlenecks. Included runtime metrics and error monitoring complement profiles for extensive performance analysis. Learn more at [stackimpact.com](https://stackimpact.com/).
* Continuous hot spot profiling for CPU, memory allocations, blocking calls
12
-
* Error monitoring
13
-
* Health monitoring including CPU, memory, garbage collection and other runtime metrics
14
-
*Anomaly detection
15
-
*Multiple account users for team collaboration
11
+
* Continuous hot spot profiling for CPU usage, memory allocation, blocking calls.
12
+
* Error and exception monitoring.
13
+
* Health monitoring including CPU, memory, garbage collection and other runtime metrics.
14
+
*Alerts on profile anomalies.
15
+
*Team access.
16
16
17
17
Learn more on the [features](https://stackimpact.com/features/) page (with screenshots).
18
18
19
19
20
+
#### How it works
21
+
22
+
The StackImpact profiler agent is imported into a program and used as a normal package. When the program runs, various sampling profilers are started and stopped automatically by the agent and/or programmatically using the agent methods. The agent periodically reports recorded profiles and metrics to the StackImpact Dashboard. If an application has multiple processes, also referred to as workers, instances or nodes, only one or two processes will have active agents at any point of time.
23
+
24
+
20
25
#### Documentation
21
26
22
27
See full [documentation](https://stackimpact.com/docs/) for reference.
0 commit comments