Code Monkey home page Code Monkey logo

pinghampton's Introduction

pinghampton

Example polling API client daemon in core PHP, stashed here for later...

This code is part of a ping plotting application I poked around at writing. My goal was to implement a minimalistic client/server API using nothing but core PHP, without any external dependencies. Once the bare essentials were done, and I had a functional client "daemon" and a functional server-side ingester, I moved on and never got around to building a web interface.

Everything here works, but nothing is complete. I've logged millions of pings with the client (pinger.php) running on a variety of Linux, Windows, Mac, and FreeBSD systems. But there's no web interface to speak of, just display.php, which can generate a graph of ping data. It uses JpGraph, not included here.

To run the client:

/usr/bin/php /usr/local/etc/pinghampton/pinger.php > /dev/null 2>&1 &

On the server, a cron job should be set to run every few minutes and distill the submitted raw ping data into the format used by the grapher:

*/3 * * * * /usr/bin/mysql --defaults-file=/home/cronsql/.mysql_password < /path/to/production-push.sql

pinghampton's People

Contributors

parseword avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.