From the course: Graphite and Grafana: Visualizing Application Performance
Unlock the full course today
Join today to access over 24,800 courses taught by industry experts.
Verifying the system
From the course: Graphite and Grafana: Visualizing Application Performance
Verifying the system
- [Instructor] In this video, we will walk through verifying all the components of our Graphite installation and setup. First we can check the network settings on our machine to ensure that Carbon Cache is up and running. We'll do this by typing sudo netstat -tulpn. Ooh, with a dash, tulpn, with a pipe, grep 2003, and hit Enter. Here we see that Carbon Cache is running on its default port of 2003. Next we can send data directly to Carbon and ensure that it is being received correctly. To send data, we will type echo, with quotes, email underscore sending dot emails dot sent, with a space, 300, and then we will also add the date for our timestamp. We will pipe this into netcat and set it to localhost on port 2003. Once we've sent this test data over, we can search on disk for the associated whisper file. Searching the whisper root in our setup located at /var/lib/graphite/whisper/, we see that the email sending directory has been created. And in fact, the emails directory has also been…
Practice while you learn with exercise files
Download the files the instructor uses to teach the course. Follow along and learn by watching, listening and practicing.
Contents
-
-
-
-
(Locked)
Graphite basics and components3m 41s
-
(Locked)
Installing Graphite2m 31s
-
(Locked)
Setting up the Graphite-web database4m 29s
-
(Locked)
Carbon overview3m 59s
-
(Locked)
Configuring carbon4m 17s
-
(Locked)
Configuring Graphite-web2m 22s
-
(Locked)
Whisper files5m 5s
-
(Locked)
Verifying the system2m 2s
-
(Locked)
The Graphite UI2m 38s
-
(Locked)
Graphite scaling and performance5m 23s
-
(Locked)
-
-
-