singtel@sFlow-vm:/usr/local$ systemctl status sflow-rt
● sflow-rt.service - InMon sFlow-RT real-time sFlow analyzer
Loaded: loaded (/lib/systemd/system/sflow-rt.service; enabled; vendor preset: enabled)
Active: active (running) since Mon 2025-04-28 09:11:22 UTC; 2min 53s ago
Docs: https://sflow-rt.com/
Main PID: 1265 (java)
Tasks: 35 (limit: 4646)
Memory: 113.7M
CPU: 2.724s
CGroup: /system.slice/sflow-rt.service
└─1265 java -Xms1G -Xmx1G -XX:+UseG1GC -XX:+UseStringDeduplication -XX:MaxGCPauseMillis=100 -XX:+ExitOnOutOfMemoryError -Dsystem.propertyFiles=conf.d/sflow-rt.conf -jar ./l>
Apr 28 09:11:22 sFlow-vm systemd[1]: Started InMon sFlow-RT real-time sFlow analyzer.
singtel@sFlow-vm:/usr/local$
singtel@sFlow-vm:/usr/local$ curl http://localhost:8008 -v
* Trying 127.0.0.1:8008...
* Connected to localhost (127.0.0.1) port 8008 (#0)
> GET / HTTP/1.1
> Host: localhost:8008
> User-Agent: curl/7.81.0
> Accept: */*
>
* Mark bundle as not supporting multiuse
< HTTP/1.1 302 Found
< Date: Mon, 28 Apr 2025 09:14:23 GMT
< Location: http://localhost:8008/html/index.html
< Content-Length: 0
<
* Connection #0 to host localhost left intact
singtel@sFlow-vm:/usr/local$
singtel@sFlow-vm:/usr/local$
Regards
Atul