Nepal’s Revenue Management Information System (RMIS) is the backbone for collecting government revenue. It is used daily by thousands of bank staff, government officials and public citizens, yet it slows down or fails at peak hours such as tax deadl...
Nepal’s Revenue Management Information System (RMIS) is the backbone for collecting government revenue. It is used daily by thousands of bank staff, government officials and public citizens, yet it slows down or fails at peak hours such as tax deadlines, quarter-end and year-end. These disruptions delay services and weaken trust in digital government. This study asks a practical question: can RMIS remain steady during heavy demand, and if so, how?
We take a two-part approach. First, we analyze operational data like CPU and database load, plus application and web logs using machine-learning models to spot unusual behavior before it causes outages. Among the methods tested, Isolation Forest was particularly good at flagging irregular patterns early, shifting operations from reacting after failure to preventing it. Second, we run scalability tests with Apache JMeter to compare the current WebLogic setup with a Kubernetes deployment. WebLogic handled light traffic, but performance fell quickly under sustained pressure. Adding more WebLogic instances only delayed the bottlenecks and required constant manual tuning of threads and virtual servers. Kubernetes adapted better. It stayed stable with 500 concurrent users
and continued to perform when the load doubled to 1,000, helped by automatic horizontal and vertical scaling and priority-based resource allocation.
Linking anomalies to metrics made diagnosis faster. For example, Nginx upstream errors and WebLogic thread congestion aligned with performance drops, allowing quick root-cause identification. Overall, the findings show that combining anomaly detection with Kubernetes can make RMIS more reliable using tools that are affordable and scalable in low- and middle-income countries like Nepal. The same approach can strengthen other e-government platforms, including tax filing, land registration and passport services.