NASA HTTP Logs Dataset - Processed For LSTM Models
Contain 2 months http requests for a server in minute timespans
@kaggle.pasanbhanuguruge_nasa_http_logs_processed_for_lstm_models
Contain 2 months http requests for a server in minute timespans
@kaggle.pasanbhanuguruge_nasa_http_logs_processed_for_lstm_models
These two traces contain two month's worth of all HTTP requests to the NASA Kennedy Space Center WWW server in Florida. The first log was collected from 00:00:00 July 1, 1995 through 23:59:59 July 31, 1995, a total of 31 days. The second log was collected from 00:00:00 August 1, 1995 through 23:59:59 Agust 31, 1995, a total of 7 days. In this two week period there were 3,461,612 requests. Timestamps have 1 second resolution. Note that from 01/Aug/1995:14:52:01 until 03/Aug/1995:04:36:13 there are no accesses recorded, as the Web server was shut down, due to Hurricane Erin.
Acknowledgements
The logs was collected by Jim Dumoulin of the Kennedy Space Center, and contributed by Martin Arlitt (mfa126@cs.usask.ca) and Carey Williamson (carey@cs.usask.ca) of the University of Saskatchewan.
Source
CREATE TABLE nasa_dataset_for_lstm (
"minute" TIMESTAMP,
"count" BIGINT
);Anyone who has the link will be able to view this.