Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 394db3d

Browse files
update readme
1 parent 1f944af commit 394db3d

File tree

2 files changed

+35
-20
lines changed

2 files changed

+35
-20
lines changed

‎README.md

Lines changed: 12 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,27 @@
1-
# StackImpact Python Agent
1+
# StackImpact Python Profiler
22

33
## Overview
44

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/).
66

77
![dashboard](https://stackimpact.com/img/readme/hotspots-cpu-1.4-python.png)
88

99
#### Features
1010

11-
* 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.
1616

1717
Learn more on the [features](https://stackimpact.com/features/) page (with screenshots).
1818

1919

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+
2025
#### Documentation
2126

2227
See full [documentation](https://stackimpact.com/docs/) for reference.

‎README.rst

Lines changed: 23 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,15 @@
1-
StackImpact Python Agent
2-
========================
1+
StackImpact Python Profiler
2+
===========================
33

44
Overview
55
--------
66

77
StackImpact is a production-grade performance profiler built for both
88
production and development environments. It gives developers continuous
9-
and historical view of application performance with line-of-code
10-
precision that is essential for locating CPU, memory allocation and
11-
blocking call hot spots as well as latency bottlenecks. Included runtime
12-
metric and error monitoring complement profiles for extensive
13-
performance analysis. Learn more at
9+
and historical code-level view of application performance that is
10+
essential for locating CPU, memory allocation and I/O hot spots as well
11+
as latency bottlenecks. Included runtime metric and error monitoring
12+
complements profiles for extensive performance analysis. Learn more at
1413
`stackimpact.com <https://stackimpact.com/>`__.
1514

1615
.. figure:: https://stackimpact.com/img/readme/hotspots-cpu-1.4-python.png
@@ -21,17 +20,28 @@ performance analysis. Learn more at
2120
Features
2221
^^^^^^^^
2322

24-
- Continuous hot spot profiling for CPU, memory allocations, blocking
25-
calls
26-
- Error monitoring
23+
- Continuous hot spot profiling for CPU usage, memory allocation,
24+
blocking calls.
25+
- Error and exception monitoring.
2726
- Health monitoring including CPU, memory, garbage collection and other
28-
runtime metrics
29-
- Anomaly detection
30-
- Multiple account users for team collaboration
27+
runtime metrics.
28+
- Alerts on profile anomalies.
29+
- Team access.
3130

3231
Learn more on the `features <https://stackimpact.com/features/>`__ page
3332
(with screenshots).
3433

34+
How it works
35+
^^^^^^^^^^^^
36+
37+
The StackImpact profiler agent is imported into a program and used as a
38+
normal package. When the program runs, various sampling profilers are
39+
started and stopped automatically by the agent and/or programmatically
40+
using the agent methods. The agent periodically reports recorded
41+
profiles and metrics to the StackImpact Dashboard. If an application has
42+
multiple processes, also referred to as workers, instances or nodes,
43+
only one or two processes will have active agents at any point of time.
44+
3545
Documentation
3646
^^^^^^^^^^^^^
3747

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /