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
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -61,18 +61,18 @@ Please refer to any one of the following links if you want to build the yc-360-s
61
61
<details>
62
62
<summary><strong>1. What if I Want to Capture Additional Data that yc-360 Script Doesn’t Collect by Default?</strong></summary>
63
63
64
-
You can extend the functionality using the <ahref="https://test.docs.ycrash.io/ycrash-agent/features/extended-data.html"target="_blank"rel="noopener noreferrer">`-edScript` argument</a>. This lets you specify a custom script that yc-360 script will execute as the final step, allowing you to capture additional logs, metrics, or custom files specific to your environment.
64
+
You can extend the functionality using the [`-edScript` argument](https://test.docs.ycrash.io/ycrash-agent/features/extended-data.html). This lets you specify a custom script that yc-360 script will execute as the final step, allowing you to capture additional logs, metrics, or custom files specific to your environment.
65
65
</details>
66
66
67
67
<details>
68
-
<summary><strong>What is the Overhead of Running yc-360 Script?</strong></summary>
68
+
<summary><strong>2. What is the Overhead of Running yc-360 Script?</strong></summary>
69
69
70
70
The yc-360 script is designed to be lightweight and non-intrusive, ensuring minimal impact on your application's performance. It primarily reads existing system and application data without altering configurations or consuming significant resources. In performance tests conducted on a Linux machine running a Java Spring Boot application, the script demonstrated:
71
71
72
72
-**CPU Usage:** Averaging around 0.05%, with occasional spikes up to 3% during data collection.
73
73
-**Memory Usage:** Consistently between 0.1% and 0.2%.
74
74
75
-
These metrics indicate that yc-360 script can safely run in production environments without causing noticeable overhead. For detailed insights, refer to the <ahref="https://blog.ycrash.io/ycrash-agent-overhead-performance/"target="_blank"rel="noopener noreferrer">yc-360 Script Overhead Performance</a> blog post.
75
+
These metrics indicate that yc-360 script can safely run in production environments without causing noticeable overhead. For detailed insights, refer to the [yc-360 Script Overhead Performance](https://blog.ycrash.io/ycrash-agent-overhead-performance/) blog post.
76
76
</details>
77
77
78
78
<details>
@@ -84,7 +84,7 @@ Absolutely. The yc-360 script is a non-intrusive, read-only script. It doesn’t
84
84
<details>
85
85
<summary><strong>4. Can yc-360 Script be executed in containerized environments like Docker, Kubernetes, or OpenShift?</strong></summary>
86
86
87
-
Yes, yc-360 script is designed to work seamlessly across all major environments — including bare-metal servers, virtual machines, Docker containers, Kubernetes, and OpenShift. You can execute the script directly inside your containers or use it as part of a sidecar or init container to collect diagnostic data. For detailed guidance on each supported environments, visit <ahref="https://test.docs.ycrash.io/ycrash-agent/environment/introduction.html"target="_blank"rel="noopener noreferrer">https://test.docs.ycrash.io/ycrash-agent/environment/introduction.html</a>
87
+
Yes, yc-360 script is designed to work seamlessly across all major environments — including bare-metal servers, virtual machines, Docker containers, Kubernetes, and OpenShift. You can execute the script directly inside your containers or use it as part of a sidecar or init container to collect diagnostic data. For detailed guidance on each supported environments, visit [https://test.docs.ycrash.io/ycrash-agent/environment/introduction.html](https://test.docs.ycrash.io/ycrash-agent/environment/introduction.html)
88
88
</details>
89
89
90
90
<details>
@@ -110,10 +110,10 @@ The yc-360 script is effective in diagnosing memory leaks, GC pauses, CPU spikes
110
110
111
111
You have two options:
112
112
113
-
-**Manual Analysis**: You can analyze individual artifacts using specialized tools like <ahref="https://gceasy.io"target="_blank"rel="noopener noreferrer">gceasy.io</a> for GC logs, <ahref="https://fastthread.io"target="_blank"rel="noopener noreferrer">fastThread.io</a> for thread dumps, <ahref="https://heaphero.io"target="_blank"rel="noopener noreferrer">heaphero.io</a> for heap dumps, or Eclipse MAT.
113
+
-**Manual Analysis**: You can analyze individual artifacts using specialized tools like [gceasy.io](https://gceasy.io)for GC logs, [fastThread.io](https://fastthread.io)for thread dumps, [heaphero.io](https://heaphero.io) for heap dumps, or Eclipse MAT.
114
114
115
115
-**Automated Unified Analysis**: You can upload the entire artifact bundle to yCrash.io using the Bundle Upload feature for a comprehensive 360° root cause analysis.
116
-
For more details, refer to the <ahref="https://docs.ycrash.io/ycrash-features/bundle-upload.html"target="_blank"rel="noopener noreferrer">Bundle Upload</a> documentation.
116
+
For more details, refer to the [Bundle Upload](https://docs.ycrash.io/ycrash-features/bundle-upload.html) documentation.
0 commit comments