85 | Redline is a powerful Redis performance metrics visualizer that’s easy
86 | to set up, free to use, and alerts developers to performance issues,
87 | so that they can avoid spending time constantly monitoring their Redis
88 | instances.
89 |
90 |
91 | {/* features */}
92 |
93 |
94 |
95 |
Core Redis Metrics
96 |
97 | With Redline, developers can visualize any performance metrics in real-time to diagnose performance issues and improve efficiency of their Redis instances.
98 |
99 |
100 |
101 |
102 |
103 |
Alerts
104 |
105 | Our intuitive alert system notifies developers when their Redis instances perform outside of specified metric thresholds - allowing developers to spend less time monitoring.
106 |
107 |
108 |
109 |
110 |
111 |
112 |
Manage Endpoints
113 |
114 | Upon signing up, developers can quickly save cache endpoints and jump back in to where they left off.
115 |
116 |
117 |
118 | {/* testimonials */}
119 |
157 |
158 |
159 |
160 |
161 |
LUKE DRISCOLL
162 |
software engineer
163 |
164 |
169 |
170 |
171 |
172 |
177 |
178 |
179 |
180 |
181 |
182 |
ELVIN YUEN
183 |
software engineer
184 |
185 |
190 |
191 |
192 |
197 |
198 |
199 |
200 |
201 |
202 |
ALAN PERNG
203 |
software engineer
204 |
205 |
210 |
211 |
212 |
217 |
218 |
219 |
220 |
221 |
222 |
SAKURA AKIYAMA
223 |
software engineer
224 |
225 |
230 |
231 |
232 |
237 |
238 |
239 |
240 |
241 |
242 | );
243 | }
244 |
--------------------------------------------------------------------------------
/src/pages/monitoring.tsx:
--------------------------------------------------------------------------------
1 | import Main from '../components/Main'
2 | import Head from 'next/head';
3 |
4 | export default function Home() {
5 | return (
6 |