timestamp – POFTUT

How To Use vmstat To Monitor Linux Performance

Linux distributions provides a lot of tools in order to monitor system performance. vmstat is one of the most used tool for system performance monitoring. vmstat can collect and report information about memory, cpu, swap, io in a detailed way. In this tutorial we will examine the output of the vmstat and different features and options of it. … Read more

Python Timestamp Examples with Time Module

Timestamp is used to hold the seconds from epoch. Epost is a generic term used to represent data January 1st, 1970 in UTC. So this means epoch and timestamp do not have any time zone or by default UTC time zone. In this tutorial we will look different examples about time  module with time stamp … Read more

Php date() and time() Functions Tutorial

Php date() and time() Functions Tutorial

Php provides a very enhanced date and time functions. There are a lot of different use cases for date and time functions. We will try to look at most of them in this tutorial. PHP date() Function date() function is used to get a date in different formats. date() function can be used to get timestamps … Read more