Announcement

Collapse
No announcement yet.

Phoronix Test Suite To Use PHP5-CLI

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Phoronix Test Suite To Use PHP5-CLI

    As the Phoronix Test Suite 0.0.1 release will be out any day now, I just want to let you guys know its dependency. The core of the Phoronix Test Suite started out being written mostly in C, but the decision was made to move it all over to PHP.

    Why PHP? While PHP is mostly known for its web usage, PHP can run on the desktop from the CLI and there is even a GTK module for PHP. PHP actually works out quite nicely on the desktop, if you've never tried it out. What's nice about this route though is the ease of installation. The Phoronix Test Suite is all about being easy to use and being able to accurately reproduce the results. To run the PTS, you just need to install php5-cli (or whatever the package may be named in your distro repository) and you'll be set. The PHP5 CLI package usually just depends upon a PHP5 common package and that's about it.

    The GD and GTK PHP libraries are optionally used by PTS, but not required. That's far less then if PTS were written in say Python with GTK where python-gtk-dev has many more dependencies and the same for other languages.

    PHP5-CLI is also small and portable enough where a binary could ship with the Phoronix Test Suite accompanied by the GD (for graph rendering) and GTK (for GUI rendering).

    In addition, I already have quite a bit of code that may come in handy for the Phoronix Test Suite from other projects already written in PHP. I've already done some performance profiling, etc and php5-cli is working out well and is suitable for use with this benchmarking utility. As another benefit, the learning curve for PHP can be low and there's plenty of documentation on PHP available (http://www.php.net/) so it will be easier for more to contribute.

    Aside from the heart of the Phoronix Test Suite, all of the test suites and test profiles continue to be written in XML and the related-benchmarking resources (pre-run, post-run, and install tasks) can be written in either PHP or shell scripts.

    I just wanted to let you all know right now why it's being written in PHP now. I've discussed this with others as well and they agree. If you have any comments or concerns, feel free to share them.
    Michael Larabel
    https://www.michaellarabel.com/

  • #2
    Phoronix Test Suite 0.0.1 was tagged this morning and now in a private beta... Initial public release coming soon.

    it's working out pretty neat so far!
    Michael Larabel
    https://www.michaellarabel.com/

    Comment


    • #3
      Really am looking forward to it do some some own benchmarking!

      Comment


      • #4
        There's also going to be an entirely new "feature" for this suite too... You'll just have to wait and see
        Michael Larabel
        https://www.michaellarabel.com/

        Comment


        • #5
          I'm really interested now.

          Comment


          • #6
            Originally posted by Vadi View Post
            I'm really interested now.
            This is getting pretty exciting... A release (and article explaining it all) will hopefully be out on Wednesday... I would do Tuesday, but I think some may think then it's an April fools joke, which it isn't.
            Michael Larabel
            https://www.michaellarabel.com/

            Comment


            • #7
              Haha, good point.

              Comment


              • #8
                i immagine a full new posts of benchmarks after it is out.
                maybe it would be a good idea about making a new forum division just for the users' benchmarks.

                what i'd really like to see are benchmarks with different hw in different areas that phoronix for itself wouldn't be able to provide for what is out there running linux.

                Comment


                • #9
                  I never saw a client app in php5-cli, will be interesting...

                  Comment


                  • #10
                    Originally posted by givemesugarr View Post
                    maybe it would be a good idea about making a new forum division just for the users' benchmarks.

                    what i'd really like to see are benchmarks with different hw in different areas that phoronix for itself wouldn't be able to provide for what is out there running linux.
                    We've got a solution for that already.
                    Michael Larabel
                    https://www.michaellarabel.com/

                    Comment

                    Working...
                    X