Sentinel控制台
java -Dserver.port=8080 \
-Dcsp.sentinel.dashboard.server=localhost:8080 \
-Dproject.name=sentinel-dashboard \
-jar target/sentinel-dashboard.jar
[weikeqin@bogon Downloads]$ java -Dserver.port=8080 -Dcsp.sentinel.dashboard.server=localhost:8080 -Dproject.name=sentinel-dashboard -jar sentinel-dashboard-1.8.6.jar
INFO: Sentinel log output type is: file
INFO: Sentinel log charset is: utf-8
INFO: Sentinel log base directory is: /Users/weikeqin/logs/csp/
INFO: Sentinel log name use pid is: false
INFO: Sentinel log level is: INFO
. ____ _ __ _ _
/\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
\\/ ___)| |_)| | | | | || (_| | ) ) ) )
' |____| .__|_| |_|_| |_\__, | / / / /
=========|_|==============|___/=/_/_/_/
:: Spring Boot :: (v2.5.12)
2023-01-14 15:33:46.974 INFO 53124 --- [ main] c.a.c.s.dashboard.DashboardApplication : Starting DashboardApplication using Java 19.0.1 on bogon with PID 53124 (/Users/weikeqin/Downloads/sentinel-dashboard-1.8.6.jar started by weikeqin in /Users/weikeqin/Downloads)
2023-01-14 15:33:46.977 INFO 53124 --- [ main] c.a.c.s.dashboard.DashboardApplication : No active profile set, falling back to 1 default profile: "default"
2023-01-14 15:33:48.040 INFO 53124 --- [ main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 8080 (http)
2023-01-14 15:33:48.051 INFO 53124 --- [ main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
2023-01-14 15:33:48.052 INFO 53124 --- [ main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.60]
2023-01-14 15:33:48.152 INFO 53124 --- [ main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
2023-01-14 15:33:48.153 INFO 53124 --- [ main] w.s.c.ServletWebServerApplicationContext : Root WebApplicationContext: initialization completed in 1112 ms
2023-01-14 15:33:48.229 INFO 53124 --- [ main] c.a.c.s.dashboard.config.WebConfig : Sentinel servlet CommonFilter registered
2023-01-14 15:33:49.185 INFO 53124 --- [ main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 8080 (http) with context path ''
2023-01-14 15:33:49.196 INFO 53124 --- [ main] c.a.c.s.dashboard.DashboardApplication : Started DashboardApplication in 2.755 seconds (JVM running for 3.529)
2023-01-14 15:33:51.455 INFO 53124 --- [nio-8080-exec-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet'
2023-01-14 15:33:51.455 INFO 53124 --- [nio-8080-exec-1] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet'
2023-01-14 15:33:51.458 INFO 53124 --- [nio-8080-exec-1] o.s.web.servlet.DispatcherServlet : Completed initialization in 2 ms
2023-01-14 15:34:13.892 INFO 53124 --- [nio-8080-exec-5] o.apache.tomcat.util.http.parser.Cookie : A cookie header was received [Hm_lvt_d1ad0ae2a9976c44d556abc07cda1365=1656754551,1658499321] that contained an invalid cookie. That cookie will be ignored.
Note: further occurrences of this error will be logged at DEBUG level.
参考资料
[1] Sentinel控制台
[2] Sentinel 控制台